GetVerticalGlyphOrientation Method (TextAnalysisQuickSource1)
In This Topic
Used by the text analyzer to obtain the desired glyph orientation and resolved bidi level.
Syntax
'Declaration
Function GetVerticalGlyphOrientation( _
ByVal As System.Integer, _
ByRef As System.Integer, _
ByRef As VerticalGlyphOrientation, _
ByRef As System.Byte _
) As System.Integer
System.int GetVerticalGlyphOrientation(
System.int ,
out System.int ,
out VerticalGlyphOrientation ,
out System.byte
)
Parameters
- textPosition
- textLength
- glyphOrientation
- bidiLevel
See Also