#include <systemfontinfo_iface.h>
Definition at line 21 of file systemfontinfo_iface.h.
◆ ~SystemFontInfoIface()
virtual SystemFontInfoIface::~SystemFontInfoIface |
( |
| ) |
|
|
virtualdefault |
◆ DeleteFont()
virtual void SystemFontInfoIface::DeleteFont |
( |
void * | hFont | ) |
|
|
pure virtual |
◆ EnumFontList()
virtual bool SystemFontInfoIface::EnumFontList |
( |
CFX_FontMapper * | pMapper | ) |
|
|
pure virtual |
◆ GetFaceName()
virtual bool SystemFontInfoIface::GetFaceName |
( |
void * | hFont, |
|
|
ByteString * | name ) |
|
pure virtual |
◆ GetFont()
virtual void * SystemFontInfoIface::GetFont |
( |
const ByteString & | face | ) |
|
|
pure virtual |
◆ GetFontCharset()
virtual bool SystemFontInfoIface::GetFontCharset |
( |
void * | hFont, |
|
|
FX_Charset * | charset ) |
|
pure virtual |
◆ GetFontData()
virtual size_t SystemFontInfoIface::GetFontData |
( |
void * | hFont, |
|
|
uint32_t | table, |
|
|
pdfium::span< uint8_t > | buffer ) |
|
pure virtual |
◆ MapFont()
virtual void * SystemFontInfoIface::MapFont |
( |
int | weight, |
|
|
bool | bItalic, |
|
|
FX_Charset | charset, |
|
|
int | pitch_family, |
|
|
const ByteString & | face ) |
|
pure virtual |
The documentation for this class was generated from the following file: