Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:FX_INT32

13 	FX_INT32			nCharset;

19 FX_INT32 nCharset;
63 virtual CPDF_Font* GetPDFFont(FX_INT32 nFontIndex);
64 virtual CFX_ByteString GetPDFFontAlias(FX_INT32 nFontIndex);
65 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 nCharset, FX_INT32 nFontIndex);
66 virtual FX_INT32 CharCodeFromUnicode(FX_INT32 nFontIndex, FX_WORD word);
67 virtual FX_INT32 CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset);
73 FX_INT32 GetFontMapCount() const;
74 const CPWL_FontMap_Data* GetFontMapData(FX_INT32 nIndex) const;
77 static FX_INT32 GetNativeCharset();
78 CFX_ByteString GetNativeFontName(FX_INT32 nCharset);
80 static CFX_ByteString GetDefaultFontByCharset(FX_INT32 nCharset);
89 virtual CPDF_Font* FindFontSameCharset(CFX_ByteString& sFontAlias, FX_INT32 nCharset);
91 FX_BOOL KnowWord(FX_INT32 nFontIndex, FX_WORD word);
96 FX_INT32 GetFontIndex(const CFX_ByteString& sFontName, FX_INT32 nCharset, FX_BOOL bFind);
97 FX_INT32 GetPWLFontIndex(FX_WORD word, FX_INT32 nCharset);
98 FX_INT32 AddFontData(CPDF_Font* pFont, const CFX_ByteString& sFontAlias, FX_INT32 nCharset = DEFAULT_CHARSET);
100 CFX_ByteString EncodeFontAlias(const CFX_ByteString& sFontName, FX_INT32 nCharset);
104 CFX_ByteString GetFontName(FX_INT32 nFontIndex);
105 FX_INT32 FindFont(const CFX_ByteString& sFontName, FX_INT32 nCharset = DEFAULT_CHARSET);
107 CFX_ByteString GetNativeFont(FX_INT32 nCharset);
111 FX_INT32 charset;