Skip to content

Conversation

@tordex
Copy link
Member

@tordex tordex commented Mar 12, 2025

Supported properties:

  • text-decoration (as shorthand for other text-decoration properties)
  • text-decoration-color
  • text-decoration-line
  • text-decoration-style
  • text-decoration-thickness

Changes in the container::create_font:
litehtml::uint_ptr create_font(const font_description& descr, const document* doc, litehtml::font_metrics* fm);

All font parameters are moved to the font_description structure.

NiuGuohui and others added 2 commits March 10, 2025 01:42
Supported properties:
* text-decoration (as shorthand for other text-decoration properties)
* text-decoration-color
* text-decoration-line
* text-decoration-style
* text-decoration-thickness

Changes in the container::create_font:
```litehtml::uint_ptr create_font(const font_description& descr, const document* doc, litehtml::font_metrics* fm);```

All font parameters are moved to the ```font_description``` structure.
@tordex tordex merged commit 23751c1 into master Mar 12, 2025
1 check passed
@tordex tordex deleted the text-decoration branch April 20, 2025 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants