Skip to content

Class: CGameFont

Game font binding used by UI widgets.

Source

C++ class CGameFont

Custom Constructor

CGameFont

Remarks

Font instances are owned by the UI subsystem and returned by the GetFont* helpers. Do not construct or retain them outside the lifetime of the UI subsystem.

Properties

alCenter

ts
readonly static alCenter: 2;

Engine enum value for CGameFont.alCenter.


alLeft

ts
readonly static alLeft: 0;

Engine enum value for CGameFont.alLeft.


alRight

ts
readonly static alRight: 1;

Engine enum value for CGameFont.alRight.