Searched refs:wsUnicode (Results 1 – 1 of 1) sorted by relevance
1502 CFX_WideString wsUnicode = UnicodeFromCharCode(charcode); in LoadGlyphMap() local1503 if (!wsUnicode.IsEmpty()) { in LoadGlyphMap()1505 FXFT_Get_Char_Index(m_Font.GetFace(), wsUnicode[0]); in LoadGlyphMap()1506 m_Encoding.m_Unicodes[charcode] = wsUnicode[0]; in LoadGlyphMap()