How to specify font-variant-numeric in QT?
Unsolved
General and Desktop
-
Please see:
https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-numericThere is a CSS style:
font-variant-numeric: slashed-zero;Is it possible to enable this in QT - in QML or QT-Widgets?
If so, how? -
Hi,
Are you talking about Qt's stylesheet system or QFont ?
-
QFont or QStyleSheet.
The end result, is zero 0 turns to Ø in QLabel,
or while editing within QLineEdit.Is that possible?
-
Based on this bug report, I think: not yet.