Searched refs:FXFT_Get_First_Char (Results 1 – 2 of 2) sorted by relevance
256 uint32_t currentChar = FXFT_Get_First_Char(pFont->GetFace(), &glyphIndex); in LoadSimpleFont()323 uint32_t currentChar = FXFT_Get_First_Char(pFont->GetFace(), &glyphIndex); in LoadCompositeFont()
100 #define FXFT_Get_First_Char(face, glyph_index) \ macro