diff options
author | Lei Zhang <thestig@chromium.org> | 2015-10-16 14:45:16 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-10-16 14:45:16 -0700 |
commit | a725bc9a3525256976c112b2b5a429a119cf9b69 (patch) | |
tree | c78495b35fd31cf69bcfb1ee2b5540ac35dc3982 /core/include/fxge | |
parent | 24e733ef26280268ac6ede6d73fac7475aedd1a9 (diff) | |
download | pdfium-a725bc9a3525256976c112b2b5a429a119cf9b69.tar.xz |
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 .
Diffstat (limited to 'core/include/fxge')
-rw-r--r-- | core/include/fxge/fx_font.h | 2 |
1 files changed, 2 insertions, 0 deletions
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_ |