new font files, fixed some font issues

This commit is contained in:
Eduardo Bart
2011-11-01 00:35:50 -02:00
parent 841769cc7d
commit 999fa731c0
40 changed files with 279 additions and 1067 deletions

View File

@@ -3,17 +3,17 @@ SkillFirstWidget < UIWidget
anchors.top: parent.top
SkillNameLabel < Label
font: tibia-10px-monochrome
font: verdana-11px-monochrome
margin.top: 2
margin.left: 10
margin.right: 10
anchors.top: prev.bottom
anchors.left: parent.left
anchors.right: parent.right
SkillLevelLabel < Label
font: tibia-10px-monochrome
font: verdana-11px-monochrome
align: right
margin.top: 2
margin.left: 10
@@ -21,7 +21,7 @@ SkillLevelLabel < Label
anchors.top: prev.top
anchors.left: parent.left
anchors.right: parent.right
SkillPercentPanel < UIWidget
color: blue
background-color: red
@@ -37,7 +37,7 @@ Window
id: skillWindow
title: Skills
size: 200 200
Panel
id: skillPanel
anchors.fill: parent

View File

@@ -1,5 +1,5 @@
CenterLabel < Label
font: tibia-12px-rounded
font: verdana-11px-rounded
height: 16
align: center
anchors.top: parent.verticalCenter
@@ -8,7 +8,7 @@ CenterLabel < Label
anchors.right: parent.right
BottomLabel < Label
font: tibia-12px-rounded
font: verdana-11px-rounded
height: 16
align: center
anchors.bottom: parent.bottom

View File

@@ -1,12 +1,12 @@
VipListLabel < Label
font: tibia-10px-monochrome
font: verdana-11px-monochrome
margin.left: 30
Window
id: vipWindow
title: VIP
size: 200 200
TextList
id: vipList
anchors.fill: parent