ComponentOne Bitmap for WPF
GetGlyphPlacements(String,Int16[],ShapingTextProperties[],Int32,Int16[],ShapingGlyphProperties[],Int32,FontFace,Single,Boolean,Boolean,ScriptAnalysis,String,FontFeature[],Int32[],Single[],GlyphOffset[]) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextAnalyzer Class > GetGlyphPlacements Method : GetGlyphPlacements(String,Int16[],ShapingTextProperties[],Int32,Int16[],ShapingGlyphProperties[],Int32,FontFace,Single,Boolean,Boolean,ScriptAnalysis,String,FontFeature[],Int32[],Single[],GlyphOffset[]) Method
Syntax
'Declaration
 
Public Overloads Sub GetGlyphPlacements( _
   ByVal textString As System.String, _
   ByVal clusterMap() As System.Short, _
   ByVal textProps() As ShapingTextProperties, _
   ByVal textLength As System.Integer, _
   ByVal glyphIndices() As System.Short, _
   ByVal glyphProps() As ShapingGlyphProperties, _
   ByVal glyphCount As System.Integer, _
   ByVal fontFace As FontFace, _
   ByVal fontEmSize As System.Single, _
   ByVal isSideways As System.Boolean, _
   ByVal isRightToLeft As System.Boolean, _
   ByVal scriptAnalysis As ScriptAnalysis, _
   ByVal localeName As System.String, _
   ByVal features() As FontFeature, _
   ByVal featureRangeLengths() As System.Integer, _
   ByVal glyphAdvances() As System.Single, _
   ByVal glyphOffsets() As GlyphOffset _
) 
public void GetGlyphPlacements( 
   System.string textString,
   System.short[] clusterMap,
   ShapingTextProperties[] textProps,
   System.int textLength,
   System.short[] glyphIndices,
   ShapingGlyphProperties[] glyphProps,
   System.int glyphCount,
   FontFace fontFace,
   System.float fontEmSize,
   System.bool isSideways,
   System.bool isRightToLeft,
   ScriptAnalysis scriptAnalysis,
   System.string localeName,
   FontFeature[] features,
   System.int[] featureRangeLengths,
   System.float[] glyphAdvances,
   GlyphOffset[] glyphOffsets
)

Parameters

textString
clusterMap
textProps
textLength
glyphIndices
glyphProps
glyphCount
fontFace
fontEmSize
isSideways
isRightToLeft
scriptAnalysis
localeName
features
featureRangeLengths
glyphAdvances
glyphOffsets
See Also

Reference

TextAnalyzer Class
TextAnalyzer Members
Overload List