Aspose::Page::ExternalFontCache::CreateFontByFamilyName method
Contents
[
Hide
]ExternalFontCache::CreateFontByFamilyName method
Fetches DrFont by font family name, size, style and font capitals.
static System::SharedPtr<System::Drawing::Font> Aspose::Page::ExternalFontCache::CreateFontByFamilyName(System::String familyName, float size, 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
Remarks
Fetches DrFont by font family name, size, style and alternative font family name.
Fetches DrFont by font family name, size, style, font capitals and alternative font family name.
Fetches System::Drawing::Font by font family name, style and size.
Creates System::Drawing::Font by font family name, style and size.
///
See Also
- Typedef SharedPtr
- Class Font
- Class String
- Enum FontStyle
- Class ExternalFontCache
- Namespace Aspose::Page
- Library Aspose.Page for C++