Home
last modified time | relevance | path

Searched refs:FT_LoadFont (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp167 static FXFT_Face FT_LoadFont(FX_LPBYTE pData, int size) in FT_LoadFont() function
193 m_Face = FT_LoadFont((FX_LPBYTE)m_pFontDataAllocation, size); in LoadEmbedded()
196 m_Face = FT_LoadFont((FX_LPBYTE)data, size); in LoadEmbedded()