GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
Loading...
Searching...
No Matches
GFONT_CAP Struct Reference

#include <fontcap.h>

Data Fields

charname
 
charlongname
 
charpath
 
int index
 
int type
 
charencoding
 

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 16 of file fontcap.h.

Referenced by COM_Set_encoding(), free_fontcap(), and parse_fontcap_entry().

◆ index

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

◆ longname

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

◆ name

char* GFONT_CAP::name

Short name for this font face

Definition at line 6 of file fontcap.h.

Referenced by parse_fontcap_entry().

◆ path

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

◆ type

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


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