servo/components/layout_2020/flow
Martin Robinson cdc3c369f0
layout: Implement support for font fallback (#31254)
This adds an initial implementation of font fallback, on part with the
one used in legacy layout. There are still issues. For instance, font
matching is done per unicode character rather than based on graphemes or
the shape first approach of Chrome. The idea is that these changes can
be made later.
2024-02-11 10:08:49 +00:00
..
construct.rs layout: Implement support for font fallback (#31254) 2024-02-11 10:08:49 +00:00
float.rs layout: Collect both start and end baselines for fragments (#31230) 2024-02-05 18:06:05 +00:00
inline.rs layout: Implement support for font fallback (#31254) 2024-02-11 10:08:49 +00:00
line.rs layout: Use BoxFragment border widths for display list generation (#31292) 2024-02-08 23:21:24 +00:00
mod.rs layout: Start work on table row height and vertical-align (#31246) 2024-02-10 08:03:01 +00:00
root.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
text_run.rs layout: Implement support for font fallback (#31254) 2024-02-11 10:08:49 +00:00