ComponentOne Bitmap for WPF
C1.WPF.DX.4.6.2 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 String, _
       ByVal textLength As Integer, _
       ByVal fontFace As FontFace, _
       ByVal isSideways As Boolean, _
       ByVal isRightToLeft As Boolean, _
       ByVal scriptAnalysis As ScriptAnalysis, _
       ByVal localeName As String, _
       ByVal numberSubstitution As NumberSubstitution, _
       ByVal features() As FontFeature, _
       ByVal featureRangeLengths() As Integer, _
       ByVal maxGlyphCount As Integer, _
       ByVal clusterMap() As Short, _
       ByVal textProps() As ShapingTextProperties, _
       ByVal glyphIndices() As Short, _
       ByVal glyphProps() As ShapingGlyphProperties _
    ) As Integer

    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