GRRLIB  4.4.0
Data Fields
GRRLIB_Font Struct Reference

Structure to hold the TTF information. More...

#include <grrlib.h>

Data Fields

void * face
 A TTF face object. More...
 
bool kerning
 true whenever a face object contains kerning data that can be accessed with FT_Get_Kerning. More...
 

Detailed Description

Structure to hold the TTF information.

Field Documentation

◆ face

void* face

A TTF face object.

◆ kerning

bool kerning

true whenever a face object contains kerning data that can be accessed with FT_Get_Kerning.


The documentation for this struct was generated from the following file: