Home | History | Annotate | Download | only in fpdf_font

Lines Matching refs:FXFT_Get_Char_Index

1247     int index = FXFT_Get_Char_Index(m_Font.m_Face, unicode );

1346 index = FXFT_Get_Char_Index(m_Font.m_Face, unicode);
1349 index = !maccode ? FXFT_Get_Name_Index(m_Font.m_Face, (char *)name) : FXFT_Get_Char_Index(m_Font.m_Face, maccode);
1351 return FXFT_Get_Char_Index(m_Font.m_Face, unicode);