| 
    GRASS Programmer's Manual
    6.5.svn(2014)-r66266
    
   | 
 

Go to the source code of this file.
Functions | |
| int | font_init_freetype (const char *name, int index) | 
| int | font_init_charset (const char *str) | 
| const char * | font_get_freetype_name (void) | 
| const char * | font_get_charset (void) | 
| int | font_get_index (void) | 
| const char* font_get_charset | ( | void | ) | 
Definition at line 34 of file font_freetype.c.
References G_store().
| const char* font_get_freetype_name | ( | void | ) | 
Definition at line 29 of file font_freetype.c.
| int font_get_index | ( | void | ) | 
Definition at line 41 of file font_freetype.c.
| int font_init_charset | ( | const char * | str | ) | 
Definition at line 21 of file font_freetype.c.
References G_free(), and G_store().
Referenced by COM_Font_get(), and COM_Font_init_charset().