GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
#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().