Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/drawing/
H A DDrawing.String.cpp42 static int32_t ttf_get_string_width(std::string_view text, FontSpriteBase fontSpriteBase, bool noFo…
86 return ttf_get_string_width(text, fontSpriteBase, false); in gfx_get_string_width()
91 return ttf_get_string_width(text, fontSpriteBase, true); in gfx_get_string_width_no_formatting()
998 static int32_t ttf_get_string_width(std::string_view text, FontSpriteBase fontSpriteBase, bool noFo… in ttf_get_string_width() function