8072887: Better font handling improvements

Reviewed-by: prr, srl, mschoene
This commit is contained in:
Vadim Pakhnushev 2015-03-10 13:30:11 +03:00
parent 44d6ebdeba
commit 53a74d7f41
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ le_int32 GXLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset,
fMorphTable->process(fMorphTable, glyphStorage, success);
return count;
return glyphStorage.getGlyphCount();
}
// apply positional tables

View File

@ -69,7 +69,7 @@ le_int32 GXLayoutEngine2::computeGlyphs(const LEUnicode chars[], le_int32 offset
}
fMorphTable->process(fMorphTable, glyphStorage, fTypoFlags, success);
return count;
return glyphStorage.getGlyphCount();
}
// apply positional tables