Struct unicode_bidi::InitialProperties
[−]
[src]
pub struct InitialProperties { pub initial_classes: Vec<BidiClass>, pub paragraphs: Vec<ParagraphInfo>, }
Output of initial_scan
Fields
initial_classes | The BidiClass of the character at each byte in the text. If a character is multiple bytes, its class will appear multiple times in the vector. |
paragraphs | The boundaries and level of each paragraph within the text. |