GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
Loading...
Searching...
No Matches
text3.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <grass/config.h>
#include <iconv.h>
#include <ft2build.h>
#include <FT_FREETYPE_H>
#include <grass/gis.h>
#include "driver.h"
#include "driverlib.h"
Include dependency graph for text3.c:

Go to the source code of this file.

Data Structures

struct  rectangle
 

Functions

void soft_text_freetype (const char *string)
 
void get_text_ext_freetype (const char *string, double *top, double *bot, double *left, double *rite)
 

Function Documentation

◆ get_text_ext_freetype()

void get_text_ext_freetype ( const char string,
double top,
double bot,
double left,
double rite 
)

◆ soft_text_freetype()

void soft_text_freetype ( const char string)

Definition at line 264 of file text3.c.

References cur_x, cur_y, and NULL.

Referenced by COM_Text().