The primary direction of this paragraph
See the Rust documentation for level_at
for more information.
The end index of this paragraph within the source text
The start index of this paragraph within the source text
The number of bytes in this paragraph
See the Rust documentation for len
for more information.
Get the BIDI level at a particular byte index in this paragraph.
This integer is conceptually a unicode_bidi::Level
,
and can be further inspected using the static methods on Bidi.
Returns 0 (equivalent to Level::ltr()
) on error
See the Rust documentation for level_at
for more information.
Reorder a line based on display order. The ranges are specified relative to the source text and must be contained within this paragraph's range.
See the Rust documentation for level_at
for more information.
Bidi information for a single processed paragraph