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:
Kostya Farber 2024-10-18 21:00:28 +01:00 committed by Sam Atkins
commit da42c19cb6
Notes: github-actions[bot] 2024-10-22 12:37:23 +00:00
4 changed files with 25 additions and 0 deletions

View file

@ -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;