ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / FontSubSet.KernSubtable Class / KerningPairs Property

In This Topic
    KerningPairs Property (FontSubSet.KernSubtable)
    In This Topic
    The left-hand glyph and the right-hand glyph in the kerning pairs: (leftGlyphID << 16) | rightGlyphID.
    Syntax
    'Declaration
     
    Public ReadOnly Property KerningPairs As System.UInteger()
    public System.uint[] KerningPairs {get;}
    See Also