GRASS Programmer's Manual
6.4.2(2012)
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include <grass/freetypecap.h>
#include "driverlib.h"
Go to the source code of this file.
Functions | |
int | font_exists (const char *name) |
struct GFONT_CAP * | parse_freetypecap (void) |
void | free_freetypecap (struct GFONT_CAP *ftcap) |
int font_exists | ( | const char * | name | ) |
Definition at line 9 of file parse_ftcap.c.
Referenced by COM_Font_get(), and parse_freetypecap().
void free_freetypecap | ( | struct GFONT_CAP * | ftcap | ) |
Definition at line 85 of file parse_ftcap.c.
struct GFONT_CAP* parse_freetypecap | ( | void | ) | [read] |
Definition at line 21 of file parse_ftcap.c.
References file, font_exists(), G_gisbase(), G_store(), G_warning(), getenv(), name, NULL, and gui_modules::psmap_dialogs::type.
Referenced by LIB_init().