FontSubSet.KernSubtable Class Members
In This Topic
The following tables list the members exposed by FontSubSet.KernSubtable.
Public Properties
| 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. |
Top
Public Methods
| Name | Description |
| IndexOfPair | Returns the index of a given key pair, or -1. |
Top
See Also