From 4825c4b7dad8f3118dbad1daf3b4743616b343bd Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 26 Sep 2017 12:08:48 -0400 Subject: 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 Commit-Queue: dsinclair --- xfa/fgas/font/cfgas_fontmgr.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xfa/fgas/font/cfgas_fontmgr.cpp') 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_FontMgr::GetFontByCodePage( uint16_t wCodePage, uint32_t dwFontStyles, -- cgit v1.2.3