servo/components/gfx
Martin Robinson 2c0d0d57b1
fonts: Fix loading SFNT tables on Windows (#32499)
DirectWrite APIs expect the bytes of table tags to be reversed when
reading them. Servo was doing this when loading font tables, but not all
of them. This led to shaping being broken on Windows. This fixes that
issue in a more comprehensive way and adds a comment to avoid this
failing in the future.
2024-06-17 08:53:04 +00:00
..
platform fonts: Fix loading SFNT tables on Windows (#32499) 2024-06-17 08:53:04 +00:00
tests base: Remove ucd dependency (#32424) 2024-06-03 17:10:01 +00:00
text base: Remove ucd dependency (#32424) 2024-06-03 17:10:01 +00:00
Cargo.toml base: Remove ucd dependency (#32424) 2024-06-03 17:10:01 +00:00
font.rs build: Fix build warnings on Windows (#32500) 2024-06-15 14:31:36 +00:00
font_cache_thread.rs fonts: Remove web fonts when their stylsheet is removed (#32346) 2024-05-23 06:49:31 +00:00
font_context.rs Remove unused items in gfx (#32423) 2024-06-05 07:07:36 +00:00
font_store.rs fonts: Add support for the CSS font matching algorithm (#32366) 2024-05-24 16:40:22 +00:00
font_template.rs font_template.rs: apply clippy lints (#32391) 2024-05-30 17:27:40 +00:00
lib.rs Move RenderingContext to webrender_traits (#32386) 2024-05-28 12:48:55 +00:00