servo/components/gfx/text/shaping
Patrick Walton 106fdb1d32 layout: Implement word-spacing per CSS 2.1 § 16.4.
This assumes that there are no ligatures that span across multiple
words. Since we have a per-word shape cache, this is a safe assumption
as of now. I have left comments to ensure that, if and when this is
revisted, we make sure to handle it properly.
2014-12-12 17:55:11 -08:00
..
harfbuzz.rs layout: Implement word-spacing per CSS 2.1 § 16.4. 2014-12-12 17:55:11 -08:00
mod.rs gfx: Implement letter-spacing per CSS 2.1 § 16.4. 2014-12-12 11:43:43 -08:00