From 17ffbc070ff4190d8ebaf88f8db62f19e6fa370d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 22 Oct 2018 21:22:25 -0700 Subject: [PATCH] [color] Use Index for colorIdx Doesn't matter, but matches the description. --- src/hb-ot-color-colr-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-color-colr-table.hh b/src/hb-ot-color-colr-table.hh index 7c5c35d8c..b480af51d 100644 --- a/src/hb-ot-color-colr-table.hh +++ b/src/hb-ot-color-colr-table.hh @@ -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