servo/components/layout_2020/flow
Martin Robinson 8ded1072ce
Re-use the TextMetrics data structure in the Layout 2020 fragment tree (#30823)
This data structure has all of the metrics needed to render a font and
is in `Au`. We'll need more of these metrics for implementing
`vertical-align` and its use doesn't increase the size of the Fragment
tree (as the BoxFragment is still larger). In addition, this will be
helpful when switching layout to `Au`.
2023-12-06 09:52:23 +00:00
..
construct.rs Add initial support for table box tree construction (#30799) 2023-12-05 11:10:45 +00:00
float.rs Allow raising FloatContext ceiling after processing box with overflow (#30539) 2023-10-17 07:53:57 +00:00
inline.rs Re-use the TextMetrics data structure in the Layout 2020 fragment tree (#30823) 2023-12-06 09:52:23 +00:00
mod.rs Allow raising FloatContext ceiling after processing box with overflow (#30539) 2023-10-17 07:53:57 +00:00
root.rs Add initial support for table box tree construction (#30799) 2023-12-05 11:10:45 +00:00