servo/components/gfx
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
..
display_list Use byte indices instead of char indices for text runs 2016-04-28 14:32:14 -07:00
platform gfx: Clamp the font size we supply to Core Text to 0.01pt. 2016-04-11 13:52:41 -07:00
text Use byte indices instead of char indices for text runs 2016-04-28 14:32:14 -07:00
Cargo.toml Simplify TOML syntax 2016-04-26 23:51:36 +02:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Use byte indices instead of char indices for text runs 2016-04-28 14:32:14 -07:00
font_cache_thread.rs Add referrer policy pass-through and referrer header logic 2016-04-25 16:41:06 -04:00
font_context.rs gfx: Clamp the font size we supply to Core Text to 0.01pt. 2016-04-11 13:52:41 -07:00
font_template.rs Derive Debug on FontGroup and its components 2015-12-12 10:04:33 +01:00
lib.rs Stop using deprecated str::char_* methods 2016-04-27 10:57:11 -07:00
paint_context.rs Use byte indices instead of char indices for text runs 2016-04-28 14:32:14 -07:00
paint_thread.rs Auto merge of #10810 - mrobinson:displayitem, r=pcwalton 2016-04-26 10:13:00 -07:00