diff options
| author | Max <me@mkor.je> | 2024-11-12 12:54:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-12 12:54:25 +0000 |
| commit | 8d4f01d2847e116c2156f02a869b526859364953 (patch) | |
| tree | a8b76afbcb2c162437c8f2f053cca0ac2466d9f1 /crates/typst-layout/src/inline | |
| parent | dadc2176e2a71740f0f8afb252229144cc661652 (diff) | |
Add support for page references through new `ref.form` property (#4729)
Diffstat (limited to 'crates/typst-layout/src/inline')
| -rw-r--r-- | crates/typst-layout/src/inline/shaping.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-layout/src/inline/shaping.rs b/crates/typst-layout/src/inline/shaping.rs index bd803b52..c2b892d8 100644 --- a/crates/typst-layout/src/inline/shaping.rs +++ b/crates/typst-layout/src/inline/shaping.rs @@ -774,7 +774,7 @@ fn shape_segment<'a>( buffer.guess_segment_properties(); // By default, Harfbuzz will create zero-width space glyphs for default - // ignorables. This is probably useful for GUI apps that want noticable + // ignorables. This is probably useful for GUI apps that want noticeable // effects on the cursor for those, but for us it's not useful and hurts // text extraction. buffer.set_flags(BufferFlags::REMOVE_DEFAULT_IGNORABLES); |
