12 lines
512 B
Ucode
12 lines
512 B
Ucode
class IChaChaFontInfo expands FontInfo;
|
|
|
|
|
|
function GlobalForceScalingState(bool bState);
|
|
function Font GetHugeUnscaledFont(float Width);
|
|
function Font GetBigUnscaledFont(float Width);
|
|
function Font GetMediumUnscaledFont(float Width);
|
|
function Font GetSmallUnscaledFont(float Width);
|
|
function Font GetSmallestUnscaledFont(float Width);
|
|
function Font GetAReallySmallUnscaledFont(float Width);
|
|
function Font GetACompletelyUnreadableUnscaledFont(float Width);
|
|
function Font GetUnscaledFontIndex(int i, float Width); |