![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_bafontmap.h>
Public Member Functions | |
| CPDF_BAFontMap (CPDF_Document *pDocument, RetainPtr< CPDF_Dictionary > pAnnotDict, const ByteString &sAPType) | |
| ~CPDF_BAFontMap () override | |
| RetainPtr< CPDF_Font > | GetPDFFont (int32_t nFontIndex) override |
| ByteString | GetPDFFontAlias (int32_t nFontIndex) override |
| int32_t | GetWordFontIndex (uint16_t word, FX_Charset nCharset, 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 |
Static Public Member Functions | |
| static FX_Charset | GetNativeCharset () |
Definition at line 21 of file cpdf_bafontmap.h.
| CPDF_BAFontMap::CPDF_BAFontMap | ( | CPDF_Document * | pDocument, |
| RetainPtr< CPDF_Dictionary > | pAnnotDict, | ||
| const ByteString & | sAPType ) |
Definition at line 68 of file cpdf_bafontmap.cpp.
References CPDF_BAFontMap(), kANSI, kDefault, CFX_Font::kDefaultAnsiFontName, and kSymbol.
Referenced by CPDF_BAFontMap().
|
overridedefault |
|
overridevirtual |
Implements IPVT_FontMap.
Definition at line 143 of file cpdf_bafontmap.cpp.
|
overridevirtual |
Implements IPVT_FontMap.
Definition at line 157 of file cpdf_bafontmap.cpp.
References CFX_Font::GetCharSetFromUnicode(), kANSI, and kDefault.
|
static |
Definition at line 170 of file cpdf_bafontmap.cpp.
References FX_GetACP(), and FX_GetCharsetFromCodePage().
Implements IPVT_FontMap.
Definition at line 98 of file cpdf_bafontmap.cpp.
Referenced by CPDFSDK_AppStream::SetAsTextField().
|
overridevirtual |
Implements IPVT_FontMap.
Definition at line 104 of file cpdf_bafontmap.cpp.
References fxcrt::ByteString::ByteString().
Referenced by TEST_F().
|
overridevirtual |
Implements IPVT_FontMap.
Definition at line 110 of file cpdf_bafontmap.cpp.
References kDefault, kSymbol, and CFX_Font::kUniversalDefaultFontName.