Nuclide
Software Development Kit for id Tech
font_s Struct Reference

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...
 

Detailed Description

Representation of a font.

Member Data Documentation

◆ flAlpha

float font_s::flAlpha

Suggested default alpha of the font.

◆ iFlags

int font_s::iFlags

Rendering flags that the font posesses.

See also
drawflag_t

◆ iID

int font_s::iID

Internal ID, will be passed to 'drawfont' before rendering text.

◆ iScaleX

int font_s::iScaleX

Suggested maximum width of a character in the font.

◆ iScaleY

int font_s::iScaleY

Maximum height of a chracter in the font.

◆ vecColor

vector font_s::vecColor

Suggested default color of the font.


The documentation for this struct was generated from the following file: