WoopsiUI::FaceID Struct Reference

#include <freetypefacemanager.h>

List of all members.

Public Attributes

char * path
u8 index
u32 charMapIndex

Detailed Description

FaceID is a Woopsi structure identifying a face (typically a pointer to a font path and an index (fonts may contain multiple faces)).

Parameters:
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.

The documentation for this struct was generated from the following file:
Generated by  doxygen 1.6.3