From 8f9d9de87f96095b9372cafdcc6a3fd28079a71a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 25 Oct 2022 13:14:38 -0600 Subject: [PATCH] Update TextLayoutRun::rtl doc --- src/buffer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],