Home
last modified time | relevance | path

Searched refs:FONT12POINT1 (Results 1 – 10 of 10) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DEditor_Taskbar_Utils.cc790 SetFontAttributes(FONT12POINT1, FONT_BLACK, NO_SHADOW); in RenderEditorInfo()
798 MPrintEditor(50 - StringPixLength(FPSText, FONT12POINT1) / 2, 103, FPSText); in RenderEditorInfo()
811 DrawEditorInfoBox(wszSelType[gusSelectionType], FONT12POINT1, 220, 70, 60, 30); in RenderEditorInfo()
813 DrawEditorInfoBox(FPSText, FONT12POINT1, 310, 70, 40, 30); in RenderEditorInfo()
823 DrawEditorInfoBox(wszSelType[gusSelectionType], FONT12POINT1, 530, 70, 60, 30); in RenderEditorInfo()
832 DrawEditorInfoBox(wszSelType[gusSelectionType], FONT12POINT1, 450, 70, 60, 30); in RenderEditorInfo()
H A DLoadScreen.cc318 SetFont( FONT12POINT1 ); in LoadSaveScreenHandle()
448 …iFileDlgButtons[0] = CreateTextButton("Okay", FONT12POINT1, FONT_BLACK, FONT_BLACK, 354, 225, 50… in CreateFileDialog()
449 …iFileDlgButtons[1] = CreateTextButton("Cancel", FONT12POINT1, FONT_BLACK, FONT_BLACK, 406, 225, 50… in CreateFileDialog()
H A DEditorBuildings.cc519 …iDoorButton[DOOR_OKAY] = CreateTextButton("Okay", FONT12POINT1, FONT_BLACK, FONT_BLACK, 33… in InitDoorEditing()
520 …iDoorButton[DOOR_CANCEL] = CreateTextButton("Cancel", FONT12POINT1, FONT_BLACK, FONT_BLACK, 38… in InitDoorEditing()
H A DSector_Summary.cc275 …iSummaryButton[SUMMARY_OKAY] = CreateTextButton("Okay", FONT12POINT1, FONT_BLACK, FONT_BLACK, 585,… in CreateSummaryWindow()
301 …iSummaryButton[SUMMARY_LOAD] = CreateTextButton("LOAD", FONT12POINT1, FONT_BLACK, FONT_BLACK, MAP_… in CreateSummaryWindow()
302 …iSummaryButton[SUMMARY_SAVE] = CreateTextButton("SAVE", FONT12POINT1, FONT_BLACK, FONT_BLACK, MAP_… in CreateSummaryWindow()
306 …iSummaryButton[SUMMARY_UPDATE] = CreateTextButton("Update", FONT12POINT1, FONT_BLACK, FONT_BLACK, … in CreateSummaryWindow()
H A DEditor_Taskbar_Creation.cc216 …iEditorButton[MERCS_DIRECTION_FIND] = CreateTextButton("Find", FONT12POINT1, FONT_MCOLOR_BLACK, FO… in InitEditorMercsToolbar()
H A DSelectWin.cc850 SetFont(FONT12POINT1); in DisplaySelectionWindowGraphicalInformation()
H A DEditorMercs.cc1915 SetFont( FONT12POINT1 ); in UpdateMercsInfo()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/
H A DFont_Control.h31 #define FONT12POINT1 gp12PointFont1 macro
H A DAnimated_ProgressBar.cc80 pNew->usMsgFont = FONT12POINT1; in CreateProgressBar()
H A DText_Input.cc167 SetTextInputFont(FONT12POINT1); in InitTextInputModeWithScheme()