mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
LibWeb: Parse and compute CSS quotes
property
This commit is contained in:
parent
1bc081398e
commit
dc7a52957e
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