Aspose::Page::ExternalFontCache::FetchDrFont método
ExternalFontCache::FetchDrFont method
Obtiene DrFont por nombre de familia de fuente, tamaño y estilo.
static System::SharedPtr<Font::DrFont> Aspose::Page::ExternalFontCache::FetchDrFont(System::String familyName, float sizePoints, System::Drawing::FontStyle style)
| Parámetro | Tipo | Descripción |
|---|---|---|
| familyName | System::String | Font nombre de familia. |
| sizePoints | float | Font tamaño en puntos (un punto es 1/72 de pulgada). |
| style | System::Drawing::FontStyle | Font estilo. |
ReturnValue
Devuelve DrFont
Ver también
- Typedef SharedPtr
- Class DrFont
- Class String
- Enum FontStyle
- Class ExternalFontCache
- Namespace Aspose::Page
- Library Aspose.Page for C++