Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A Dsdl_fonts.cpp65 typedef map<ttf_font_key_t, ref_counted_ttf_font_t> ttf_font_list_t;
238 ttf_font_key_t search_key(path, style, size); in load_ttf_font()
284 ttf_font_key_t key(path, style, size); in load_ttf_font()
323 info->m_keys[styleNormal] = ttf_font_key_t(file, 0, spec.size); in load_font()
331 info->m_keys[styleBold] = ttf_font_key_t(file, styleNormal, spec.size); in load_font()
339 info->m_keys[styleBold] = ttf_font_key_t(file, styleBold, spec.size); in load_font()
348 info->m_keys[styleItalic] = ttf_font_key_t(file, styleNormal, spec.size); in load_font()
356 info->m_keys[styleItalic] = ttf_font_key_t(file, styleItalic, spec.size); in load_font()
365 info->m_keys[styleBold | styleItalic] = ttf_font_key_t(file, styleNormal, spec.size); in load_font()
375 info->m_keys[styleBold | styleItalic] = ttf_font_key_t(file, styleBold, spec.size); in load_font()
[all …]
H A Dsdl_fonts.h114 typedef boost::tuple<std::string, uint16, int16> ttf_font_key_t; typedef
125 ttf_font_key_t m_keys[styleUnderline];