mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-19 03:17:40 +00:00
8072887: Better font handling improvements
Reviewed-by: prr, srl, mschoene
This commit is contained in:
parent
44d6ebdeba
commit
53a74d7f41
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user