forked from ewanhowell5195/MinecraftTitleGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fonts.json
105 lines (105 loc) · 1.95 KB
/
fonts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[
{
"id": "minecraft-five-bold",
"author": "Ewan Howell",
"width": 36,
"height": 36,
"border": 212,
"faces": [
[16, 48],
[82, 114],
[148, 154, 186, 194]
],
"ends": [
[0, 16, 48, 64],
[66, 82, 114, 130],
[132, 148, 186, 194]
],
"terminatorSpace": true
},
{
"id": "minecraft-five-bold-block",
"author": "Ewan Howell",
"width": 40,
"height": 52,
"border": 246,
"faces": [
[16, 64],
[98, 146],
[180, 228]
],
"ends": [
[0, 16, 64, 80],
[82, 98, 146, 162],
[164, 180, 228, 244]
],
"autoBorder": true,
"forcedTerminators": [310, 180, 318, 180, 6, 48],
"overlay": true
},
{
"id": "minecraft-ten-outline",
"author": "Ewan Howell",
"width": 32,
"height": 60,
"border": 186,
"faces": [
[0, 60],
[62, 122],
[124, 184]
],
"ends": [
[0, 0, 60, 60],
[62, 62, 122, 122],
[124, 124, 184, 184]
],
"borderless": true,
"forcedTerminators": [254, 124, 264, 124, 8, 60]
},
{
"id": "minecraft-ten-cyrillic",
"name": "Minecraft Ten (Cyrillic)",
"author": "xllifi",
"example": [
"пример",
"текст😳"
],
"width": 32,
"height": 44,
"border": 277,
"faces": [
[22, 62],
[108, 148],
[194, 205, 245, 253]
],
"ends": [
[0, 22, 62, 84],
[86, 108, 148, 170],
[172, 194, 253, 275]
],
"terminatorSpace": true
},
{
"id": "minecraft-five-bold-cyrillic",
"name": "Minecraft Five Bold (Cyrillic)",
"author": "xllifi",
"example": [
"пример",
"текст😳"
],
"width": 36,
"height": 36,
"border": 220,
"faces": [
[16, 48],
[82, 114],
[148, 162, 194, 202]
],
"ends": [
[0, 16, 48, 64],
[66, 82, 114, 130],
[132, 148, 202, 218]
],
"terminatorSpace": true
}
]