| 
    libTERE
    
   A portable library for reassembling complex formatted text from text fragments. 
   | 
 
Information for a font instance. More...
#include <text_reassemble.h>
Data Fields | |
| FT_Face | face | 
| uint8_t * | file | 
| uint8_t * | fname | 
| FcPattern * | fpat | 
| double | spcadv | 
| double | fsize | 
Information for a font instance.
| FT_Face FNT_SPECS::face | 
font face structures (FT_FACE is a pointer!)
| uint8_t* FNT_SPECS::file | 
pointers to font paths to files
| uint8_t* FNT_SPECS::fname | 
pointers to font names
| FcPattern* FNT_SPECS::fpat | 
must hang onto this or faces operations break
| double FNT_SPECS::fsize | 
face size in points
| double FNT_SPECS::spcadv | 
advance equal to a space, in points
 1.8.1.1