ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Integer, _
       ByVal textLength As Integer, _
       ByVal glyphOrientationAngle As GlyphOrientationAngle, _
       ByVal adjustedBidiLevel As Byte, _
       ByVal isSideways As Bool, _
       ByVal isRightToLeft As Bool _
    ) As Integer

    Parameters

    textPosition
    textLength
    glyphOrientationAngle
    adjustedBidiLevel
    isSideways
    isRightToLeft
    See Also