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:
Eric Mader 2004-05-04 01:29:06 +00:00
parent 5bdfb62412
commit 1d4dbbe09d

View file

@ -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) {