ComponentOne Bitmap for WPF
GetKerningPairAdjustments Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > FontFace1 Class : GetKerningPairAdjustments Method
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

Reference

FontFace1 Class
FontFace1 Members