FetchDrFont
Contents
[
Hide
]
ExternalFontCache.FetchDrFont method (1 of 2)
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
ExternalFontCache.FetchDrFont method (2 of 2)
Fetches DrFont
by font family name, size, style and alternative font family name.
public DrFont FetchDrFont(string familyName, float sizePoints, FontStyle style,
string altFamilyName)
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. |
altFamilyName | String | Alternative font family name. |
Return Value
Returns DrFont
See Also
- class DrFont
- class ExternalFontCache
- namespace Aspose.Page
- assembly Aspose.Page