From 48087b592b3bcdc8c9dc7fcbb9de0937f0167bda Mon Sep 17 00:00:00 2001 From: Hojjat Date: Tue, 20 Dec 2022 13:00:29 -0700 Subject: [PATCH] Updated Doc String --- src/layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout.rs b/src/layout.rs index d4bff3f..bfe98a1 100644 --- a/src/layout.rs +++ b/src/layout.rs @@ -16,7 +16,7 @@ pub struct LayoutGlyph { pub x: f32, /// width of hitbox pub w: f32, - /// True if the character is from an RTL script + /// Unicode BiDi embedding level, character is left-to-right if `level` is divisible by 2 pub level: unicode_bidi::Level, /// Cache key, see [CacheKey] pub cache_key: CacheKey,