mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
LibWeb: Add letter-spacing css property to Node
This commit is contained in:
parent
6c3ecf6a34
commit
537cbf55c3
Notes:
github-actions[bot]
2024-10-22 14:33:32 +00:00
Author: https://github.com/kostyafarber
Commit: 537cbf55c3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1911
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 26 additions and 1 deletions
|
@ -116,6 +116,7 @@ public:
|
|||
Variant<LengthOrCalculated, NumberOrCalculated> tab_size() const;
|
||||
Optional<CSS::WhiteSpace> white_space() const;
|
||||
Optional<CSS::LengthOrCalculated> word_spacing() const;
|
||||
Optional<LengthOrCalculated> letter_spacing() const;
|
||||
Optional<CSS::LineStyle> line_style(CSS::PropertyID) const;
|
||||
Optional<CSS::OutlineStyle> outline_style() const;
|
||||
Vector<CSS::TextDecorationLine> text_decoration_line() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue