C# Class Cocoa.Font

Inheritance: Object
Afficher le fichier Open project: mono/cocoa-sharp

Méthodes publiques

Méthode Description
Font ( IntPtr native_object ) : System
Font ( string aFontName, float aFontSize ) : System

Instanciates an instance of Font with a specify font name and size.

Method Details

Font() public méthode

public Font ( IntPtr native_object ) : System
native_object System.IntPtr
Résultat System

Font() public méthode

Instanciates an instance of Font with a specify font name and size.
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 ///
Résultat System