C# 클래스 Cocoa.Font

상속: Object
파일 보기 프로젝트 열기: mono/cocoa-sharp

공개 메소드들

메소드 설명
Font ( IntPtr native_object ) : System
Font ( string aFontName, float aFontSize ) : System

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

메소드 상세

Font() 공개 메소드

public Font ( IntPtr native_object ) : System
native_object System.IntPtr
리턴 System

Font() 공개 메소드

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 ///
리턴 System