mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-2259 OpenTypeLayout::characterProcessing needs to allocate the glyph array, in case LayoutEngine::characterProcessing didn't.
X-SVN-Rev: 15136
This commit is contained in:
parent
5bdfb62412
commit
1d4dbbe09d
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ le_int32 OpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_i
|
|||
return 0;
|
||||
}
|
||||
|
||||
glyphStorage.allocateGlyphArray(outCharCount, rightToLeft, success);
|
||||
glyphStorage.allocateAuxData(success);
|
||||
|
||||
for (le_int32 i = 0; i < outCharCount; i += 1) {
|
||||
|
|
Loading…
Add table
Reference in a new issue