From 3d7d1d2f29e5fb099367a40822684d31f684fd62 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 16 Oct 2015 14:35:18 -0700 Subject: Declare PDF_GetStandardFontName() in the header. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1410043003 . --- core/include/fxge/fx_font.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/include') diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h index bdaeff7dd6..f36801584d 100644 --- a/core/include/fxge/fx_font.h +++ b/core/include/fxge/fx_font.h @@ -445,4 +445,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