Aspose::Page::ExternalFontCache::FetchDrFont Methode
ExternalFontCache::FetchDrFont method
Lädt DrFont nach Schriftfamiliennamen, Größe und Stil.
static System::SharedPtr<Font::DrFont> Aspose::Page::ExternalFontCache::FetchDrFont(System::String familyName, float sizePoints, System::Drawing::FontStyle style)
| Parameter | Typ | Beschreibung |
|---|---|---|
| familyName | System::String | Font Familienname. |
| sizePoints | float | Font Größe in Punkten (ein Punkt ist 1/72 Zoll). |
| style | System::Drawing::FontStyle | Font Stil. |
ReturnValue
Gibt DrFont zurück
Siehe auch
- Typedef SharedPtr
- Class DrFont
- Class String
- Enum FontStyle
- Class ExternalFontCache
- Namespace Aspose::Page
- Library Aspose.Page for C++