ComponentOne Bitmap for WPF
C1.WPF.DX.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 Integer, _
       ByVal glyphIndices() As Short, _
       ByVal glyphAdvanceAdjustments() As Integer _
    ) 
    public void GetKerningPairAdjustments( 
       int glyphCount,
       short[] glyphIndices,
       int[] glyphAdvanceAdjustments
    )

    Parameters

    glyphCount
    glyphIndices
    glyphAdvanceAdjustments
    See Also