ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalysisQuickSink1 Interface / SetGlyphOrientation Method

In This Topic
    SetGlyphOrientation Method (TextAnalysisQuickSink1)
    In This Topic
    The text analyzer calls back to this to report the actual orientation of each character for shaping and drawing.
    Syntax
    'Declaration
     
    Function SetGlyphOrientation( _
       ByVal textPosition As System.Integer, _
       ByVal textLength As System.Integer, _
       ByVal glyphOrientationAngle As GlyphOrientationAngle, _
       ByVal adjustedBidiLevel As System.Byte, _
       ByVal isSideways As Bool, _
       ByVal isRightToLeft As Bool _
    ) As System.Integer
    System.int SetGlyphOrientation( 
       System.int textPosition,
       System.int textLength,
       GlyphOrientationAngle glyphOrientationAngle,
       System.byte adjustedBidiLevel,
       Bool isSideways,
       Bool isRightToLeft
    )

    Parameters

    textPosition
    textLength
    glyphOrientationAngle
    adjustedBidiLevel
    isSideways
    isRightToLeft
    See Also