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_fontglobals.h>
Public Member Functions | |
void | LoadEmbeddedMaps () |
void | Clear (CPDF_Document *pDoc) |
RetainPtr< CPDF_Font > | Find (CPDF_Document *pDoc, CFX_FontMapper::StandardFont index) |
void | Set (CPDF_Document *pDoc, CFX_FontMapper::StandardFont index, RetainPtr< CPDF_Font > pFont) |
void | SetEmbeddedCharset (CIDSet idx, pdfium::span< const fxcmap::CMap > map) |
pdfium::span< const fxcmap::CMap > | GetEmbeddedCharset (CIDSet idx) const |
void | SetEmbeddedToUnicode (CIDSet idx, pdfium::span< const uint16_t > map) |
pdfium::span< const uint16_t > | GetEmbeddedToUnicode (CIDSet idx) |
RetainPtr< const CPDF_CMap > | GetPredefinedCMap (const ByteString &name) |
CPDF_CID2UnicodeMap * | GetCID2UnicodeMap (CIDSet charset) |
Static Public Member Functions | |
static void | Create () |
static void | Destroy () |
static CPDF_FontGlobals * | GetInstance () |
Definition at line 24 of file cpdf_fontglobals.h.
void CPDF_FontGlobals::Clear | ( | CPDF_Document * | pDoc | ) |
Definition at line 83 of file cpdf_fontglobals.cpp.
Referenced by CPDF_DocPageData::ClearStockFont().
|
static |
Definition at line 35 of file cpdf_fontglobals.cpp.
Referenced by CPDF_PageModule::Create().
|
static |
Definition at line 41 of file cpdf_fontglobals.cpp.
Referenced by CPDF_PageModule::Destroy().
RetainPtr< CPDF_Font > CPDF_FontGlobals::Find | ( | CPDF_Document * | pDoc, |
CFX_FontMapper::StandardFont | index ) |
Definition at line 64 of file cpdf_fontglobals.cpp.
CPDF_CID2UnicodeMap * CPDF_FontGlobals::GetCID2UnicodeMap | ( | CIDSet | charset | ) |
Definition at line 130 of file cpdf_fontglobals.cpp.
|
inline |
Definition at line 44 of file cpdf_fontglobals.h.
|
inline |
Definition at line 50 of file cpdf_fontglobals.h.
|
static |
Definition at line 48 of file cpdf_fontglobals.cpp.
Referenced by CPDF_DocPageData::ClearStockFont(), CPDF_PageModule::Create(), CPDF_Font::GetStockFont(), and CPDF_CIDFont::Load().
RetainPtr< const CPDF_CMap > CPDF_FontGlobals::GetPredefinedCMap | ( | const ByteString & | name | ) |
Definition at line 117 of file cpdf_fontglobals.cpp.
void CPDF_FontGlobals::LoadEmbeddedMaps | ( | ) |
Definition at line 57 of file cpdf_fontglobals.cpp.
Referenced by CPDF_PageModule::Create().
void CPDF_FontGlobals::Set | ( | CPDF_Document * | pDoc, |
CFX_FontMapper::StandardFont | index, | ||
RetainPtr< CPDF_Font > | pFont ) |
Definition at line 74 of file cpdf_fontglobals.cpp.
|
inline |
Definition at line 41 of file cpdf_fontglobals.h.
|
inline |
Definition at line 47 of file cpdf_fontglobals.h.