Index: core/include/fxge/fx_font.h |
diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h |
index 30de472a7e031b1dd5b8e5f906038da9114a0799..2d19db614fa25fe00449d20513556be42eb8c084 100644 |
--- a/core/include/fxge/fx_font.h |
+++ b/core/include/fxge/fx_font.h |
@@ -517,4 +517,6 @@ class IFX_GSUBTable { |
virtual ~IFX_GSUBTable() {} |
}; |
+CFX_ByteString GetNameFromTT(const uint8_t* name_table, FX_DWORD name); |
+ |
#endif // CORE_INCLUDE_FXGE_FX_FONT_H_ |