Bitmap for UWP
GetGlyphs(String,Int32,FontFace,Boolean,Boolean,ScriptAnalysis,String,NumberSubstitution,FontFeature[],Int32[],Int32,Int16[],ShapingTextProperties[],Int16[],ShapingGlyphProperties[]) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.DirectWrite 名前空間 > TextAnalyzer クラス > GetGlyphs メソッド : GetGlyphs(String,Int32,FontFace,Boolean,Boolean,ScriptAnalysis,String,NumberSubstitution,FontFeature[],Int32[],Int32,Int16[],ShapingTextProperties[],Int16[],ShapingGlyphProperties[]) メソッド
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.
Gets the glyphs (TODO doc)
シンタックス
'宣言
 
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
)

パラメータ

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.
参照

TextAnalyzer クラス
TextAnalyzer メンバ
オーバーロード一覧