|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
#include <fontcap.h>
Data Fields | |
| char * | name |
| char * | longname |
| char * | path |
| int | index |
| int | type |
| char * | encoding |
| char* GFONT_CAP::encoding |
Encoding to be used with this font face.
Definition at line 16 of file fontcap.h.
Referenced by COM_Set_encoding(), free_fontcap(), and parse_fontcap_entry().
| int GFONT_CAP::index |
Index within the file of this font face
Definition at line 12 of file fontcap.h.
Referenced by parse_fontcap_entry().
| char* GFONT_CAP::longname |
Descriptive name for the font face
Definition at line 8 of file fontcap.h.
Referenced by free_fontcap(), and parse_fontcap_entry().
| char* GFONT_CAP::name |
Short name for this font face
Definition at line 6 of file fontcap.h.
Referenced by parse_fontcap_entry().
| char* GFONT_CAP::path |
Full path to the file containing this font face
Definition at line 10 of file fontcap.h.
Referenced by parse_fontcap_entry().
| int GFONT_CAP::type |
Type of this font face (currently stroke or freetype)
Definition at line 14 of file fontcap.h.
Referenced by parse_fontcap_entry().