uwerat / qskinny

A lightweight framework on top of the Qt scene graph and only few classes from Qt/Quick. It is usable from C++ and/or QML.
1.45k stars 293 forks source link

Material3: Convert font sizes properly #425

Closed peter-ha closed 2 months ago

peter-ha commented 2 months ago

We need to convert the pt size to px before calculating our resolution dependent pixel size.

Before:

Screenshot from 2024-09-30 16-12-27

After:

Screenshot from 2024-09-30 16-12-09