Aspose::Page::ExternalFontCache::FetchDrFont method

ExternalFontCache::FetchDrFont method

Fetches DrFont by font family name, size and style.

static System::SharedPtr<Font::DrFont> Aspose::Page::ExternalFontCache::FetchDrFont(System::String familyName, float sizePoints, System::Drawing::FontStyle style)
ParameterTypeDescription
familyNameSystem::StringFont family name.
sizePointsfloatFont size in points (one point is 1/72 of inch).
styleSystem::Drawing::FontStyleFont style.

ReturnValue

Returns DrFont

See Also