diff options
author | thestig <thestig@chromium.org> | 2016-06-07 18:48:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-07 18:48:09 -0700 |
commit | a7c03c678dbd6fd4732e0cfb390cc4f462434441 (patch) | |
tree | 12b5670e920d49114d61c8a125d6f0b99f24fd38 /xfa/fgas/font/fgas_font.h | |
parent | 649a78569e9487fc5d3cccee546be50c351560b7 (diff) | |
download | pdfium-a7c03c678dbd6fd4732e0cfb390cc4f462434441.tar.xz |
Remove dead code in CFGAS_FontMgrImp.
And also CFGAS_StdFontMgrImp.
Review-Url: https://codereview.chromium.org/2033673002
Diffstat (limited to 'xfa/fgas/font/fgas_font.h')
-rw-r--r-- | xfa/fgas/font/fgas_font.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xfa/fgas/font/fgas_font.h b/xfa/fgas/font/fgas_font.h index 049c5a06ff..89641d7c72 100644 --- a/xfa/fgas/font/fgas_font.h +++ b/xfa/fgas/font/fgas_font.h @@ -105,7 +105,6 @@ class IFGAS_FontMgr { uint32_t dwFontStyles, uint16_t wCodePage = 0xFFFF) = 0; virtual CFGAS_GEFont* LoadFont(const uint8_t* pBuffer, int32_t iLength) = 0; - virtual CFGAS_GEFont* LoadFont(const FX_WCHAR* pszFileName) = 0; virtual CFGAS_GEFont* LoadFont(IFX_Stream* pFontStream, const FX_WCHAR* pszFontAlias = NULL, uint32_t dwFontStyles = 0, @@ -162,18 +161,6 @@ class IFGAS_FontMgr { uint16_t wLanguage, uint32_t dwFontStyles, const FX_WCHAR* pszFontFamily = NULL) = 0; - virtual CFGAS_GEFont* LoadFont(const uint8_t* pBuffer, - int32_t iLength, - int32_t iFaceIndex, - int32_t* pFaceCount = NULL) = 0; - virtual CFGAS_GEFont* LoadFont(const FX_WCHAR* pszFileName, - int32_t iFaceIndex, - int32_t* pFaceCount = NULL) = 0; - virtual CFGAS_GEFont* LoadFont(IFX_Stream* pFontStream, - int32_t iFaceIndex, - int32_t* pFaceCount = NULL, - FX_BOOL bSaveStream = FALSE) = 0; - virtual void ClearFontCache() = 0; virtual void RemoveFont(CFGAS_GEFont* pFont) = 0; }; |