Index: core/include/fxge/fx_font.h |
diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h |
index 1423be497b2bf706a419750eb0a45d5e4e78a3f4..c91036fad76df26055eb8b1ea635136b83f9ec6b 100644 |
--- a/core/include/fxge/fx_font.h |
+++ b/core/include/fxge/fx_font.h |
@@ -436,4 +436,6 @@ class IFX_GSUBTable { |
virtual ~IFX_GSUBTable() {} |
}; |
+CFX_ByteString FPDF_GetNameFromTT(const uint8_t* name_table, FX_DWORD name); |
Lei Zhang
2015/08/19 19:31:14
FPDF_Foo() is usually a public API. Omit the "FPDF
Tom Sepez
2015/08/19 20:25:34
Done.
https://code.google.com/p/chromium/codesear
|
+ |
#endif // CORE_INCLUDE_FXGE_FX_FONT_H_ |