ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout1 Class / SetPairKerning Method

In This Topic
    SetPairKerning Method
    In This Topic
    HRESULT IDWriteTextLayout1::SetPairKerning([In] BOOL isPairKerningEnabled,[In] DWRITE_TEXT_RANGE textRange)
    Syntax
    'Declaration
     
    Public Sub SetPairKerning( _
       ByVal isPairKerningEnabled As Bool, _
       ByVal textRange As TextRange _
    ) 
    public void SetPairKerning( 
       Bool isPairKerningEnabled,
       TextRange textRange
    )

    Parameters

    isPairKerningEnabled
    textRange
    See Also