Nuclide
Software Development Kit for id Tech
|
Representation of a font. More...
#include <font.h>
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... | |
Representation of a font.
float font_s::flAlpha |
Suggested default alpha of the font.
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.