[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.TextAnalysisQuickSink1.SetGlyphOrientation

SetGlyphOrientation Method

SetGlyphOrientation(int, int, GlyphOrientationAngle, byte, Bool, Bool)

The text analyzer calls back to this to report the actual orientation of each character for shaping and drawing.

Declaration
int SetGlyphOrientation(int textPosition, int textLength, GlyphOrientationAngle glyphOrientationAngle, byte adjustedBidiLevel, Bool isSideways, Bool isRightToLeft)
Function SetGlyphOrientation(textPosition As Integer, textLength As Integer, glyphOrientationAngle As GlyphOrientationAngle, adjustedBidiLevel As Byte, isSideways As Bool, isRightToLeft As Bool) As Integer
Parameters
Type Name Description
int textPosition
int textLength
GlyphOrientationAngle glyphOrientationAngle
byte adjustedBidiLevel
Bool isSideways
Bool isRightToLeft
Returns
Type Description
int