diff --git a/src/buffer.rs b/src/buffer.rs index 0a14e32..1f05897 100644 --- a/src/buffer.rs +++ b/src/buffer.rs @@ -80,7 +80,7 @@ pub struct TextLayoutRun<'a> { pub line_i: TextLineIndex, /// The original text line pub text: &'a str, - /// True if the original shaped line was RTL + /// True if the original paragraph starts from the right pub rtl: bool, /// The array of layout glyphs to draw pub glyphs: &'a [LayoutGlyph],