Property | Type | Description | |
---|---|---|---|
Bold | bool | ||
Charset | byte | ||
FontName | string | ||
Italic | bool | ||
Size | float | ||
Strikethrough | bool | ||
Underline | bool | ||
hFont |
Method | Description | |
---|---|---|
GDIFont ( ) : System | ||
GDIFont ( string fontname, float size ) : System | ||
GDIFont ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : System |
Method | Description | |
---|---|---|
Destroy ( ) : void | ||
Init ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : void |
public GDIFont ( string fontname, float size ) : System | ||
fontname | string | |
size | float | |
return | System |
public GDIFont ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : System | ||
fontname | string | |
size | float | |
bold | bool | |
italic | bool | |
underline | bool | |
strikethrough | bool | |
return | System |
protected Init ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : void | ||
fontname | string | |
size | float | |
bold | bool | |
italic | bool | |
underline | bool | |
strikethrough | bool | |
return | void |