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)
ParametroTipoDescrizione
familyNameSystem::StringFont nome della famiglia.
sizePointsfloatFont dimensione in punti (un punto è 1/72 di pollice).
styleSystem::Drawing::FontStyleFont stile.

ReturnValue

Restituisce DrFont

Vedi anche