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 As System.Integer, _
ByVal As System.Integer, _
ByVal As GlyphOrientationAngle, _
ByVal As System.Byte, _
ByVal As Bool, _
ByVal As Bool _
) As System.Integer
System.int SetGlyphOrientation(
System.int ,
System.int ,
GlyphOrientationAngle ,
System.byte ,
Bool ,
Bool
)
Parameters
- textPosition
- textLength
- glyphOrientationAngle
- adjustedBidiLevel
- isSideways
- isRightToLeft
See Also