GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#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) |
void COM_Font_info | ( | char *** | list, |
int * | count | ||
) |
Definition at line 156 of file font.c.
Referenced by D_font_info().
void COM_Font_list | ( | char *** | list, |
int * | count | ||
) |
Definition at line 149 of file font.c.
Referenced by D_font_list().
void COM_Set_encoding | ( | const char * | enc | ) |
Definition at line 141 of file font.c.
Referenced by D_encoding().
void COM_Set_font | ( | const char * | name | ) |
Definition at line 85 of file font.c.
References font_exists(), and G_is_absolute_path().
Referenced by D_font().
int font_get_type | ( | void | ) |
Definition at line 29 of file font.c.
Referenced by COM_Get_text_box(), and COM_Text().