ICU-1900 GlyphPositioningTableHeader::process - change the type of the glyphs parameter from LEUnicode * to LEGlyphID *.

X-SVN-Rev: 8641
This commit is contained in:
Eric Mader 2002-05-16 20:50:23 +00:00
parent 9172f8ef12
commit a2e842db1f

View file

@ -24,7 +24,7 @@ struct GlyphPositioningTableHeader
Offset featureListOffset;
Offset lookupListOffset;
void process(LEUnicode *glyphs, GlyphPositionAdjustment *glyphPositionAdjustments,
void process(LEGlyphID *glyphs, GlyphPositionAdjustment *glyphPositionAdjustments,
const LETag **glyphTags, le_int32 glyphCount,
le_bool rightToLeft, LETag scriptTag, LETag languageTag,
const GlyphDefinitionTableHeader *glyphDefinitionTableHeader,