metodo Aspose::Page::ExternalFontCache::FetchDrFont
ExternalFontCache::FetchDrFont method
Recupera DrFont per nome della famiglia del font, dimensione e stile.
static System::SharedPtr<Font::DrFont> Aspose::Page::ExternalFontCache::FetchDrFont(System::String familyName, float sizePoints, System::Drawing::FontStyle style)
| Parametro | Tipo | Descrizione |
|---|---|---|
| familyName | System::String | Font nome della famiglia. |
| sizePoints | float | Font dimensione in punti (un punto è 1/72 di pollice). |
| style | System::Drawing::FontStyle | Font stile. |
ReturnValue
Restituisce DrFont
Vedi anche
- Typedef SharedPtr
- Class DrFont
- Class String
- Enum FontStyle
- Class ExternalFontCache
- Namespace Aspose::Page
- Library Aspose.Page for C++