Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CFX_GEModule Class Reference

#include <cfx_gemodule.h>

+ Collaboration diagram for CFX_GEModule:

Classes

class  PlatformIface
 

Public Member Functions

CFX_FontCacheGetFontCache () const
 
CFX_FontMgrGetFontMgr () const
 
PlatformIfaceGetPlatform () const
 
const char ** GetUserFontPaths () const
 

Static Public Member Functions

static void Create (const char **pUserFontPaths)
 
static void Destroy ()
 
static CFX_GEModuleGet ()
 

Detailed Description

Definition at line 25 of file cfx_gemodule.h.

Member Function Documentation

◆ Create()

void CFX_GEModule::Create ( const char ** pUserFontPaths)
static

Definition at line 29 of file cfx_gemodule.cpp.

References CFX_FontMgr::GetBuiltinMapper(), and GetFontMgr().

Referenced by FPDF_InitLibraryWithConfig().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Destroy()

void CFX_GEModule::Destroy ( )
static

Definition at line 38 of file cfx_gemodule.cpp.

Referenced by FPDF_DestroyLibrary(), and PDFTestEnvironment::TearDown().

+ Here is the caller graph for this function:

◆ Get()

◆ GetFontCache()

CFX_FontCache * CFX_GEModule::GetFontCache ( ) const
inline

Definition at line 44 of file cfx_gemodule.h.

◆ GetFontMgr()

CFX_FontMgr * CFX_GEModule::GetFontMgr ( ) const
inline

Definition at line 45 of file cfx_gemodule.h.

Referenced by TestFontMapper::TestFontMapper(), Create(), CFX_RenderDevice::DrawNormalText(), FPDF_SetSystemFontInfo(), TestFonts::InstallFontMapper(), FXFTMMVarDeleter::operator()(), and XFATestEnvironment::SetUp().

+ Here is the caller graph for this function:

◆ GetPlatform()

PlatformIface * CFX_GEModule::GetPlatform ( ) const
inline

Definition at line 46 of file cfx_gemodule.h.

Referenced by CGdiDisplayDriver::CGdiDisplayDriver(), CGdiDeviceDriver::DrawPath(), XFATestEnvironment::SetUp(), CGdiDisplayDriver::StretchDIBits(), and TEST().

+ Here is the caller graph for this function:

◆ GetUserFontPaths()

const char ** CFX_GEModule::GetUserFontPaths ( ) const
inline

Definition at line 47 of file cfx_gemodule.h.

Referenced by CApplePlatform::CreateDefaultSystemFontInfo(), CLinuxPlatform::CreateDefaultSystemFontInfo(), and CWin32Platform::CreateDefaultSystemFontInfo().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: