Searched defs:IFX_Font (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
H A Dfx_fnt.h9 class IFX_Font;
44 virtual FX_BOOL GetCharWidth(IFX_Font* pFont,
50 class IFX_Font { class
52 static IFX_Font* LoadFont(const FX_WCHAR* pszFontFamily,
56 static IFX_Font* LoadFont(const uint8_t* pBuffer,
59 static IFX_Font* LoadFont(const FX_WCHAR* pszFileName, IFX_FontMgr* pFontMgr);
60 static IFX_Font* LoadFont(IFX_Stream* pFontStream,
63 static IFX_Font* LoadFont(CFX_Font* pExtFont,
66 virtual ~IFX_Font() {}
68 virtual IFX_Font* Retai
[all...]

Completed in 59 milliseconds