servo/components/gfx
Martin Robinson 5ba29c20ac
layout: Turn on synthetic small-caps for layout 2020 (#31435)
Synthetic small caps is supported by the font subsystem, but this is
disabled in Layout 2020. We can turn this on to bring support to parity
with the old layout system.

In addition to turning on synthetic small-caps this change also improves
the way that they work. Before, synthetic small caps meant that every
character was a small version of capitalized character. After this
change, capital letters are larger than small caps versions of small
letters -- matching other browsers and the common expectation of how
small caps works.
2024-02-28 15:09:26 +00:00
..
platform script: Do not run layout in a thread (#31346) 2024-02-23 08:14:10 +00:00
tests layout: Turn on synthetic small-caps for layout 2020 (#31435) 2024-02-28 15:09:26 +00:00
text layout: Turn on synthetic small-caps for layout 2020 (#31435) 2024-02-28 15:09:26 +00:00
Cargo.toml Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
font.rs layout: Turn on synthetic small-caps for layout 2020 (#31435) 2024-02-28 15:09:26 +00:00
font_cache_thread.rs style: Remove dependency on servo_url (#31358) 2024-02-16 11:56:35 +00:00
font_context.rs layout: Turn on synthetic small-caps for layout 2020 (#31435) 2024-02-28 15:09:26 +00:00
font_template.rs Further changes required by Servo 2023-10-02 14:37:19 +00:00
lib.rs gfx: Rename WebrenderSurfman to RenderingContext and move to gfx (#31184) 2024-01-27 17:58:34 +00:00
rendering_context.rs gfx: Rename WebrenderSurfman to RenderingContext and move to gfx (#31184) 2024-01-27 17:58:34 +00:00