Constructor PlannedGlyphCluster
PlannedGlyphCluster(ushort[], string, Twips, Twips)
Initializes a planned cluster.
public PlannedGlyphCluster(ushort[] glyphIds, string unicodeText, Twips desiredAdvance, Twips nominalAdvance)
Parameters
glyphIdsushort[]The glyphs that realize the cluster, in visual order.
unicodeTextstringThe text the cluster represents, for reverse mapping.
desiredAdvanceTwipsThe advance layout assigned to the cluster.
nominalAdvanceTwipsThe advance the font's own widths produce.
Exceptions
- ArgumentNullException
glyphIdsis null.