Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A Dsdl_fonts.h59 …int styled_text_width(const std::string& text, size_t length, uint16 initial_style, bool utf8 = fa…
H A Dsdl_fonts.cpp710 int font_info::styled_text_width(const std::string& text, size_t length, uint16 style, bool utf8) c… in styled_text_width() function in font_info
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dsdl_widgets.cpp213 rect.w = font->styled_text_width(text_string, text_string.size(), style); in w_styled_text()
2538 …right_text_width = font->styled_text_width(item.m_hostPlayerName, item.m_hostPlayerName.size(), ga… in draw_item()
2694 if (font->styled_text_width(e.sender, e.sender.size(), style | styleShadow) > kNameWidth) in append_entry()