ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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
    System.int GetVerticalGlyphOrientation( 
       System.int textPosition,
       out System.int textLength,
       out VerticalGlyphOrientation glyphOrientation,
       out System.byte bidiLevel
    )

    Parameters

    textPosition
    textLength
    glyphOrientation
    bidiLevel
    See Also