프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Bold | bool | ||
EmHeight | float | ||
Name | string |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public FontDesc ( string name, bool bold, bool italic, float emHeight, float emHeightNoArialNarrow ) : System | ||
name | string | |
bold | bool | |
italic | bool | |
emHeight | float | |
emHeightNoArialNarrow | float | |
리턴 | System |
public GetScaledFont ( float scaleRatio ) : |
||
scaleRatio | float | |
리턴 |