Bitmap for UWP
GetVerticalGlyphOrientation メソッド (TextAnalysisSource1)

C1.UWP.DX アセンブリ > C1.Util.DX.DirectWrite 名前空間 > TextAnalysisSource1 インターフェース : GetVerticalGlyphOrientation メソッド
The text position.
A reference to the text length.
A VerticalGlyphOrientation -typed value that specifies the desired kind of glyph orientation for the text.
A reference to the resolved bidi level.
Used by the text analyzer to obtain the desired glyph orientation and resolved bidi level.
シンタックス
'宣言
 
Sub GetVerticalGlyphOrientation( _
   ByVal textPosition As System.Integer, _
   ByRef textLength As System.Integer, _
   ByRef glyphOrientation As VerticalGlyphOrientation, _
   ByRef bidiLevel As System.Byte _
) 
void GetVerticalGlyphOrientation( 
   System.int textPosition,
   out System.int textLength,
   out VerticalGlyphOrientation glyphOrientation,
   out System.byte bidiLevel
)

パラメータ

textPosition
The text position.
textLength
A reference to the text length.
glyphOrientation
A VerticalGlyphOrientation -typed value that specifies the desired kind of glyph orientation for the text.
bidiLevel
A reference to the resolved bidi level.
解説
The text analyzer calls back to this to get the desired glyph orientation and resolved bidi level, which it uses along with the script properties of the text to determine the actual orientation of each character, which it reports back to the client via the sink SetGlyphOrientation method.
参照

TextAnalysisSource1 インターフェース
TextAnalysisSource1 メンバ