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