[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.TextAnalysisSink.SetLineBreakpoints

SetLineBreakpoints Method

SetLineBreakpoints(int, int, LineBreakpoint[])

Sets line-break opportunities for each character, starting from the specified position.

Declaration
void SetLineBreakpoints(int textPosition, int textLength, LineBreakpoint[] lineBreakpoints)
Sub SetLineBreakpoints(textPosition As Integer, textLength As Integer, lineBreakpoints As LineBreakpoint())
Parameters
Type Name Description
int textPosition

The starting text position from which to report.

int textLength

The number of UTF16 units of the reported range.

LineBreakpoint[] lineBreakpoints

A reference to a structure that contains breaking conditions set for each character from the starting position to the end of the specified range.