mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-1900 GlyphPositioningTableHeader::process - change the type of the glyphs parameter from LEUnicode * to LEGlyphID *.
X-SVN-Rev: 8641
This commit is contained in:
parent
9172f8ef12
commit
a2e842db1f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue