diff options
Diffstat (limited to 'xfa/fgas/font/cfgas_gefont.cpp')
-rw-r--r-- | xfa/fgas/font/cfgas_gefont.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/xfa/fgas/font/cfgas_gefont.cpp b/xfa/fgas/font/cfgas_gefont.cpp index b5cb7962af..0a57f54cdd 100644 --- a/xfa/fgas/font/cfgas_gefont.cpp +++ b/xfa/fgas/font/cfgas_gefont.cpp @@ -54,14 +54,7 @@ RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont( return pFont; } -CFGAS_GEFont::CFGAS_GEFont(CFGAS_FontMgr* pFontMgr) - : - m_bUseLogFontStyle(false), - m_dwLogFontStyle(0), - m_pFont(nullptr), - m_bExternalFont(false), - m_pFontMgr(pFontMgr) { -} +CFGAS_GEFont::CFGAS_GEFont(CFGAS_FontMgr* pFontMgr) : m_pFontMgr(pFontMgr) {} CFGAS_GEFont::~CFGAS_GEFont() { if (!m_bExternalFont) |