Aspose::Page::ExternalFontCache class

ExternalFontCache class

Use this class to obtain font encapsulation in a form that is accepted by Device.

class ExternalFontCache : public System::Object

Methods

MethodDescription
static CreateFontByFamilyName(System::String, float, System::Drawing::FontStyle)Fetches DrFont by font family name, size, style and font capitals.
static FetchDrFont(System::String, float, System::Drawing::FontStyle)Fetches DrFont by font family name, size and style.

See Also