ExternalFontCache.FetchDrFont

FetchDrFont(string, float, FontStyle)

AbrufeDrFont nach Name, Größe und Stil der Schriftfamilie.

public static DrFont FetchDrFont(string familyName, float sizePoints, FontStyle style)
ParameterTypBeschreibung
familyNameStringName der Schriftfamilie.
sizePointsSingleSchriftgröße in Punkt (ein Punkt entspricht 1/72 Zoll).
styleFontStyleSchriftstil.

Rückgabewert

Gibt DrFont zurück

Siehe auch


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)
ParameterTypBeschreibung
familyNameStringName der Schriftfamilie.
sizePointsSingleSchriftgröße in Punkt (ein Punkt entspricht 1/72 Zoll).
styleFontStyleSchriftstil.
altFamilyNameStringAlternativer Name der Schriftfamilie.

Rückgabewert

Gibt DrFont zurück

Siehe auch