ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.UShort, _
       ByVal secondGlyph As System.UShort _
    ) As System.Integer
    public System.int IndexOfPair( 
       System.ushort firstGlyph,
       System.ushort secondGlyph
    )

    Parameters

    firstGlyph
    secondGlyph
    See Also