servo/components/gfx/text
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
..
shaping Use byte indices instead of char indices for text runs 2016-04-28 14:32:14 -07:00
glyph.rs Use byte indices instead of char indices for text runs 2016-04-28 14:32:14 -07:00
mod.rs Remove dead code from gfx/text 2015-07-14 14:32:45 -07:00
text_run.rs Use byte indices instead of char indices for text runs 2016-04-28 14:32:14 -07:00
util.rs Add support for pre-wrap and pre-line values for white-space. 2015-10-20 10:44:51 -07:00