[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DirectWrite.ITextAnalysisQuickSink1

Interface ITextAnalysisQuickSink1

Namespace
GrapeCity.Documents.DX.DirectWrite
Assembly
GcDocs.DX.Windows.dll

IDWriteTextAnalysisSink1

[Guid("B0D941A0-85E7-4D8B-9FD3-5CED9934482A")]
[Shadow(typeof(TextAnalysisQuickSink1Shadow))]
public interface ITextAnalysisQuickSink1 : ITextAnalysisQuickSink, ICallbackable, IDisposable
Inherited Members
System.IDisposable.Dispose()

Methods

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.

int SetGlyphOrientation(int textPosition, int textLength, GlyphOrientationAngle glyphOrientationAngle, byte adjustedBidiLevel, Bool isSideways, Bool isRightToLeft)

Parameters

textPosition int
textLength int
glyphOrientationAngle GlyphOrientationAngle
adjustedBidiLevel byte
isSideways Bool
isRightToLeft Bool

Returns

int