Removed extra fonts in preparation for ttf conversion

This commit is contained in:
Anuken
2018-11-06 15:52:31 -05:00
parent a924509e92
commit 17d1db913f
5 changed files with 0 additions and 2261 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 KiB

View File

@@ -1,21 +1,4 @@
{ {
Font: {
trad-chinese: {
file: trad_chinese.fnt,
markup: true,
scale: 0.5
},
simp-chinese: {
file: simp_chinese.fnt,
markup: true,
scale: 0.5
},
title: {
file: title.fnt,
markup: true,
scale: 2
}
},
Color: { Color: {
black: {a: 1, b: 0, g: 0, r: 0 }, black: {a: 1, b: 0, g: 0, r: 0 },
white: {a: 1, b: 1, g: 1, r: 1 }, white: {a: 1, b: 1, g: 1, r: 1 },
@@ -78,7 +61,6 @@ SliderStyle: {
}, },
LabelStyle: { LabelStyle: {
default: {font: default-font, fontColor: white }, default: {font: default-font, fontColor: white },
title: {font: title, fontColor: white },
small: {font: default-font, fontColor: white } small: {font: default-font, fontColor: white }
}, },
TextFieldStyle: { TextFieldStyle: {