cosmic-text/src
Hojjat 25a3367ef9 Turn a consequtive whitespaces into separate words
Currently a sequence like this "hello      " (a word followed by
6 spaces). Would be shaped into two words: ["hello     " , " "]
This causes issues, since the first word is only 5 letters long,  not 10
This commit will break this sequence into:
["hello", " ", " ", " ", " ", " ", " "]
This helps with correct line wrappipng
2022-12-20 04:48:53 -07:00
..
edit Clean up 2022-12-20 04:48:53 -07:00
font Make noto color emoji have a higher preference for fallback 2022-12-02 08:41:38 -07:00
attrs.rs Add custom metadata to Attrs, copied to ShapeGlyph and LayoutGlyph 2022-12-14 09:19:03 -07:00
buffer.rs Bidi reordering works with wrapping. 2022-12-20 04:48:53 -07:00
buffer_line.rs Vi-style editor and other editor improvements (#40) 2022-11-15 12:26:59 -07:00
cache.rs no_std support 2022-11-08 13:24:14 -07:00
layout.rs Bidi reordering works with wrapping. 2022-12-20 04:48:53 -07:00
lib.rs Vi-style editor and other editor improvements (#40) 2022-11-15 12:26:59 -07:00
shape.rs Turn a consequtive whitespaces into separate words 2022-12-20 04:48:53 -07:00
swash.rs Fix no_std compilation 2022-12-15 14:31:19 -07:00