GetVerticalGlyphOrientation Method
GetVerticalGlyphOrientation(int, out int, out VerticalGlyphOrientation, out byte)
Used by the text analyzer to obtain the desired glyph orientation and resolved bidi level.
Declaration
int GetVerticalGlyphOrientation(int textPosition, out int textLength, out VerticalGlyphOrientation glyphOrientation, out byte bidiLevel)
Function GetVerticalGlyphOrientation(textPosition As Integer, ByRef textLength As Integer, ByRef glyphOrientation As VerticalGlyphOrientation, ByRef bidiLevel As Byte) As Integer
Parameters
Returns