C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalysisSource1 Interface / GetVerticalGlyphOrientation Method
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.

In This Topic
GetVerticalGlyphOrientation Method (TextAnalysisSource1)
In This Topic
Used by the text analyzer to obtain the desired glyph orientation and resolved bidi level.
Syntax
'Declaration
 
Sub GetVerticalGlyphOrientation( _
   ByVal textPosition As System.Integer, _
   ByRef textLength As System.Integer, _
   ByRef glyphOrientation As VerticalGlyphOrientation, _
   ByRef bidiLevel As System.Byte _
) 
 

Parameters

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.
Remarks
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.
See Also