Groups

Type Alias Groups 

Source
pub type Groups = BTreeMap<Name, Vec<Name>>;
Expand description

A map of group name to a list of glyph names.

We use a BTreeMap because we need sorting for serialization.

Aliased Typeยง

pub struct Groups { /* private fields */ }