Update TextLayoutRun::rtl doc
This commit is contained in:
parent
0336e0c5e9
commit
8f9d9de87f
1 changed files with 1 additions and 1 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue