servo/components/gfx/text
Patrick Walton 6943ddb93e layout: Implement overflow-wrap/word-wrap per CSS-TEXT § 6.2.
This property is used by approximately 55% of page loads.

To implement the line breaking behavior, the "breaking strategy" has
been cleaned up and abstracted. This should allow us to easily support
other similar properties in the future, such as `text-overflow` and
`word-break`.
2014-12-13 13:05:05 -08:00
..
shaping layout: Implement word-spacing per CSS 2.1 § 16.4. 2014-12-12 17:55:11 -08:00
glyph.rs Fix spelling mistakes in comments. 2014-12-11 23:56:29 -05:00
mod.rs Cargoify servo 2014-09-08 20:21:42 -06:00
text_run.rs layout: Implement overflow-wrap/word-wrap per CSS-TEXT § 6.2. 2014-12-13 13:05:05 -08:00
util.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00