GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
fontcap.h
Go to the documentation of this file.
1
#ifndef GRASS_FONTCAP_H
2
#define GRASS_FONTCAP_H
3
4
struct
GFONT_CAP
5
{
6
char
*
name
;
/**< Short name for this font face */
7
char
*
longname
;
/**< Descriptive name for the font face */
8
char
*
path
;
/**< Full path to the file containing this font face */
9
int
index
;
/**< Index within the file of this font face */
10
int
type
;
/**< Type of this font face (currently stroke or freetype) */
11
char
*
encoding
;
/**< Encoding to be used with this font face. */
12
};
13
14
#define GFONT_STROKE 0
15
#define GFONT_FREETYPE 1
16
#define GFONT_DRIVER 2
17
18
#endif
GFONT_CAP::type
int type
Definition:
fontcap.h:10
GFONT_CAP
Definition:
fontcap.h:4
GFONT_CAP::path
char * path
Definition:
fontcap.h:8
GFONT_CAP::encoding
char * encoding
Definition:
fontcap.h:11
GFONT_CAP::index
int index
Definition:
fontcap.h:9
GFONT_CAP::longname
char * longname
Definition:
fontcap.h:7
GFONT_CAP::name
char * name
Definition:
fontcap.h:6
include
grass
fontcap.h
Generated on Tue Feb 14 2023 05:55:59 for GRASS GIS 8 Programmer's Manual by
1.8.13