servo/components/gfx
bors-servo af48b42c57 Auto merge of #17706 - glennw:linux-fonts, r=stshine,emilio
Improve font layout in Linux / Freetype platforms.

This patch contains two small changes:

* Fix the font size calculation that is passed to Freetype. This
  now matches exactly how Webrender and Gecko calculate font size
  to pass to layout.
* Enable light hinting by default for fonts when using Freetype.
  We should make this configurable in the future, but this is a
  better default than no hinting (and matches what most Linux
  distros default to).

These two changes (along with the pending WR update) fix a lot
of the font layout issues on Linux. There is still at least one
remaining issue with hidpi displays on Linux that will be fixed
in a follow up patch.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17706)
<!-- Reviewable:end -->
2017-07-13 16:13:41 -07:00
..
display_list Upgrade to the latest version of WebRender 2017-07-13 07:44:08 +10:00
platform Auto merge of #17706 - glennw:linux-fonts, r=stshine,emilio 2017-07-13 16:13:41 -07:00
text Upgrade to the latest version of WebRender 2017-07-13 07:44:08 +10:00
Cargo.toml Upgrade to the latest version of WebRender 2017-07-13 07:44:08 +10:00
font.rs Upgrade to the latest version of WebRender 2017-07-13 07:44:08 +10:00
font_cache_thread.rs Upgrade to the latest version of WebRender 2017-07-13 07:44:08 +10:00
font_context.rs Upgrade to the latest version of WebRender 2017-07-13 07:44:08 +10:00
font_template.rs Use integer for specified and computed font-weight 2017-07-06 15:31:24 +10:00
lib.rs Use heap API from std rather than the alloc crate 2017-07-13 15:26:40 +02:00