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

In This Topic
    GetPairKerning Method
    In This Topic
    HRESULT IDWriteTextLayout1::GetPairKerning([In] unsigned int currentPosition,[Out] BOOL* isPairKerningEnabled,[Out, Optional] DWRITE_TEXT_RANGE* textRange)
    Syntax
    'Declaration
     
    Public Sub GetPairKerning( _
       ByVal currentPosition As System.Integer, _
       ByRef isPairKerningEnabled As Bool, _
       ByRef textRange As TextRange _
    ) 
    public void GetPairKerning( 
       System.int currentPosition,
       out Bool isPairKerningEnabled,
       out TextRange textRange
    )

    Parameters

    currentPosition
    isPairKerningEnabled
    textRange
    See Also