Property | Type | Description | |
---|---|---|---|
Bold | bool | ||
EmHeight | float | ||
Name | string |
Method | Description | |
---|---|---|
FontDesc ( string name, bool bold, bool italic, float emHeight ) : System | ||
FontDesc ( string name, bool bold, bool italic, float emHeight, float emHeightNoArialNarrow ) : System | ||
GetFont ( ) : |
||
GetScaledFont ( float scaleRatio ) : |
public FontDesc ( string name, bool bold, bool italic, float emHeight ) : System | ||
name | string | |
bold | bool | |
italic | bool | |
emHeight | float | |
return | System |
public FontDesc ( string name, bool bold, bool italic, float emHeight, float emHeightNoArialNarrow ) : System | ||
name | string | |
bold | bool | |
italic | bool | |
emHeight | float | |
emHeightNoArialNarrow | float | |
return | System |
public GetScaledFont ( float scaleRatio ) : |
||
scaleRatio | float | |
return |