GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
fontcap.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GFONT_CAP
 

Macros

#define GFONT_STROKE   0
 
#define GFONT_FREETYPE   1
 
#define GFONT_DRIVER   2
 

Macro Definition Documentation

◆ GFONT_DRIVER

#define GFONT_DRIVER   2

Definition at line 16 of file fontcap.h.

Referenced by COM_Get_text_box(), and COM_Text().

◆ GFONT_FREETYPE

#define GFONT_FREETYPE   1

Definition at line 15 of file fontcap.h.

Referenced by COM_Get_text_box(), and COM_Text().

◆ GFONT_STROKE

#define GFONT_STROKE   0

Definition at line 14 of file fontcap.h.

Referenced by COM_Get_text_box(), and COM_Text().