Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XInterface.UT2MidGameFont

Extends
GUIFont

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIFont
      |   
      +-- XInterface.UT2MidGameFont

Constants Summary
Inherited Contants from XInterface.GUI
Counter, QBTN_Abort, QBTN_AbortRetry, QBTN_Cancel, QBTN_Continue, QBTN_Ignore, QBTN_No, QBTN_Ok, QBTN_OkCancel, QBTN_Retry, QBTN_Yes, QBTN_YesNo, QBTN_YesNoCancel

Variables Summary
intFontScreenWidth[7]
Inherited Variables from XInterface.GUIFont
bFixedSize, bScaled, FallBackRes, FontArrayFonts, FontArrayNames, KeyName, NormalXRes
Inherited Variables from XInterface.GUI
Controller, SaveColor, SaveFont, SaveModulation, SaveStyle, SaveX, SaveY

Enumerations Summary
Inherited Enumerations from XInterface.GUI
EAnimationType, eCellStyle, eDrawDirection, eDropState, eEditMask, eFontScale, eIconPosition, eImgAlign, eImgStyle, EMenuRenderStyle, eMenuState, EOrientation, ePageAlign, eTextAlign, eTextCase

Structures Summary
Inherited Structures from XInterface.GUI
APackInfo, AutoLoginInfo, GUIListElem, GUITabItem, GUITreeNode, ImageListElem, MultiSelectListElem

Functions Summary
eventFont GetFont (int XRes))
functionFont GetMidGameFont (int xRes))
Inherited Functions from XInterface.GUIFont
GetFont, LoadFont, LoadFontStatic
Inherited Functions from XInterface.GUI
GetModList, GetModLogo, GetModValue, IsDigit, JoinArray, Profile


Variables Detail

FontScreenWidth[7] Source code

var int FontScreenWidth[7];


Functions Detail

GetFont Source code

event Font GetFont ( int XRes) )

GetMidGameFont Source code

static function Font GetMidGameFont ( int xRes) )


Defaultproperties

defaultproperties
{
	KeyName="UT2MidGameFont"


    FontArrayNames(0)="UT2003Fonts.FontEurostile17"
    FontArrayNames(1)="UT2003Fonts.FontEurostile14"
    FontArrayNames(2)="UT2003Fonts.FontEurostile11"
    FontArrayNames(3)="UT2003Fonts.FontEurostile11"
    FontArrayNames(4)="UT2003Fonts.FontEurostile9"
    FontArrayNames(5)="UT2003Fonts.FontNeuzeit9"
    FontArrayNames(6)="UT2003Fonts.FontSmallText"


    FontScreenWidth(0)=2048
    FontScreenWidth(1)=1600
    FontScreenWidth(2)=1280
    FontScreenWidth(3)=1024
    FontScreenWidth(4)=800
    FontScreenWidth(5)=640
    FontScreenWidth(6)=600
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:28.356 - Created with UnCodeX