mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-4967 code review changes.
X-SVN-Rev: 19937
This commit is contained in:
parent
681bb462e2
commit
79e7c706dd
1 changed files with 4 additions and 0 deletions
|
@ -412,6 +412,10 @@ le_int32 LayoutEngine::layoutChars(const LEUnicode chars[], le_int32 offset, le_
|
|||
}
|
||||
|
||||
le_int32 glyphCount;
|
||||
|
||||
if (fGlyphStorage->getGlyphCount() > 0) {
|
||||
fGlyphStorage->reset();
|
||||
}
|
||||
|
||||
glyphCount = computeGlyphs(chars, offset, count, max, rightToLeft, *fGlyphStorage, success);
|
||||
positionGlyphs(*fGlyphStorage, x, y, success);
|
||||
|
|
Loading…
Add table
Reference in a new issue