Files
rust_browser/tests/goldens/expected/046-list-like-divs.layout.txt
Zachary D. Rowitsch e74b16790d Add real font support with bundled Noto Sans and font property pipeline
Integrate ab_glyph-based font rendering with bundled Noto Sans fonts
(Regular, Bold, Italic, BoldItalic, Mono) to replace the fixed-width
text measurer in golden tests. Thread font-weight, font-style, and
font-family through the entire rendering pipeline: CSS parsing → style
computation → layout → display list → rasterizer.

Key changes:
- fonts crate: font database, shaper, and rasterizer with bundled fonts
- CSS: parse font-family (comma-separated lists), font-weight, font-style
- shared: FontWeight and FontStyle types
- style: font property inheritance and computation
- layout: ProportionalTextMeasurer using real font metrics
- display_list: font properties on Text items (conditional dump output)
- render: font-aware text drawing
- Golden tests regenerated with proportional font measurements
- New golden tests (137-141) for font weight, style, family, and headings
- Golden test regeneration infrastructure (regen_goldens.rs)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 00:56:41 -05:00

71 lines
2.7 KiB
Plaintext

LayoutBox node=#1 tag=html box=block
content: (0, 0, 800, 107.8)
padding: 0 0 0 0
border: 0 0 0 0
margin: 0 0 0 0
LayoutBox node=#3 tag=body box=block
content: (8, 8, 784, 91.8)
padding: 0 0 0 0
border: 0 0 0 0
margin: 8 8 8 8
LayoutBox node=#5 tag=div box=block
content: (8, 8, 784, 19.2)
padding: 0 0 0 0
border: 0 0 0 0
margin: 0 0 5 0
inline_context: 1 lines, height=19.2, max_width=35.60646
line[0]: rect=(8, 8, 35.60646, 19.2) fragments=2
frag[0]: rect=(8, 8, 25.832598, 16) text="Item" start=false end=false
frag[1]: rect=(36.88693, 8, 6.71953, 16) text="1" start=false end=false
LayoutBox node=#6 tag=anonymous box=anon
content: (0, 0, 35.60646, 16)
padding: 0 0 0 0
border: 0 0 0 0
margin: 0 0 0 0
text: "Item 1"
LayoutBox node=#8 tag=div box=block
content: (8, 32.2, 784, 19.2)
padding: 0 0 0 0
border: 0 0 0 0
margin: 0 0 5 0
inline_context: 1 lines, height=19.2, max_width=35.60646
line[0]: rect=(8, 32.2, 35.60646, 19.2) fragments=2
frag[0]: rect=(8, 32.2, 25.832598, 16) text="Item" start=false end=false
frag[1]: rect=(36.88693, 32.2, 6.71953, 16) text="2" start=false end=false
LayoutBox node=#9 tag=anonymous box=anon
content: (0, 0, 35.60646, 16)
padding: 0 0 0 0
border: 0 0 0 0
margin: 0 0 0 0
text: "Item 2"
LayoutBox node=#11 tag=div box=block
content: (8, 56.4, 784, 19.200005)
padding: 0 0 0 0
border: 0 0 0 0
margin: 0 0 5 0
inline_context: 1 lines, height=19.200005, max_width=35.60646
line[0]: rect=(8, 56.4, 35.60646, 19.2) fragments=2
frag[0]: rect=(8, 56.4, 25.832598, 16) text="Item" start=false end=false
frag[1]: rect=(36.88693, 56.4, 6.71953, 16) text="3" start=false end=false
LayoutBox node=#12 tag=anonymous box=anon
content: (0, 0, 35.60646, 16)
padding: 0 0 0 0
border: 0 0 0 0
margin: 0 0 0 0
text: "Item 3"
LayoutBox node=#14 tag=div box=block
content: (8, 80.600006, 784, 19.199997)
padding: 0 0 0 0
border: 0 0 0 0
margin: 0 0 0 0
inline_context: 1 lines, height=19.199997, max_width=35.60646
line[0]: rect=(8, 80.600006, 35.60646, 19.2) fragments=2
frag[0]: rect=(8, 80.600006, 25.832598, 16) text="Item" start=false end=false
frag[1]: rect=(36.88693, 80.600006, 6.71953, 16) text="4" start=false end=false
LayoutBox node=#15 tag=anonymous box=anon
content: (0, 0, 35.60646, 16)
padding: 0 0 0 0
border: 0 0 0 0
margin: 0 0 0 0
text: "Item 4"