servo/components/gfx/platform
Jon Leighton 446b0e47a6 Fix FontTemplateDescriptor under FreeType
Issue #17321. Under Linux, using "font-family: sans-serif" previously
caused Servo to select the "UltraLight" face (of DejaVu Sans). There
were two reasons for this:

1. Font weight was only retrieved from the OS/2 table for bold faces.
   This neglected to retrieve the weight information for "lighter than
   normal" weight faces. This meant that the UltraLight face appeared as
   normal weight, and was selected.

2. Retrieval of font stretch information from the OS/2 table was not
   implemented at all.
2018-02-07 21:24:08 +01:00
..
freetype Fix FontTemplateDescriptor under FreeType 2018-02-07 21:24:08 +01:00
macos Use new CFArray iterator features 2018-01-29 10:21:44 +01:00
windows style: Make all keywords CamelCase for consistency. 2017-12-06 02:35:10 +01:00
mod.rs Ged rid of libfontconfig in Android. Query available fonts from Android system font configuration files. 2017-06-02 18:40:08 +02:00