ComponentOne Bitmap for WPF
GetGlyphs(String,Int32,FontFace,Boolean,Boolean,ScriptAnalysis,String,NumberSubstitution,FontFeature[],Int32[],Int32,Int16[],ShapingTextProperties[],Int16[],ShapingGlyphProperties[]) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextAnalyzer Class > GetGlyphs Method : GetGlyphs(String,Int32,FontFace,Boolean,Boolean,ScriptAnalysis,String,NumberSubstitution,FontFeature[],Int32[],Int32,Int16[],ShapingTextProperties[],Int16[],ShapingGlyphProperties[]) Method
Syntax
'Declaration
 
Public Overloads Function GetGlyphs( _
   ByVal textString As System.String, _
   ByVal textLength As System.Integer, _
   ByVal fontFace As FontFace, _
   ByVal isSideways As System.Boolean, _
   ByVal isRightToLeft As System.Boolean, _
   ByVal scriptAnalysis As ScriptAnalysis, _
   ByVal localeName As System.String, _
   ByVal numberSubstitution As NumberSubstitution, _
   ByVal features() As FontFeature, _
   ByVal featureRangeLengths() As System.Integer, _
   ByVal maxGlyphCount As System.Integer, _
   ByVal clusterMap() As System.Short, _
   ByVal textProps() As ShapingTextProperties, _
   ByVal glyphIndices() As System.Short, _
   ByVal glyphProps() As ShapingGlyphProperties _
) As System.Integer
public System.int GetGlyphs( 
   System.string textString,
   System.int textLength,
   FontFace fontFace,
   System.bool isSideways,
   System.bool isRightToLeft,
   ScriptAnalysis scriptAnalysis,
   System.string localeName,
   NumberSubstitution numberSubstitution,
   FontFeature[] features,
   System.int[] featureRangeLengths,
   System.int maxGlyphCount,
   System.short[] clusterMap,
   ShapingTextProperties[] textProps,
   System.short[] glyphIndices,
   ShapingGlyphProperties[] glyphProps
)

Parameters

textString
textLength
fontFace
isSideways
isRightToLeft
scriptAnalysis
localeName
numberSubstitution
features
featureRangeLengths
maxGlyphCount
clusterMap
textProps
glyphIndices
glyphProps
See Also

Reference

TextAnalyzer Class
TextAnalyzer Members
Overload List