LibreOffice Module vcl (master)
1
|
#include <salgdi.h>
Public Member Functions | |
SystemFontList (void) | |
~SystemFontList (void) | |
bool | Init (void) |
void | AddFont (CoreTextFontFace *) |
void | AnnounceFonts (PhysicalFontCollection &) const |
CoreTextFontFace * | GetFontDataFromId (sal_IntPtr nFontId) const |
Private Attributes | |
CTFontCollectionRef | mpCTFontCollection |
CFArrayRef | mpCTFontArray |
std::unordered_map< sal_IntPtr, rtl::Reference< CoreTextFontFace > > | maFontContainer |
Definition at line 114 of file quartz/salgdi.h.
SystemFontList::SystemFontList | ( | void | ) |
SystemFontList::~SystemFontList | ( | void | ) |
void SystemFontList::AddFont | ( | CoreTextFontFace * | ) |
void SystemFontList::AnnounceFonts | ( | PhysicalFontCollection & | ) | const |
CoreTextFontFace* SystemFontList::GetFontDataFromId | ( | sal_IntPtr | nFontId | ) | const |
bool SystemFontList::Init | ( | void | ) |
|
private |
Definition at line 130 of file quartz/salgdi.h.
|
private |
Definition at line 128 of file quartz/salgdi.h.
|
private |
Definition at line 127 of file quartz/salgdi.h.