C# Class Praeclarum.Graphics.Font

Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static BoldSystemFontOfSize ( int size ) : Font
size int
Résultat Font

BoldUserFixedPitchFontOfSize() public static méthode

public static BoldUserFixedPitchFontOfSize ( int size ) : Font
size int
Résultat Font

Font() public méthode

public Font ( string fontFamily, FontOptions options, int size ) : System
fontFamily string
options FontOptions
size int
Résultat System

FromName() public static méthode

public static FromName ( string name, int size ) : Font
name string
size int
Résultat Font

SystemFontOfSize() public static méthode

public static SystemFontOfSize ( int size ) : Font
size int
Résultat Font

ToString() public méthode

public ToString ( ) : string
Résultat string

UserFixedPitchFontOfSize() public static méthode

public static UserFixedPitchFontOfSize ( int size ) : Font
size int
Résultat Font