mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
LibWeb: Apply the word-spacing css property to Node
This will let us start to begin applying this during text shaping.
This commit is contained in:
parent
e4533e5595
commit
da42c19cb6
Notes:
github-actions[bot]
2024-10-22 12:37:23 +00:00
Author: https://github.com/kostyafarber
Commit: da42c19cb6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1860
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 25 additions and 0 deletions
|
@ -115,6 +115,7 @@ public:
|
|||
Optional<CSS::Cursor> cursor() const;
|
||||
Variant<LengthOrCalculated, NumberOrCalculated> tab_size() const;
|
||||
Optional<CSS::WhiteSpace> white_space() const;
|
||||
Optional<CSS::LengthOrCalculated> word_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