|
GRASS GIS 8 Programmer's Manual
8.4.2dev(2025)-5620950973
|
#include <stdio.h>#include <stdlib.h>#include <math.h>#include <grass/config.h>#include <grass/gis.h>#include "driver.h"#include "driverlib.h"
Go to the source code of this file.
Functions | |
| void | soft_text_freetype (const char *string) |
| void | get_text_ext_freetype (const char *string, double *top, double *bot, double *left, double *rite) |
| void get_text_ext_freetype | ( | const char * | string, |
| double * | top, | ||
| double * | bot, | ||
| double * | left, | ||
| double * | rite | ||
| ) |
Definition at line 269 of file text3.c.
Referenced by COM_Get_text_box().
| void soft_text_freetype | ( | const char * | string | ) |
Definition at line 264 of file text3.c.
Referenced by COM_Text().