Nuclide
Software Development Kit for id Technology
|
Representation of a font.
Public Attributes | |
int | iID |
Internal ID, will be passed to 'drawfont' before rendering text. More... | |
int | iScaleX |
Suggested maximum width of a character in the font. More... | |
int | iScaleY |
Maximum height of a chracter in the font. More... | |
vector | vecColor |
Suggested default color of the font. More... | |
float | flAlpha |
Suggested default alpha of the font. More... | |
int | iFlags |
Rendering flags that the font posesses. More... | |
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.