mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-09 22:27:46 +00:00
Since LayoutText inherits all of its style information from its parent Element anyway, it makes more sense to load the font at a higher level. And since the font depends only on the style and nothing else, this patch moves font loading (and caching) into StyleProperties. This could be made a lot smarter to avoid loading the same font many times, etc.