TFont |
Field | Param(s) | Type |
CharSet | - | Integer |
Color | - | Integer |
Control | - | HWND |
Handle | - | HFONT |
Name | - | String |
Pitch | - | Integer |
Size | - | Integer |
Style | - | TFontStyles |
| - | |
Create | Font As TFont | FUNCTION |
Free | Self As TFont | SUB |
Update | Self As TFont | SUB |
SetName | Self As TFont , byval fName As String | SUB |
SetSize | Self As TFont , byval fSize As Integer | SUB |
SetStyle | Self As TFont , byval fStyle As TFontStyles | SUB |
SetColor | Self As TFont , byval fColor As Integer | SUB |
| |