ComponentOne Bitmap for WPF
GetGdiCompatibleGlyphAdvances Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > FontFace1 Class : GetGdiCompatibleGlyphAdvances Method
HRESULT IDWriteFontFace1::GetGdiCompatibleGlyphAdvances([In] float emSize,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[In] BOOL isSideways,[In] unsigned int glyphCount,[In, Buffer] const unsigned short* glyphIndices,[Out, Buffer] int* glyphAdvances)
Syntax
'Declaration
 
Public Sub GetGdiCompatibleGlyphAdvances( _
   ByVal emSize As System.Single, _
   ByVal pixelsPerDip As System.Single, _
   ByVal transform As System.Nullable(Of Matrix3x2), _
   ByVal useGdiNatural As Bool, _
   ByVal isSideways As Bool, _
   ByVal glyphCount As System.Integer, _
   ByVal glyphIndices() As System.Short, _
   ByVal glyphAdvances() As System.Integer _
) 
public void GetGdiCompatibleGlyphAdvances( 
   System.float emSize,
   System.float pixelsPerDip,
   System.Nullable<Matrix3x2> transform,
   Bool useGdiNatural,
   Bool isSideways,
   System.int glyphCount,
   System.short[] glyphIndices,
   System.int[] glyphAdvances
)

Parameters

emSize
pixelsPerDip
transform
useGdiNatural
isSideways
glyphCount
glyphIndices
glyphAdvances
See Also

Reference

FontFace1 Class
FontFace1 Members