![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fx_apple_platform.h>
Public Member Functions | |
| CApplePlatform () | |
| ~CApplePlatform () override | |
| void | Init () override |
| std::unique_ptr< SystemFontInfoIface > | CreateDefaultSystemFontInfo () override |
| void * | CreatePlatformFont (pdfium::span< const uint8_t > font_span) override |
| Public Member Functions inherited from CFX_GEModule::PlatformIface | |
| virtual | ~PlatformIface ()=default |
Public Attributes | |
| CQuartz2D | m_quartz2d |
Additional Inherited Members | |
| Static Public Member Functions inherited from CFX_GEModule::PlatformIface | |
| static std::unique_ptr< PlatformIface > | Create () |
Definition at line 15 of file fx_apple_platform.h.
|
default |
|
overridedefault |
|
overridevirtual |
Implements CFX_GEModule::PlatformIface.
Definition at line 150 of file fx_apple_platform.cpp.
References CFX_GEModule::Get(), and CFX_GEModule::GetUserFontPaths().
|
override |
Definition at line 160 of file fx_apple_platform.cpp.
References m_quartz2d.
|
overridevirtual |
Implements CFX_GEModule::PlatformIface.
Definition at line 147 of file fx_apple_platform.cpp.
| CQuartz2D CApplePlatform::m_quartz2d |
Definition at line 25 of file fx_apple_platform.h.
Referenced by CreatePlatformFont().