diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-09-26 12:08:48 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-26 17:35:23 +0000 |
commit | 4825c4b7dad8f3118dbad1daf3b4743616b343bd (patch) | |
tree | 0323d420e21ddd06c19649147172e53ce9052a63 /xfa/fgas/font/cfgas_fontmgr.cpp | |
parent | 81f02f4c8347890ce66d6ec48781589d10098689 (diff) | |
download | pdfium-4825c4b7dad8f3118dbad1daf3b4743616b343bd.tar.xz |
Share public part of CFGAS_FontMgr declaration
This CL moves the public part of the CFGAS_FontMgr declaration to be
shared across all platforms.
Change-Id: I92e587fe06611c92f72746477775802c2f3b8b57
Reviewed-on: https://pdfium-review.googlesource.com/14817
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fgas/font/cfgas_fontmgr.cpp')
-rw-r--r-- | xfa/fgas/font/cfgas_fontmgr.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xfa/fgas/font/cfgas_fontmgr.cpp b/xfa/fgas/font/cfgas_fontmgr.cpp index df7c36fd53..a00b903d48 100644 --- a/xfa/fgas/font/cfgas_fontmgr.cpp +++ b/xfa/fgas/font/cfgas_fontmgr.cpp @@ -192,6 +192,10 @@ CFGAS_FontMgr::CFGAS_FontMgr() CFGAS_FontMgr::~CFGAS_FontMgr() {} +bool CFGAS_FontMgr::EnumFonts() { + return true; +} + RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByCodePage( uint16_t wCodePage, uint32_t dwFontStyles, |