Aspose::Page::ExternalFontCache::FetchDrFont méthode
ExternalFontCache::FetchDrFont method
Récupère DrFont par nom de famille de police, taille et style.
static System::SharedPtr<Font::DrFont> Aspose::Page::ExternalFontCache::FetchDrFont(System::String familyName, float sizePoints, System::Drawing::FontStyle style)
| Paramètre | Type | Description |
|---|---|---|
| familyName | System::String | Font nom de famille. |
| sizePoints | float | Font taille en points (un point vaut 1/72 de pouce). |
| style | System::Drawing::FontStyle | Font style. |
ReturnValue
Renvoie DrFont
Voir aussi
- Typedef SharedPtr
- Class DrFont
- Class String
- Enum FontStyle
- Class ExternalFontCache
- Namespace Aspose::Page
- Library Aspose.Page for C++