Gets the glyph placements.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub GetGlyphPlacements( _
   ByVal  As System.String, _
   ByVal () As System.Short, _
   ByVal () As ShapingTextProperties, _
   ByVal  As System.Integer, _
   ByVal () As System.Short, _
   ByVal () As ShapingGlyphProperties, _
   ByVal  As System.Integer, _
   ByVal  As FontFace, _
   ByVal  As System.Single, _
   ByVal  As System.Boolean, _
   ByVal  As System.Boolean, _
   ByVal  As ScriptAnalysis, _
   ByVal  As System.String, _
   ByVal () As FontFeature, _
   ByVal () As System.Integer, _
   ByVal () As System.Single, _
   ByVal () As GlyphOffset _
) 
             
        
            
            public void GetGlyphPlacements( 
   System.string ,
   System.short[] ,
   ShapingTextProperties[] ,
   System.int ,
   System.short[] ,
   ShapingGlyphProperties[] ,
   System.int ,
   FontFace ,
   System.float ,
   System.bool ,
   System.bool ,
   ScriptAnalysis ,
   System.string ,
   FontFeature[] ,
   System.int[] ,
   System.float[] ,
   GlyphOffset[] 
)
             
        
             
        
            パラメータ
- textString
 
- The text string.
 - clusterMap
 
- The cluster map.
 - textProps
 
- The text props.
 - textLength
 
- Length of the text.
 - glyphIndices
 
- The glyph indices.
 - glyphProps
 
- The glyph props.
 - glyphCount
 
- The glyph count.
 - fontFace
 
- The font face.
 - fontEmSize
 
- Size of the font in ems.
 - isSideways
 
- if set to 
true[is sideways]. - isRightToLeft
 
- if set to 
true[is right to left]. - scriptAnalysis
 
- The script analysis.
 - localeName
 
- Name of the locale.
 - features
 
- The features.
 - featureRangeLengths
 
- The feature range lengths.
 - glyphAdvances
 
- The glyph advances.
 - glyphOffsets
 
- The glyph offsets.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照