servo/components/gfx/text/shaping
Matt Brubeck 659305fe0a Use byte indices instead of char indices for text runs
Replace character indices with UTF-8 byte offsets throughout the code dealing
with text shaping and breaking.  This eliminates a lot of complexity when
converting from one to the other, and interoperates better with the rest of
the Rust ecosystem.
2016-04-28 14:32:14 -07:00
..
harfbuzz.rs Use byte indices instead of char indices for text runs 2016-04-28 14:32:14 -07:00
mod.rs gfx: Implement letter-spacing per CSS 2.1 § 16.4. 2014-12-12 11:43:43 -08:00