Typography++

NText is now fontWeightRegular
Transformed a few Text into NText
Checked boldness
Improved DemoPanel scaling and look
This commit is contained in:
quadbyte 2025-08-10 22:59:42 -04:00
parent 6ce7c7d55d
commit c64d14319e
16 changed files with 584 additions and 180 deletions

View file

@ -52,13 +52,12 @@ Item {
bottomLeftRadius: pillHeight * 0.5
anchors.verticalCenter: parent.verticalCenter
Text {
NText {
id: textItem
anchors.centerIn: parent
text: root.text
font.pointSize: Colors.fontSizeSmall * scaling
font.family: Settings.data.ui.fontFamily
font.weight: Font.Bold
font.weight: Style.fontWeightBold
color: textColor
visible: showPill
}