[]
        
(Showing Draft Content)

C1.Util.FontSubSet.KernSubtable

FontSubSet.KernSubtable Class

Contains information for vertical or horizontal text, and can contain kerning values or minimum values.

Inheritance
FontSubSet.KernSubtable
Namespace: C1.Util
Assembly: C1.Pdf.dll
Syntax
public class FontSubSet.KernSubtable

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.

Methods

Name Description
IndexOfPair(ushort, ushort)

Returns the index of a given key pair, or -1.