GRASS GIS 7 Programmer's Manual
7.0.2(2015)-r00000
|
#include "driver.h"
Go to the source code of this file.
Macros | |
#define | DEF_WIDTH 640 |
#define | DEF_HEIGHT 480 |
Functions | |
int | font_get_type (void) |
const char * | font_get_encoding (void) |
void | get_text_ext (const char *, double *, double *, double *, double *) |
void | soft_text (const char *) |
void | soft_text_freetype (const char *) |
void | get_text_ext_freetype (const char *, double *, double *, double *, double *) |
int | font_init (const char *) |
int | get_char_vects (unsigned char, int *, unsigned char **, unsigned char **) |
int | font_init_freetype (const char *, int) |
const char * | font_get_freetype_name (void) |
int | font_get_index (void) |
int | font_exists (const char *) |
Check if font exists. More... | |
int | parse_fontcap_entry (struct GFONT_CAP *, const char *) |
Parse fontcap entry. More... | |
struct GFONT_CAP * | parse_fontcap (void) |
Parse fontcaps. More... | |
void | free_fontcap (struct GFONT_CAP *) |
Free allocated GFONT_CAP structure. More... | |
Variables | |
const struct driver * | driver |
#define DEF_HEIGHT 480 |
Definition at line 3 of file driverlib.h.
Referenced by LIB_init().
#define DEF_WIDTH 640 |
Definition at line 2 of file driverlib.h.
Referenced by LIB_init().
int font_exists | ( | const char * | ) |
Check if font exists.
Definition at line 27 of file parse_ftcap.c.
Referenced by COM_Set_font(), and parse_fontcap_entry().
const char* font_get_freetype_name | ( | void | ) |
Definition at line 20 of file font_freetype.c.
int font_get_index | ( | void | ) |
Definition at line 25 of file font_freetype.c.
int font_get_type | ( | void | ) |
Definition at line 29 of file font.c.
Referenced by COM_Get_text_box(), and COM_Text().
int font_init_freetype | ( | const char * | , |
int | |||
) |
Definition at line 9 of file font_freetype.c.
void free_fontcap | ( | struct GFONT_CAP * | ftcap | ) |
Free allocated GFONT_CAP structure.
ftcap | pointer to GFONT_CAP to be freed |
Definition at line 124 of file parse_ftcap.c.
int get_char_vects | ( | unsigned | char, |
int * | , | ||
unsigned char ** | , | ||
unsigned char ** | |||
) |
void get_text_ext | ( | const char * | , |
double * | , | ||
double * | , | ||
double * | , | ||
double * | |||
) |
Definition at line 91 of file text2.c.
Referenced by COM_Get_text_box().
void get_text_ext_freetype | ( | const char * | , |
double * | , | ||
double * | , | ||
double * | , | ||
double * | |||
) |
Definition at line 269 of file text3.c.
Referenced by COM_Get_text_box().
struct GFONT_CAP* parse_fontcap | ( | void | ) |
Parse fontcaps.
Definition at line 73 of file parse_ftcap.c.
References file, G_gisbase(), G_warning(), NULL, and parse_fontcap_entry().
Referenced by LIB_init().
int parse_fontcap_entry | ( | struct GFONT_CAP * | e, |
const char * | str | ||
) |
Parse fontcap entry.
e | pointer to GFONT_CAP struct |
str | ? |
Definition at line 41 of file parse_ftcap.c.
References font_exists(), G_store(), and name.
Referenced by COM_Set_font(), and parse_fontcap().
void soft_text | ( | const char * | ) |
void soft_text_freetype | ( | const char * | ) |
Definition at line 25 of file driver/init.c.
Referenced by Gp_load_sites_thematic(), and Gv_load_vect_thematic().