Added support for BFont::GetGlyphShapes. Not finished yet and untested, delivery method as to be changed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12214 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -71,6 +71,7 @@ public:
|
||||
int32 TunedCount(void) const { return fStyle->TunedCount(); }
|
||||
uint16 GlyphCount(void) const { return fStyle->GlyphCount(); }
|
||||
uint16 CharMapCount(void) const { return fStyle->CharMapCount(); }
|
||||
BShape **GetGlyphShapes(const char charArray[], int32 numChars) const;
|
||||
|
||||
FT_Face GetFTFace() const { return fStyle->GetFTFace(); };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user