servo/components/fonts
Oriol Brufau d9be9d6bd4
Handle all white-space values when intrinsically sizing an IFC (#33343)
There were various cases like `text-wrap-mode: nowrap` and
`white-space-collapse: break-spaces` that weren't handled well.

Fixes #33335

flexbox_flex-formatting-interop.html fails now because we don't support
`table-layout: fixed`.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2024-09-11 23:50:45 +00:00
..
platform fonts: Enable fast text shaping on Windows (#33123) 2024-08-30 23:16:26 +00:00
tests Update stylo for latest changes. (#33079) 2024-08-16 10:47:12 +00:00
Cargo.toml fonts: Enable fast text shaping on Windows (#33123) 2024-08-30 23:16:26 +00:00
font.rs Handle all white-space values when intrinsically sizing an IFC (#33343) 2024-09-11 23:50:45 +00:00
font_cache_thread.rs fonts: Add support for generic font families and font size configuration (#32673) 2024-07-08 17:17:48 +00:00
font_context.rs canvas: Remove as much usage of font-kit as possible (#32758) 2024-07-11 04:25:38 +00:00
font_store.rs tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366) 2024-09-08 15:04:19 +00:00
font_template.rs Rename gfx to fonts (#32556) 2024-06-19 20:26:19 +00:00
glyph.rs Handle all white-space values when intrinsically sizing an IFC (#33343) 2024-09-11 23:50:45 +00:00
lib.rs Rename gfx to fonts (#32556) 2024-06-19 20:26:19 +00:00
shaper.rs shaping: Don't assume there's a space glyph when rendering tabs (#32979) 2024-08-23 11:17:44 +00:00