#include <freetypefacemanager.h>
Public Attributes | |
char * | path |
u8 | index |
u32 | charMapIndex |
FaceID is a Woopsi structure identifying a face (typically a pointer to a font path and an index (fonts may contain multiple faces)).
path | Pointer to the path of the font. | |
index | Index of the face in the font (0 is the default....beware, if you ask for an index that is not in the font it will mess things up (chars might not display, I experienced this)). | |
charMapIndex | caches the charMapIndex value (we are using Unicode) so it doesn't have to be computed each time. |