diff options
Diffstat (limited to 'core/fxge/cfx_fontmgr.h')
-rw-r--r-- | core/fxge/cfx_fontmgr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/fxge/cfx_fontmgr.h b/core/fxge/cfx_fontmgr.h index 62ecd84716..5c888a743e 100644 --- a/core/fxge/cfx_fontmgr.h +++ b/core/fxge/cfx_fontmgr.h @@ -60,6 +60,9 @@ class CFX_FontMgr { bool FTLibrarySupportsHinting() const { return m_FTLibrarySupportsHinting; } private: + bool FreeTypeVersionSupportsHinting() const; + bool SetLcdFilterMode() const; + std::unique_ptr<CFX_FontMapper> m_pBuiltinMapper; std::map<ByteString, std::unique_ptr<CTTFontDesc>> m_FaceMap; FXFT_Library m_FTLibrary; |