ICU-2257 implement glyph insertion.
X-SVN-Rev: 13305
This commit is contained in:
parent
6966edd758
commit
a0b3dbd56c
@ -48,8 +48,7 @@ le_int32 MarkToMarkPositioningSubtable::process(GlyphIterator *glyphIterator, co
|
||||
return 0;
|
||||
}
|
||||
|
||||
// FIXME: we probably don't want to find a mark before a previous base glyph...
|
||||
GlyphIterator mark2Iterator(*glyphIterator, (le_uint16) (lfIgnoreLigatures /*| lfIgnoreBaseGlyphs*/));
|
||||
GlyphIterator mark2Iterator(*glyphIterator);
|
||||
LEGlyphID mark2Glyph = findMark2Glyph(&mark2Iterator);
|
||||
le_int32 mark2Coverage = getBaseCoverage((LEGlyphID) mark2Glyph);
|
||||
const Mark2Array *mark2Array = (const Mark2Array *) ((char *) this + SWAPW(baseArrayOffset));
|
||||
|
Loading…
Reference in New Issue
Block a user