ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.8 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
The text string.
Length of the text.
The font face.
if set to true [is sideways].
if set to true [is right to left].
The script analysis.
Name of the locale.
The number substitution.
The features.
The feature range lengths.
The max glyph count.
The cluster map.
The text props.
The glyph indices.
The glyph props.

In This Topic
    GetGlyphs(String,Int32,FontFace,Boolean,Boolean,ScriptAnalysis,String,NumberSubstitution,FontFeature[],Int32[],Int32,Int16[],ShapingTextProperties[],Int16[],ShapingGlyphProperties[]) Method
    In This Topic
    Gets the glyphs (TODO doc)
    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
    The text string.
    textLength
    Length of the text.
    fontFace
    The font face.
    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.
    numberSubstitution
    The number substitution.
    features
    The features.
    featureRangeLengths
    The feature range lengths.
    maxGlyphCount
    The max glyph count.
    clusterMap
    The cluster map.
    textProps
    The text props.
    glyphIndices
    The glyph indices.
    glyphProps
    The glyph props.
    See Also