From a725bc9a3525256976c112b2b5a429a119cf9b69 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 16 Oct 2015 14:45:16 -0700 Subject: Merge to XFA: Declare PDF_GetStandardFontName() in the header. R=tsepez@chromium.org TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1410043003 . (cherry picked from commit 3d7d1d2f29e5fb099367a40822684d31f684fd62) Review URL: https://codereview.chromium.org/1415453002 . --- core/include/fxge/fx_font.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/include/fxge/fx_font.h') diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h index 39353d7b16..2314fb3d08 100644 --- a/core/include/fxge/fx_font.h +++ b/core/include/fxge/fx_font.h @@ -525,4 +525,6 @@ class IFX_GSUBTable { CFX_ByteString GetNameFromTT(const uint8_t* name_table, FX_DWORD name); +int PDF_GetStandardFontName(CFX_ByteString* name); + #endif // CORE_INCLUDE_FXGE_FX_FONT_H_ -- cgit v1.2.3