Minor
This commit is contained in:
parent
76324d95ca
commit
e8fccbc36b
|
@ -162,7 +162,7 @@ struct hb_ot_map_t
|
||||||
hb_mask_t global_mask;
|
hb_mask_t global_mask;
|
||||||
|
|
||||||
hb_vector_t<feature_map_t, 8> features;
|
hb_vector_t<feature_map_t, 8> features;
|
||||||
hb_vector_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
|
hb_vector_t<lookup_map_t, 16> lookups[2]; /* GSUB/GPOS */
|
||||||
hb_vector_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */
|
hb_vector_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue