mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb/CSS: Parse font-width descriptor and its font-stretch alias
This commit is contained in:
parent
4a67b28600
commit
b1870e7029
Notes:
github-actions[bot]
2024-09-28 12:43:32 +00:00
Author: https://github.com/AtkinsSJ
Commit: b1870e7029
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1554
5 changed files with 24 additions and 6 deletions
|
@ -392,7 +392,8 @@ void FontFace::load_font_source()
|
|||
ParsedFontFace parsed_font_face {
|
||||
font->m_family,
|
||||
font->m_weight.to_number<int>(),
|
||||
0, // FIXME: slope
|
||||
0, // FIXME: slope
|
||||
Gfx::FontWidth::Normal, // FIXME: width
|
||||
font->m_urls,
|
||||
font->m_unicode_ranges,
|
||||
{}, // FIXME: ascent_override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue