C1.Win.C1DX.4.8 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 System.Integer, _
   ByVal glyphIndices() As System.Short, _
   ByVal glyphAdvanceAdjustments() As System.Integer _
) 
 

Parameters

glyphCount
glyphIndices
glyphAdvanceAdjustments
See Also