GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <fontcap.h>
Data Fields | |
char * | name |
char * | longname |
char * | path |
int | index |
int | type |
char * | encoding |
char* GFONT_CAP::encoding |
int GFONT_CAP::index |
char* GFONT_CAP::longname |
Descriptive name for the font face
Definition at line 7 of file fontcap.h.
Referenced by free_fontcap().
char* GFONT_CAP::name |
Short name for this font face
Definition at line 6 of file fontcap.h.
Referenced by free_fontcap(), and parse_fontcap().
char* GFONT_CAP::path |
Full path to the file containing this font face
Definition at line 8 of file fontcap.h.
Referenced by parse_fontcap().
int GFONT_CAP::type |