|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
#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 | |
| int | font_get_type (void) |
| const char * | font_get_encoding (void) |
| void | COM_Set_font (const char *name) |
| void | COM_Set_encoding (const char *enc) |
| void | COM_Font_list (char ***list, int *count) |
| void | COM_Font_info (char ***list, int *count) |
Definition at line 154 of file font.c.
References count, and driver::Font_info.
Referenced by D_font_info().
Definition at line 147 of file font.c.
References count, and driver::Font_list.
Referenced by D_font_list().
Definition at line 139 of file font.c.
References GFONT_CAP::encoding, G_free(), and G_store().
Referenced by COM_Set_font(), and D_encoding().
Definition at line 84 of file font.c.
References COM_Set_encoding(), count, font_exists(), driver::Font_info, ftcap, G_is_absolute_path(), GFONT_DRIVER, GFONT_FREETYPE, GFONT_STROKE, AMI_STREAM< T >::name(), name, NULL, parse_fontcap_entry(), UntypedStream::path, and driver::Set_font.
Referenced by D_font().
Definition at line 29 of file font.c.
Referenced by COM_Get_text_box(), and COM_Text().