Bitmap for WPF
GetVerticalGlyphOrientation メソッド (TextAnalysisQuickSource1)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.DirectWrite 名前空間 > TextAnalysisQuickSource1 インターフェース : 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.
シンタックス
'宣言
 
Function GetVerticalGlyphOrientation( _
   ByVal textPosition As System.Integer, _
   ByRef textLength As System.Integer, _
   ByRef glyphOrientation As VerticalGlyphOrientation, _
   ByRef bidiLevel As System.Byte _
) As System.Integer
System.int 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.
参照

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