[]
Sets line-break opportunities for each character, starting from the specified position.
void SetLineBreakpoints(int textPosition, int textLength, LineBreakpoint[] lineBreakpoints)
| 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. |