mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[color] Use Index for colorIdx
Doesn't matter, but matches the description.
This commit is contained in:
parent
07386ea410
commit
17ffbc070f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ struct LayerRecord
|
|||
|
||||
public:
|
||||
GlyphID glyphId; /* Glyph ID of layer glyph */
|
||||
HBUINT16 colorIdx; /* Index value to use with a
|
||||
Index colorIdx; /* Index value to use with a
|
||||
* selected color palette.
|
||||
* An index value of 0xFFFF
|
||||
* is a special case indicating
|
||||
|
|
Loading…
Add table
Reference in a new issue