![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpvt_fontmap.h>
Public Member Functions | |
| CPVT_FontMap (CPDF_Document *pDoc, RetainPtr< CPDF_Dictionary > pResDict, RetainPtr< CPDF_Font > pDefFont, const ByteString &sDefFontAlias) | |
| ~CPVT_FontMap () override | |
| RetainPtr< CPDF_Font > | GetPDFFont (int32_t nFontIndex) override |
| ByteString | GetPDFFontAlias (int32_t nFontIndex) override |
| int32_t | GetWordFontIndex (uint16_t word, FX_Charset charset, int32_t nFontIndex) override |
| int32_t | CharCodeFromUnicode (int32_t nFontIndex, uint16_t word) override |
| FX_Charset | CharSetFromUnicode (uint16_t word, FX_Charset nOldCharset) override |
| Public Member Functions inherited from IPVT_FontMap | |
| virtual | ~IPVT_FontMap ()=default |
Definition at line 21 of file cpvt_fontmap.h.
| CPVT_FontMap::CPVT_FontMap | ( | CPDF_Document * | pDoc, |
| RetainPtr< CPDF_Dictionary > | pResDict, | ||
| RetainPtr< CPDF_Font > | pDefFont, | ||
| const ByteString & | sDefFontAlias ) |
Definition at line 21 of file cpvt_fontmap.cpp.
References CPVT_FontMap().
Referenced by CPVT_FontMap().
|
overridedefault |
|
overridevirtual |
Implements IPVT_FontMap.
Definition at line 83 of file cpvt_fontmap.cpp.
|
overridevirtual |
Implements IPVT_FontMap.
Definition at line 87 of file cpvt_fontmap.cpp.
Implements IPVT_FontMap.
Definition at line 51 of file cpvt_fontmap.cpp.
|
overridevirtual |
Implements IPVT_FontMap.
Definition at line 64 of file cpvt_fontmap.cpp.
References fxcrt::ByteString::ByteString().
|
overridevirtual |
Implements IPVT_FontMap.
Definition at line 77 of file cpvt_fontmap.cpp.