#include <cfx_fontmgr.h>
|
| CFX_FontMgr () |
|
| ~CFX_FontMgr () |
|
RetainPtr< FontDesc > | GetCachedFontDesc (const ByteString &face_name, int weight, bool bItalic) |
|
RetainPtr< FontDesc > | AddCachedFontDesc (const ByteString &face_name, int weight, bool bItalic, FixedSizeDataVector< uint8_t > data) |
|
RetainPtr< FontDesc > | GetCachedTTCFontDesc (size_t ttc_size, uint32_t checksum) |
|
RetainPtr< FontDesc > | AddCachedTTCFontDesc (size_t ttc_size, uint32_t checksum, FixedSizeDataVector< uint8_t > data) |
|
RetainPtr< CFX_Face > | NewFixedFace (RetainPtr< FontDesc > pDesc, pdfium::span< const uint8_t > span, size_t face_index) |
|
CFX_FontMapper * | GetBuiltinMapper () const |
|
FXFT_LibraryRec * | GetFTLibrary () const |
|
bool | FTLibrarySupportsHinting () const |
|
Definition at line 27 of file cfx_fontmgr.h.
◆ CFX_FontMgr()
CFX_FontMgr::CFX_FontMgr |
( |
| ) |
|
◆ ~CFX_FontMgr()
CFX_FontMgr::~CFX_FontMgr |
( |
| ) |
|
|
default |
◆ AddCachedFontDesc()
◆ AddCachedTTCFontDesc()
◆ FTLibrarySupportsHinting()
bool CFX_FontMgr::FTLibrarySupportsHinting |
( |
| ) |
const |
|
inline |
◆ GetBuiltinMapper()
◆ GetCachedFontDesc()
◆ GetCachedTTCFontDesc()
◆ GetFTLibrary()
◆ GetGenericSansFont()
pdfium::span< const uint8_t > CFX_FontMgr::GetGenericSansFont |
( |
| ) |
|
|
static |
◆ GetGenericSerifFont()
pdfium::span< const uint8_t > CFX_FontMgr::GetGenericSerifFont |
( |
| ) |
|
|
static |
◆ GetStandardFont()
pdfium::span< const uint8_t > CFX_FontMgr::GetStandardFont |
( |
size_t | index | ) |
|
|
static |
◆ NewFixedFace()
The documentation for this class was generated from the following files: