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
Returns