Disabled some code until I can figure out the changes in FT2's font cache subsystem from 2.1.4 to 2.1.8

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8128 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2004-06-22 14:42:58 +00:00
parent 9ec866ccb4
commit cdb613bafd

View File

@ -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;