servo/components/gfx/display_list
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
..
mod.rs Use byte indices instead of char indices for text runs 2016-04-28 14:32:14 -07:00