cosmic-text/src
John Nunley aa1b37aede
Add Align::End for end-based alignment
For use cases that want to reverse the alignment of RTL
lines, this avoids needing to check the RTL status of every line
manually.

This is a breaking change.
2023-07-07 21:31:17 -07:00
..
edit Merge branch 'offsetting-and-scaling' 2023-07-06 06:47:34 -06:00
font Merge pull request #132 from trimental/monospaced-fallback 2023-06-08 12:38:17 -06:00
attrs.rs allow setting cursor color 2023-06-08 20:04:56 +01:00
bidi_para.rs use alloc::vec instead of std::vec 2023-06-09 11:26:08 +08:00
buffer.rs Introduce PhysicalGlyph for offsetting and scaling 2023-06-20 06:07:24 +02:00
buffer_line.rs Replace skip_shaping boolean with Shaping enum 2023-04-21 20:24:44 +02:00
cache.rs Truncate Y coordinate in LayoutGlyph::physical 2023-06-20 06:39:06 +02:00
layout.rs Add Align::End for end-based alignment 2023-07-07 21:31:17 -07:00
lib.rs introduce BidiParagraphs iterator 2023-06-09 11:22:52 +08:00
shape.rs Add Align::End for end-based alignment 2023-07-07 21:31:17 -07:00
swash.rs Remove Mutex from FontSystem 2023-03-12 10:39:56 +01:00