ComponentOne Bitmap for WPF
SetGlyphOrientation Method (TextAnalysisQuickSink1)

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextAnalysisQuickSink1 Interface : SetGlyphOrientation Method
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

Reference

TextAnalysisQuickSink1 Interface
TextAnalysisQuickSink1 Members