servo/components/gfx
Clark Gaebel d22a64884d Implements case insensitive font family names.
One part (of 8!) of css font family disambiguation is that font families should
be matched case-insensitively.

This patch implements that. Once it lands, a bug needs to be filed to do lowercasing
properly (as a string, instead of char-by-char -- it's a unicode thing).

r? @gw
2014-11-03 17:15:51 -08:00
..
display_list gfx: Enhance display list debugging a bit with support for dumping 2014-10-31 10:13:08 -07:00
platform Convert internal font code to store pt size as Au. 2014-10-22 13:49:41 +10:00
text Convert internal font code to store pt size as Au. 2014-10-22 13:49:41 +10:00
buffer_map.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
Cargo.toml Rename macros crate to plugins 2014-09-23 17:37:27 +05:30
color.rs gfx: Inline a few commonly-used methods that were showing up in profiles 2014-10-28 10:55:19 -07:00
font.rs Cache last fontgroup. Style recalc on wikipedia/rust 66ms -> 41ms. 2014-10-24 08:25:10 +10:00
font_cache_task.rs Implements case insensitive font family names. 2014-11-03 17:15:51 -08:00
font_context.rs Cache last fontgroup. Style recalc on wikipedia/rust 66ms -> 41ms. 2014-10-24 08:25:10 +10:00
font_template.rs Cargoify servo 2014-09-08 20:21:42 -06:00
lib.rs Implements case insensitive font family names. 2014-11-03 17:15:51 -08:00
render_context.rs gfx: Update rust-azure to pick up arcs, gradients, and subpixel text 2014-10-20 21:36:28 -07:00
render_task.rs Dynamically check DOMRefCell access from layout in debug builds 2014-10-24 16:27:37 -07:00