Gets the glyphs (TODO doc)
シンタックス
'宣言
Public Overloads Function GetGlyphs( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As FontFace, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As ScriptAnalysis, _
ByVal As System.String, _
ByVal As NumberSubstitution, _
ByVal () As FontFeature, _
ByVal () As System.Integer, _
ByVal As System.Integer, _
ByVal () As System.Short, _
ByVal () As ShapingTextProperties, _
ByVal () As System.Short, _
ByVal () As ShapingGlyphProperties _
) As System.Integer
public System.int GetGlyphs(
System.string ,
System.int ,
FontFace ,
System.bool ,
System.bool ,
ScriptAnalysis ,
System.string ,
NumberSubstitution ,
FontFeature[] ,
System.int[] ,
System.int ,
System.short[] ,
ShapingTextProperties[] ,
System.short[] ,
ShapingGlyphProperties[]
)
パラメータ
- 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.
参照