A base class for installed and private font collections. Objects of this class should only be allocat...
Definition: font_collection.h:18
Represents a collection of font families provided by the client application. Objects of this class sh...
Definition: private_font_collection.h:16
void AddFontFile(const String &filename)
Adds a font from the specified file to the collection.
ArrayPtr< SharedPtr< FontFamily > > get_Families() override
Returns an array of FontFamily objects associated with the font collection represented by the current...
void AddFont(const System::ArrayPtr< uint8_t > &data, int len)
Adds the specified font to the collection.