Méthode | Description | |
---|---|---|
GetFont ( FontFunction lbFunction ) : |
||
GetFont ( FontStyle fontStyle, float size ) : |
||
GetOtherFont ( string familyName, FontStyle fontStyle, float size ) : |
||
GetStandardFont ( ) : |
||
GetTextFormatFlags ( ContentAlignment textAlign ) : TextFormatFlags | ||
GetTextFormatFlags ( ContentAlignment textAlign, bool wrapToLine ) : TextFormatFlags |
Méthode | Description | |
---|---|---|
FontManager ( ) : System |
public static GetFont ( FontFunction lbFunction ) : |
||
lbFunction | FontFunction | |
Résultat |
public static GetFont ( FontStyle fontStyle, float size ) : |
||
fontStyle | FontStyle | |
size | float | |
Résultat |
public static GetOtherFont ( string familyName, FontStyle fontStyle, float size ) : |
||
familyName | string | |
fontStyle | FontStyle | |
size | float | |
Résultat |
public static GetStandardFont ( ) : |
||
Résultat |
public static GetTextFormatFlags ( ContentAlignment textAlign ) : TextFormatFlags | ||
textAlign | ContentAlignment | |
Résultat | TextFormatFlags |
public static GetTextFormatFlags ( ContentAlignment textAlign, bool wrapToLine ) : TextFormatFlags | ||
textAlign | ContentAlignment | |
wrapToLine | bool | |
Résultat | TextFormatFlags |