servo/components/gfx/tests
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
..
support/dejavu-fonts-ttf-2.37 Fix FontTemplateDescriptor under FreeType 2018-02-07 21:24:08 +01:00
font_template.rs Fix FontTemplateDescriptor under FreeType 2018-02-07 21:24:08 +01:00
text_util.rs Merge gfx and gfx_tests 2018-01-20 15:33:15 +01:00