C# Class PurplePen.FontDesc

Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Свойство Type Description
Bold bool
EmHeight float
Name string

Méthodes publiques

Méthode Description
FontDesc ( string name, bool bold, bool italic, float emHeight ) : System
FontDesc ( string name, bool bold, bool italic, float emHeight, float emHeightNoArialNarrow ) : System
GetFont ( ) : Font
GetScaledFont ( float scaleRatio ) : Font

Method Details

FontDesc() public méthode

public FontDesc ( string name, bool bold, bool italic, float emHeight ) : System
name string
bold bool
italic bool
emHeight float
Résultat System

FontDesc() public méthode

public FontDesc ( string name, bool bold, bool italic, float emHeight, float emHeightNoArialNarrow ) : System
name string
bold bool
italic bool
emHeight float
emHeightNoArialNarrow float
Résultat System

GetFont() public méthode

public GetFont ( ) : Font
Résultat System.Drawing.Font

GetScaledFont() public méthode

public GetScaledFont ( float scaleRatio ) : Font
scaleRatio float
Résultat System.Drawing.Font

Property Details

Bold public_oe property

public bool Bold
Résultat bool

EmHeight public_oe property

public float EmHeight
Résultat float

Name public_oe property

public string Name
Résultat string