Searched refs:FXFT_Get_Next_Char (Results 1 – 2 of 2) sorted by relevance
264 FXFT_Get_Next_Char(pFont->GetFace(), currentChar, &glyphIndex); in LoadSimpleFont()337 FXFT_Get_Next_Char(pFont->GetFace(), currentChar, &glyphIndex); in LoadCompositeFont()
102 #define FXFT_Get_Next_Char(face, code, glyph_index) \ macro