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..b38b1a171359039f4f1df8fd702763d87970f6aa 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 GetNameFromTT(const uint8_t* name_table, FX_DWORD name); |
+ |
#endif // CORE_INCLUDE_FXGE_FX_FONT_H_ |