cosmic-text/src
2023-08-28 15:54:22 -04:00
..
edit Add more Debug implementations 2023-07-07 21:44:21 -07:00
font Use a scratch buffer to reduce allocations 2023-08-16 14:09:54 -07:00
attrs.rs Merge pull request #158 from forkgull/comp-color 2023-08-04 07:36:27 -06:00
bidi_para.rs Add more Debug implementations 2023-07-07 21:44:21 -07:00
buffer.rs Use a scratch buffer to reduce allocations 2023-08-16 14:09:54 -07:00
buffer_line.rs Use a scratch buffer to reduce allocations 2023-08-16 14:09:54 -07:00
cache.rs Truncate Y coordinate in LayoutGlyph::physical 2023-06-20 06:39:06 +02:00
layout.rs Merge pull request #153 from forkgull/more-debug 2023-07-24 09:45:58 -06:00
lib.rs Require either std or no_std to be specified 2023-08-09 11:44:20 -02:30
shape.rs Small code organization changes in ShapeLine::layout: move some variables declarations down closer to where they are used, move variables that are reset every loop down to be declared in the loop, replace Vec::new + mem::swap with mem::take 2023-08-28 15:54:22 -04:00
swash.rs Add more Debug implementations 2023-07-07 21:44:21 -07:00