[]
Contains information for vertical or horizontal text, and can contain kerning values or minimum values.
public class FontSubSet.KernSubtable
Name | Description |
---|---|
CrossStream | If set, kerning is perpendicular to the flow of the text. |
HorizontalData | If set, the table has horizontal data, if not set, it has vertical data. |
KerningPairs | The left-hand glyph and the right-hand glyph in the kerning pairs: (leftGlyphID << 16) | rightGlyphID. |
KerningValues | The kerning value for the above pair, in FUnits. |
MinimumValues | If set, the table has minimum values, if not set, the table has kerning values. |
PairCount | Number of kerning pairs. |
ReplaceAccumulatedValue | If set, the value in this table should replace the value currently being accumulated. |
Name | Description |
---|---|
IndexOfPair(ushort, ushort) | Returns the index of a given key pair, or -1. |