ExternalFontCache.FetchDrFont
Inhalt
[
Ausblenden
]FetchDrFont(string, float, FontStyle)
AbrufeDrFont
nach Name, Größe und Stil der Schriftfamilie.
public static DrFont FetchDrFont(string familyName, float sizePoints, FontStyle style)
Parameter | Typ | Beschreibung |
---|---|---|
familyName | String | Name der Schriftfamilie. |
sizePoints | Single | Schriftgröße in Punkt (ein Punkt entspricht 1/72 Zoll). |
style | FontStyle | Schriftstil. |
Rückgabewert
Gibt DrFont zurück
Siehe auch
- class DrFont
- class ExternalFontCache
- namensraum Aspose.Page
- Montage Aspose.Page
FetchDrFont(string, float, FontStyle, string)
AbrufeDrFont
nach Name der Schriftfamilie, Größe, Stil und alternativem Namen der Schriftfamilie.
public DrFont FetchDrFont(string familyName, float sizePoints, FontStyle style,
string altFamilyName)
Parameter | Typ | Beschreibung |
---|---|---|
familyName | String | Name der Schriftfamilie. |
sizePoints | Single | Schriftgröße in Punkt (ein Punkt entspricht 1/72 Zoll). |
style | FontStyle | Schriftstil. |
altFamilyName | String | Alternativer Name der Schriftfamilie. |
Rückgabewert
Gibt DrFont zurück
Siehe auch
- class DrFont
- class ExternalFontCache
- namensraum Aspose.Page
- Montage Aspose.Page