servo/components/layout_2020/fragment_tree
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
..
base_fragment.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
box_fragment.rs Add initial support for sticky positioning for non-legacy layout (#30686) 2023-11-29 09:03:24 +00:00
containing_block.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
fragment.rs Re-use the TextMetrics data structure in the Layout 2020 fragment tree (#30823) 2023-12-06 09:52:23 +00:00
fragment_tree.rs Further changes required by Servo 2023-11-24 08:57:14 +01:00
hoisted_shared_fragment.rs Layout 2020: Rename flow_relative types to Logical... (#30324) 2023-09-12 07:31:30 +00:00
mod.rs Layout 2020: Move all Fragment code to the fragment_tree directory 2023-06-04 18:12:11 +02:00