pub type GlyphSet = IntSet<GlyphId16>;Expand description
A sorted set of unique glyph ids.
This type exists to clearly separate the use of ‘glyph class’ in the fea spec from how we use it when building tables that contain OpenType glyph ClassDefs.
Aliased Type§
struct GlyphSet(/* private fields */);