Data Fields

GRRLIB_Font Struct Reference
[Everything in GRRLIB]

Structure to hold the TTF information. More...

#include <grrlib.h>

Data Fields

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

Detailed Description

Structure to hold the TTF information.


Field Documentation

void* face

A TTF face object.

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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines