![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
Representation of a font.
Public Attributes | |
| int | iID |
| Internal ID, will be passed to 'drawfont' before rendering text. | |
| int | iScaleX |
| Suggested maximum width of a character in the font. | |
| int | iScaleY |
| Maximum height of a chracter in the font. | |
| vector | vecColor |
| Suggested default color of the font. | |
| float | flAlpha |
| Suggested default alpha of the font. | |
| int | iFlags |
| Rendering flags that the font posesses. | |
| string | hexColor |
| float font_s::flAlpha |
Suggested default alpha of the font.
| string font_s::hexColor |
| int font_s::iFlags |
Rendering flags that the font posesses.
| int font_s::iID |
Internal ID, will be passed to 'drawfont' before rendering text.
| int font_s::iScaleX |
Suggested maximum width of a character in the font.
| int font_s::iScaleY |
Maximum height of a chracter in the font.
| vector font_s::vecColor |
Suggested default color of the font.