mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
This replaces glyph positioning system with harfbuzz's shaping algorithm. Adding support for bidirectional encoded text.
20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (1,1) content-size 798x66 [BFC] children: not-inline
|
|
Box <body> at (10,10) content-size 780x48 [GFC] children: not-inline
|
|
BlockContainer <div.foo> at (11,11) content-size 778x22 [BFC] children: inline
|
|
frag 0 from TextNode start: 0, length: 3, rect: [11,11 33.953125x22] baseline: 17
|
|
"foo"
|
|
TextNode <#text>
|
|
BlockContainer <div.bar> at (11,35) content-size 778x22 [BFC] children: inline
|
|
frag 0 from TextNode start: 0, length: 3, rect: [11,35 34.5625x22] baseline: 17
|
|
"bar"
|
|
TextNode <#text>
|
|
|
|
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x68]
|
|
PaintableBox (Box<BODY>) [9,9 782x50]
|
|
PaintableWithLines (BlockContainer<DIV>.foo) [10,10 780x24]
|
|
TextPaintable (TextNode<#text>)
|
|
PaintableWithLines (BlockContainer<DIV>.bar) [10,34 780x24]
|
|
TextPaintable (TextNode<#text>)
|