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 As System.Integer, _
ByRef As System.Integer, _
ByRef As VerticalGlyphOrientation, _
ByRef As System.Byte _
)
void GetVerticalGlyphOrientation(
System.int ,
out System.int ,
out VerticalGlyphOrientation ,
out 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.
See Also