servo/components/gfx/text
Matt Brubeck dba878dfb2 Remove unneeded add_nonglyph_for_char_index
This is a no-op, since a "non-glyph" is simply `GlyphEntry(0)`. This is the
same as `GlyphEntry::initial()`, which all the entries are already initialized
to.
2016-04-28 08:07:13 -07:00
..
shaping Remove unneeded add_nonglyph_for_char_index 2016-04-28 08:07:13 -07:00
glyph.rs Remove unneeded add_nonglyph_for_char_index 2016-04-28 08:07:13 -07:00
mod.rs Remove dead code from gfx/text 2015-07-14 14:32:45 -07:00
text_run.rs Stop using deprecated str::char_* methods 2016-04-27 10:57:11 -07:00
util.rs Add support for pre-wrap and pre-line values for white-space. 2015-10-20 10:44:51 -07:00