Searched refs:FGAS_FontInfo (Results 1 – 3 of 3) sorted by relevance
193 const FGAS_FontInfo g_XFAFontsMap[] = {441 const FGAS_FontInfo g_XFAFontsMap[] = {1024 const FGAS_FontInfo g_XFAFontsMap[] = {1411 const FGAS_FontInfo g_XFAFontsMap[] = {1874 const FGAS_FontInfo* pEnd = g_XFAFontsMap + FX_ArraySize(g_XFAFontsMap); in FGAS_FontNameToEnglishName()1875 const FGAS_FontInfo* pFontInfo = in FGAS_FontNameToEnglishName()1877 [](const FGAS_FontInfo& entry, uint32_t hash) { in FGAS_FontNameToEnglishName()1885 const FGAS_FontInfo* FGAS_FontInfoByFontName(WideStringView wsFontName) { in FGAS_FontInfoByFontName()1890 const FGAS_FontInfo* pEnd = g_XFAFontsMap + FX_ArraySize(g_XFAFontsMap); in FGAS_FontInfoByFontName()1891 const FGAS_FontInfo* pFontInfo = in FGAS_FontInfoByFontName()[all …]
21 struct FGAS_FontInfo { struct31 const FGAS_FontInfo* FGAS_FontInfoByFontName(WideStringView wsFontName); argument
24 const FGAS_FontInfo* pCurFont = in GetFont()