This commit is contained in:
朱子楚\zhuzi 2024-03-12 00:00:02 +08:00
parent f56f16c858
commit dfc579ef3e
2 changed files with 6 additions and 0 deletions

View File

@ -13,4 +13,7 @@ Text {
verticalAlignment: Text.AlignVCenter
color: iconColor
text: (String.fromCharCode(iconSource).toString(16))
FontLoader{
source: "../Font/Segoe_Fluent_Icons.ttf"
}
}

View File

@ -13,4 +13,7 @@ Text {
verticalAlignment: Text.AlignVCenter
color: iconColor
text: (String.fromCharCode(iconSource).toString(16))
FontLoader{
source: "../Font/Segoe_Fluent_Icons.ttf"
}
}