|
GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>#include <string.h>#include <grass/gis.h>#include "driver.h"#include "driverlib.h"
Go to the source code of this file.
Functions | |
| void | COM_Font_get (const char *name) |
| void | COM_Font_init_charset (const char *charset) |
| int | font_is_freetype (void) |
| void | COM_Font_list (char ***list, int *count) |
| void | COM_Font_info (char ***list, int *count) |
| void | free_font_list (char **fonts, int count) |
| void COM_Font_get | ( | const char * | name | ) |
Definition at line 22 of file Font.c.
References font_exists(), font_init_charset(), ftcap, G_is_absolute_path(), and dialogs::type.
Referenced by LOC_font(), and process_command().
| void COM_Font_info | ( | char *** | list, |
| int * | count | ||
| ) |
Definition at line 99 of file Font.c.
Referenced by LOC_font_info(), and process_command().
| void COM_Font_init_charset | ( | const char * | charset | ) |
Definition at line 52 of file Font.c.
References font_init_charset().
Referenced by LOC_charset(), and process_command().
| void COM_Font_list | ( | char *** | list, |
| int * | count | ||
| ) |
Definition at line 94 of file Font.c.
Referenced by LOC_font_list(), and process_command().
| int font_is_freetype | ( | void | ) |
Definition at line 57 of file Font.c.
Referenced by COM_Get_text_box(), and COM_Text().