ComponentOne Bitmap for WPF
GetVerticalGlyphOrientation Method (TextAnalysisQuickSource1)

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextAnalysisQuickSource1 Interface : GetVerticalGlyphOrientation Method
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
System.int GetVerticalGlyphOrientation( 
   System.int textPosition,
   out System.int textLength,
   out VerticalGlyphOrientation glyphOrientation,
   out System.byte bidiLevel
)

Parameters

textPosition
textLength
glyphOrientation
bidiLevel
See Also

Reference

TextAnalysisQuickSource1 Interface
TextAnalysisQuickSource1 Members