Метод | Описание | |
---|---|---|
Font ( |
||
Font ( string aFontName, float aFontSize ) : System |
Instanciates an instance of Font with a specify font name and size.
|
public Font ( |
||
native_object | ||
Результат | System |
public Font ( string aFontName, float aFontSize ) : System | ||
aFontName | string | /// A fully specified family-face name, such as Helvetica-BoldOblique or Times-Roman. /// |
aFontSize | float | /// Used to scale the font. If you use a fontSize of 0.0, this method uses the default User Font size /// |
Результат | System |