ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / FontFace1 Class / GetKerningPairAdjustments Method

In This Topic
    GetKerningPairAdjustments Method
    In This Topic
    HRESULT IDWriteFontFace1::GetKerningPairAdjustments([In] unsigned int glyphCount,[In, Buffer] const unsigned short* glyphIndices,[Out, Buffer] int* glyphAdvanceAdjustments)
    Syntax
    'Declaration
     
    Public Sub GetKerningPairAdjustments( _
       ByVal glyphCount As System.Integer, _
       ByVal glyphIndices() As System.Short, _
       ByVal glyphAdvanceAdjustments() As System.Integer _
    ) 
    public void GetKerningPairAdjustments( 
       System.int glyphCount,
       System.short[] glyphIndices,
       System.int[] glyphAdvanceAdjustments
    )

    Parameters

    glyphCount
    glyphIndices
    glyphAdvanceAdjustments
    See Also