Skip to content

Implement size-adjust property #324

@valadaptive

Description

@valadaptive

The size-adjust CSS property allows you to set scaling factors for specific font families. This is useful for harmonizing the size of text written in different fonts (something similar is used in egui for adjusting emoji fonts' sizes).

This can't be implemented at a higher level by just scaling the font size for a given style, because you can specify a stack of multiple fonts as part of a style, and we only want the size adjustment to apply to a specific one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions