Updated Doc String
This commit is contained in:
parent
cf9bf26d49
commit
48087b592b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue