提交 fb6199a0 编写于 作者: V vadim

8072887: Better font handling improvements

Reviewed-by: prr, srl, mschoene
上级 bb3058cd
...@@ -73,7 +73,7 @@ le_int32 GXLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, ...@@ -73,7 +73,7 @@ le_int32 GXLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset,
fMorphTable->process(fMorphTable, glyphStorage, success); fMorphTable->process(fMorphTable, glyphStorage, success);
return count; return glyphStorage.getGlyphCount();
} }
// apply positional tables // apply positional tables
......
...@@ -69,7 +69,7 @@ le_int32 GXLayoutEngine2::computeGlyphs(const LEUnicode chars[], le_int32 offset ...@@ -69,7 +69,7 @@ le_int32 GXLayoutEngine2::computeGlyphs(const LEUnicode chars[], le_int32 offset
} }
fMorphTable->process(fMorphTable, glyphStorage, fTypoFlags, success); fMorphTable->process(fMorphTable, glyphStorage, fTypoFlags, success);
return count; return glyphStorage.getGlyphCount();
} }
// apply positional tables // apply positional tables
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册