mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 19:00:59 +00:00
LibWeb: Parse and compute CSS quotes
property
This commit is contained in:
parent
1bc081398e
commit
dc7a52957e
Notes:
sideshowbarker
2024-07-17 09:39:38 +09:00
Author: https://github.com/AtkinsSJ
Commit: dc7a52957e
Pull-request: https://github.com/SerenityOS/serenity/pull/21046
Reviewed-by: https://github.com/ADKaster ✅
7 changed files with 90 additions and 0 deletions
|
@ -146,6 +146,8 @@ public:
|
|||
void set_math_depth(int math_depth);
|
||||
int math_depth() const { return m_math_depth; }
|
||||
|
||||
QuotesData quotes() const;
|
||||
|
||||
static NonnullRefPtr<Gfx::Font const> font_fallback(bool monospace, bool bold);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue