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)
| Parameter | Type | Description |
|---|---|---|
| familyName | System::String | Font family name. |
| sizePoints | float | Font size in points (one point is 1/72 of inch). |
| style | System::Drawing::FontStyle | Font style. |
ReturnValue
Returns DrFont
See Also
- Typedef SharedPtr
- Class DrFont
- Class String
- Enum FontStyle
- Class ExternalFontCache
- Namespace Aspose::Page
- Library Aspose.Page for C++