Updated Doc String

This commit is contained in:
Hojjat 2022-12-20 13:00:29 -07:00 committed by Jeremy Soller
parent cf9bf26d49
commit 48087b592b

View file

@ -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,