diff options
Diffstat (limited to 'core/include/fxge/fx_font.h')
-rw-r--r-- | core/include/fxge/fx_font.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h index 964a3793ca..7bfe0c22f3 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); |