C# Class Cocoa.Font

Inheritance: Object
Show file Open project: mono/cocoa-sharp

Public Methods

Method 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 method

public Font ( IntPtr native_object ) : System
native_object System.IntPtr
return System

Font() public method

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 ///
return System