Added support for GetEscapements() too. Still unfinished. Maybe this should be moved elsewhere?
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12216 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -72,6 +72,8 @@ public:
|
||||
uint16 GlyphCount(void) const { return fStyle->GlyphCount(); }
|
||||
uint16 CharMapCount(void) const { return fStyle->CharMapCount(); }
|
||||
BShape **GetGlyphShapes(const char charArray[], int32 numChars) const;
|
||||
BPoint *GetEscapements(const char charArray[], int32 numChars,
|
||||
BPoint offsetArray[]) const;
|
||||
|
||||
FT_Face GetFTFace() const { return fStyle->GetFTFace(); };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user