GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
GFONT_CAP Struct Reference

#include <fontcap.h>

Data Fields

char * name
 
char * longname
 
char * path
 
int index
 
int type
 
char * encoding
 

Detailed Description

Definition at line 4 of file fontcap.h.

Field Documentation

◆ encoding

char* GFONT_CAP::encoding

Encoding to be used with this font face.

Definition at line 11 of file fontcap.h.

◆ index

int GFONT_CAP::index

Index within the file of this font face

Definition at line 9 of file fontcap.h.

◆ longname

char* GFONT_CAP::longname

Descriptive name for the font face

Definition at line 7 of file fontcap.h.

Referenced by free_fontcap().

◆ name

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().

◆ path

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().

◆ type

int GFONT_CAP::type

Type of this font face (currently stroke or freetype)

Definition at line 10 of file fontcap.h.


The documentation for this struct was generated from the following file: