ComponentOne Bitmap for WPF
C1.WPF.DX.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 Integer, _
       ByRef textLength As Integer, _
       ByRef glyphOrientation As VerticalGlyphOrientation, _
       ByRef bidiLevel As Byte _
    ) As Integer
    int GetVerticalGlyphOrientation( 
       int textPosition,
       out int textLength,
       out VerticalGlyphOrientation glyphOrientation,
       out byte bidiLevel
    )

    Parameters

    textPosition
    textLength
    glyphOrientation
    bidiLevel
    See Also