cosmic-text/src
ickshonpe 8cd21a315a The ASCII fast path assumes that the current word has only one attributes span, when it can intersect multiple attribute spans.
This commit adds a check to ensure that all the attribute spans intersecting the word range are compatible before taking the fast path.
Fixes #445
2025-12-22 06:53:47 -07:00
..
edit Add Renderer trait for more flexible rendering of buffers and editors 2025-11-06 11:23:11 -07:00
font Use linebender_resource_handle instead of peniko (#424) 2025-09-21 06:45:37 -06:00
attrs.rs Add explicit lifetimes to borrowed return types (#411) 2025-08-11 14:17:00 -06:00
bidi_para.rs refactor: address clippy warnings and improve code quality (#409) 2025-08-11 13:58:59 -06:00
buffer.rs Add set_hinting method to Buffer 2025-12-01 13:59:55 -07:00
buffer_line.rs Add set_hinting method to Buffer 2025-12-01 13:59:55 -07:00
cached.rs refactor: address clippy warnings and improve code quality (#409) 2025-08-11 13:58:59 -06:00
cursor.rs refactor: address clippy warnings and improve code quality (#409) 2025-08-11 13:58:59 -06:00
glyph_cache.rs refactor: address clippy warnings and improve code quality (#409) 2025-08-11 13:58:59 -06:00
layout.rs Replace magic boolean with new Hinting enum 2025-12-01 13:59:55 -07:00
lib.rs Add set_hinting method to Buffer 2025-12-01 13:59:55 -07:00
line_ending.rs refactor: address clippy warnings and improve code quality (#409) 2025-08-11 13:58:59 -06:00
math.rs Support expanding tabs 2024-06-10 08:12:42 -06:00
render.rs Add Renderer trait for more flexible rendering of buffers and editors 2025-11-06 11:23:11 -07:00
shape.rs The ASCII fast path assumes that the current word has only one attributes span, when it can intersect multiple attribute spans. 2025-12-22 06:53:47 -07:00
shape_run_cache.rs resolve all lints, update MSRV 2025-01-22 17:00:01 -07:00
swash.rs refactor: address clippy warnings and improve code quality (#409) 2025-08-11 13:58:59 -06:00