summaryrefslogtreecommitdiff
path: root/core/include
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-10-16 14:35:18 -0700
committerLei Zhang <thestig@chromium.org>2015-10-16 14:35:18 -0700
commit3d7d1d2f29e5fb099367a40822684d31f684fd62 (patch)
tree7f3c0e754e7a582ab7986393dba0f95d1f7bf036 /core/include
parent887795881ba3babdc1d2c310e3b68deb5ad9b53b (diff)
downloadpdfium-3d7d1d2f29e5fb099367a40822684d31f684fd62.tar.xz
Declare PDF_GetStandardFontName() in the header.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1410043003 .
Diffstat (limited to 'core/include')
-rw-r--r--core/include/fxge/fx_font.h2
1 files changed, 2 insertions, 0 deletions
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_