Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <ipvt_fontmap.h>
Public Member Functions | |
virtual | ~IPVT_FontMap ()=default |
virtual RetainPtr< CPDF_Font > | GetPDFFont (int32_t nFontIndex)=0 |
virtual ByteString | GetPDFFontAlias (int32_t nFontIndex)=0 |
virtual int32_t | GetWordFontIndex (uint16_t word, FX_Charset charset, int32_t nFontIndex)=0 |
virtual int32_t | CharCodeFromUnicode (int32_t nFontIndex, uint16_t word)=0 |
virtual FX_Charset | CharSetFromUnicode (uint16_t word, FX_Charset nOldCharset)=0 |
Definition at line 18 of file ipvt_fontmap.h.
|
virtualdefault |
|
pure virtual |
Implemented in CPDF_BAFontMap, and CPVT_FontMap.
Referenced by CPWL_EditImpl::GetPDFWordString().
|
pure virtual |
Implemented in CPDF_BAFontMap, and CPVT_FontMap.
Referenced by CPWL_Edit::OnChar().
Implemented in CPDF_BAFontMap, and CPVT_FontMap.
Referenced by CPWL_EditImpl::DrawEdit(), and CPWL_Edit::SetCharArray().
|
pure virtual |
Implemented in CPDF_BAFontMap, and CPVT_FontMap.
|
pure virtual |
Implemented in CPDF_BAFontMap, and CPVT_FontMap.