InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontSubSet.KernSubtable Class / IndexOfPair Method

In This Topic
    IndexOfPair Method (FontSubSet.KernSubtable)
    In This Topic
    Returns the index of a given key pair, or -1.
    Syntax
    'Declaration
     
    Public Function IndexOfPair( _
       ByVal firstGlyph As UShort, _
       ByVal secondGlyph As UShort _
    ) As Integer
    public int IndexOfPair( 
       ushort firstGlyph,
       ushort secondGlyph
    )

    Parameters

    firstGlyph
    secondGlyph
    See Also