Wow... pure luck this worked as well as it did...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31898 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -613,7 +613,7 @@ FontEngine::CountFaces() const
|
|||||||
uint32
|
uint32
|
||||||
FontEngine::GlyphIndexForGlyphCode(uint32 glyphCode) const
|
FontEngine::GlyphIndexForGlyphCode(uint32 glyphCode) const
|
||||||
{
|
{
|
||||||
FT_Get_Char_Index(fFace, glyphCode);
|
return FT_Get_Char_Index(fFace, glyphCode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user