pub(crate) type ShapedCluster = SmallVec<ShapedGlyph, SHAPED_CLUSTER_INLINE_SIZE>;
Expand description
Container for storing the result of shaping a cluster.
Some of our input “characters” for metrics computations are actually multi-character grapheme clusters that may expand to multiple glyphs.
Aliased Type§
pub(crate) struct ShapedCluster(Storage<ShapedGlyph, 16>);
Tuple Fields§
§0: Storage<ShapedGlyph, 16>