ExternalFontCache.FetchDrFont
ExternalFontCache.FetchDrFont method
Fetches DrFont by font family name, size and style.
public static DrFont FetchDrFont(string familyName, float sizePoints, FontStyle style)
| Parameter | Type | Description |
|---|---|---|
| familyName | String | Font family name. |
| sizePoints | Single | Font size in points (one point is 1/72 of inch). |
| style | FontStyle | Font style. |
Return Value
Returns DrFont
See Also
- class DrFont
- class ExternalFontCache
- namespace Aspose.Page
- assembly Aspose.Page