C# Class Praeclarum.Graphics.Font

显示文件 Open project: praeclarum/Praeclarum Class Usage Examples

Public Methods

Method Description
BoldSystemFontOfSize ( int size ) : Font
BoldUserFixedPitchFontOfSize ( int size ) : Font
Font ( string fontFamily, FontOptions options, int size ) : System
FromName ( string name, int size ) : Font
SystemFontOfSize ( int size ) : Font
ToString ( ) : string
UserFixedPitchFontOfSize ( int size ) : Font

Method Details

BoldSystemFontOfSize() public static method

public static BoldSystemFontOfSize ( int size ) : Font
size int
return Font

BoldUserFixedPitchFontOfSize() public static method

public static BoldUserFixedPitchFontOfSize ( int size ) : Font
size int
return Font

Font() public method

public Font ( string fontFamily, FontOptions options, int size ) : System
fontFamily string
options FontOptions
size int
return System

FromName() public static method

public static FromName ( string name, int size ) : Font
name string
size int
return Font

SystemFontOfSize() public static method

public static SystemFontOfSize ( int size ) : Font
size int
return Font

ToString() public method

public ToString ( ) : string
return string

UserFixedPitchFontOfSize() public static method

public static UserFixedPitchFontOfSize ( int size ) : Font
size int
return Font