C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalysisQuickSource1 Interface / GetVerticalGlyphOrientation Method

In This Topic
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 textPosition As System.Integer, _
   ByRef textLength As System.Integer, _
   ByRef glyphOrientation As VerticalGlyphOrientation, _
   ByRef bidiLevel As System.Byte _
) As System.Integer
 

Parameters

textPosition
textLength
glyphOrientation
bidiLevel
See Also