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)
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub GetGdiCompatibleGlyphAdvances( _
   ByVal  As System.Single, _
   ByVal  As System.Single, _
   ByVal  As System.Nullable(Of Matrix3x2), _
   ByVal  As Bool, _
   ByVal  As Bool, _
   ByVal  As System.Integer, _
   ByVal () As System.Short, _
   ByVal () As System.Integer _
) 
             
        
            
            public void GetGdiCompatibleGlyphAdvances( 
   System.float ,
   System.float ,
   System.Nullable<Matrix3x2> ,
   Bool ,
   Bool ,
   System.int ,
   System.short[] ,
   System.int[] 
)
             
        
             
        
            パラメータ
- emSize
 
- pixelsPerDip
 
- transform
 
- useGdiNatural
 
- isSideways
 
- glyphCount
 
- glyphIndices
 
- glyphAdvances
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照