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

/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h21 class IFX_Edit_FontMap;
55 class IFX_Edit_FontMap { class
57 virtual ~IFX_Edit_FontMap() {}
187 // set a IFX_Edit_FontMap pointer implemented by user.
188 virtual void SetFontMap(IFX_Edit_FontMap* pFontMap) = 0;
200 // get the IFX_Edit_FontMap pointer set by user.
201 virtual IFX_Edit_FontMap* GetFontMap() = 0;
515 virtual void SetFontMap(IFX_Edit_FontMap* pFontMap) = 0;
571 CFX_ByteString GetPDFWordString(IFX_Edit_FontMap* pFontMap,

Completed in 87 milliseconds