diff --git a/headers/private/servers/app/FontFamily.h b/headers/private/servers/app/FontFamily.h index 051f46cd3c..935c612962 100644 --- a/headers/private/servers/app/FontFamily.h +++ b/headers/private/servers/app/FontFamily.h @@ -119,9 +119,16 @@ public: uint16 CharMapCount(void) { return charmapcount; } const char *Name(void); FontFamily *Family(void) { return family; } - FT_Face GetFace(void); + + // TODO: Re-enable when I understand how the FT2 Cache system changed from + // 2.1.4 to 2.1.8 +// FT_Face GetFace(void); + const char *GetPath(void); - int16 ConvertToUnicode(uint16 c); + + // TODO: Re-enable when I understand how the FT2 Cache system changed from + // 2.1.4 to 2.1.8 +// int16 ConvertToUnicode(uint16 c); protected: friend class FontFamily; FontFamily *family;