Index: core/include/fxge/fx_font.h |
diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h |
index 964a3793caed4f3f1adca04b0b1b6b9472c4cc23..7bfe0c22f3e8d89b04b631fd4b190de2accdb030 100644 |
--- a/core/include/fxge/fx_font.h |
+++ b/core/include/fxge/fx_font.h |
@@ -541,7 +541,9 @@ class IFX_GSUBTable { |
virtual ~IFX_GSUBTable() {} |
}; |
-CFX_ByteString GetNameFromTT(const uint8_t* name_table, FX_DWORD name); |
+CFX_ByteString GetNameFromTT(const uint8_t* name_table, |
+ FX_DWORD name_table_size, |
+ FX_DWORD name); |
int PDF_GetStandardFontName(CFX_ByteString* name); |