Struct unicode_bidi::ParagraphInfo
[−]
[src]
pub struct ParagraphInfo { pub range: Range<usize>, pub level: u8, }
Info about a single paragraph
Fields
range | The paragraphs boundaries within the text, as byte indices. TODO: Shrink this to only include the starting index? |
level | The paragraph embedding level. http://www.unicode.org/reports/tr9/#BD4 |