forked from Shinonome/dots-hyprland
make filled symbols suck less
This commit is contained in:
@@ -6,6 +6,7 @@ StyledText {
|
|||||||
property real iconSize: Appearance?.font.pixelSize.small ?? 16
|
property real iconSize: Appearance?.font.pixelSize.small ?? 16
|
||||||
property real fill: 0
|
property real fill: 0
|
||||||
property real truncatedFill: Math.round(fill * 100) / 100 // Reduce memory consumption spikes from constant font remapping
|
property real truncatedFill: Math.round(fill * 100) / 100 // Reduce memory consumption spikes from constant font remapping
|
||||||
|
renderType: Text.CurveRendering
|
||||||
font {
|
font {
|
||||||
hintingPreference: Font.PreferFullHinting
|
hintingPreference: Font.PreferFullHinting
|
||||||
family: Appearance?.font.family.iconMaterial ?? "Material Symbols Rounded"
|
family: Appearance?.font.family.iconMaterial ?? "Material Symbols Rounded"
|
||||||
|
|||||||
Reference in New Issue
Block a user