Home
last modified time | relevance | path

Searched refs:FONT_HEIGHT_LARGE (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dhighscore_gui.cpp204 …leGUITrad(71), pt.x + ScaleGUITrad(569), pt.y + ScaleGUITrad(140) + FONT_HEIGHT_LARGE + ScaleGUITr… in OnPaint()
H A Dgfx_func.h170 #define FONT_HEIGHT_LARGE (GetCharacterHeight(FS_LARGE)) macro
H A Dgfx.cpp645 …int max_height = std::max({FONT_HEIGHT_SMALL, FONT_HEIGHT_NORMAL, FONT_HEIGHT_LARGE, FONT_HEIGHT_M… in DrawString()