[]
IDWriteTextAnalysisSink1
[Guid("B0D941A0-85E7-4D8B-9FD3-5CED9934482A")]
[Shadow(typeof(TextAnalysisQuickSink1Shadow))]
public interface ITextAnalysisQuickSink1 : ITextAnalysisQuickSink, ICallbackable, IDisposable
The text analyzer calls back to this to report the actual orientation of each character for shaping and drawing.
int SetGlyphOrientation(int textPosition, int textLength, GlyphOrientationAngle glyphOrientationAngle, byte adjustedBidiLevel, Bool isSideways, Bool isRightToLeft)
textPosition
inttextLength
intglyphOrientationAngle
GlyphOrientationAngleadjustedBidiLevel
byteisSideways
BoolisRightToLeft
Bool