#include <freetypefacemanager.h>
Public Attributes | |
FaceID * | faceID |
FreeTypeFaceManagerItem * | next |
FaceManager is a basic linked list containing the installed fonts. You are supposed to add all the fonts that you are going to use. You are not supposed to remove fonts once you have added them. FreeType expects this data to be persistent and not to change (if you really need to change it, it's possible but you have to tell FreeType that you did).