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

@@ -6,18 +6,10 @@ Module
version: 0.2
autoLoad: true
onLoad: |
importFont('helvetica-11px-bold')
importFont('helvetica-11px')
importFont('helvetica-12px-bold')
importFont('helvetica-12px')
importFont('helvetica-14px-bold')
importFont('verdana-11px-antialised')
importFont('verdana-11px-monochrome')
importFont('verdana-11px-rounded')
importFont('terminus-14px-bold')
importFont('tibia-8px-antialised')
importFont('tibia-10px-antialised')
importFont('tibia-10px-monochrome')
importFont('tibia-12px-rounded')
setDefaultFont('helvetica-12px')
setDefaultFont('verdana-11px-antialised')
return true

View File

@@ -1,12 +0,0 @@
Font
name: helvetica-11px-bold
height: 14
spacing: 1 1
top margin: 2
texture: helvetica-11px-bold.png
glyph size: 16 16
glyph widths:
32: 4
65: 8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -1,11 +0,0 @@
Font
name: helvetica-11px
height: 14
spacing: 1 1
top margin: 1
texture: helvetica-11px.png
glyph size: 16 16
glyph widths:
32: 4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

View File

@@ -1,12 +0,0 @@
Font
name: helvetica-12px-bold
height: 16
spacing: 1 1
top margin: 2
texture: helvetica-12px-bold.png
glyph size: 18 18
glyph widths:
32: 4
65: 9

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

View File

@@ -1,11 +0,0 @@
Font
name: helvetica-12px
height: 15
spacing: 1 1
top margin: 1
texture: helvetica-12px.png
glyph size: 16 16
glyph widths:
32: 4
65: 8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

View File

@@ -1,12 +0,0 @@
Font
name: helvetica-14px-bold
height: 16
spacing: 1 1
top margin: 2
texture: helvetica-14px-bold.png
glyph size: 20 20
glyph widths:
32: 4
65: 9

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -1,10 +0,0 @@
Font
name: tibia-10px-antialised
height: 10
spacing: 1 1
top margin: 3
texture: tibia-10px-antialised.png
glyph size: 8 16
glyph widths:
32: 2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,10 +0,0 @@
Font
name: tibia-10px-monochrome
height: 10
spacing: 1 1
top margin: 3
texture: tibia-10px-monochrome.png
glyph size: 8 16
glyph widths:
32: 2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -1,10 +0,0 @@
Font
name: tibia-8px-antialised
height: 8
spacing: 0 1
top margin: 1
texture: tibia-8px-antialised.png
glyph size: 8 8
glyph widths:
32: 2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,8 @@
Font
name: verdana-11px-antialised
height: 14
texture: verdana-11px-antialised.png
glyph size: 16 16
glyph widths:
32: 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@@ -0,0 +1,8 @@
Font
name: verdana-11px-monochrome
height: 14
texture: verdana-11px-monochrome.png
glyph size: 16 16
glyph widths:
32: 2

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -1,9 +1,7 @@
Font
name: tibia-12px-rounded
height: 12
glyph spacing: 0 1
top margin: 3
texture: tibia-12px-rounded.png
name: verdana-11px-rounded
height: 14
texture: verdana-11px-rounded.png
glyph size: 16 16
glyph widths:

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB