InputPanel for WinForms | ComponentOne
C1.Win.5 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 UInteger()
    public uint[] KerningPairs {get;}
    See Also