ComponentOne Bitmap for UWP
GetPairKerning Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout1 Class : GetPairKerning Method
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

Reference

TextLayout1 Class
TextLayout1 Members