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:
@@ -119,9 +119,16 @@ public:
|
|||||||
uint16 CharMapCount(void) { return charmapcount; }
|
uint16 CharMapCount(void) { return charmapcount; }
|
||||||
const char *Name(void);
|
const char *Name(void);
|
||||||
FontFamily *Family(void) { return family; }
|
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);
|
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:
|
protected:
|
||||||
friend class FontFamily;
|
friend class FontFamily;
|
||||||
FontFamily *family;
|
FontFamily *family;
|
||||||
|
|||||||
Reference in New Issue
Block a user