-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.json
More file actions
55 lines (55 loc) · 1.73 KB
/
config.json
File metadata and controls
55 lines (55 loc) · 1.73 KB
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
[
{
"inputs": ["ttf/LobsterTwo-Regular.ttf", "ttf/AmaticSC-Regular.ttf", "ttf/NotoSerifJP-Regular.otf", "ttf/Cardo-Regular.ttf"],
"output": "output/msdf.fnt",
"charset": [
"latin", "конкретные глифы", [ "glyphs_plaintext.txt", "glyphs_xml.xml" ]
],
"options": [],
"fontSize": 24,
"padding": { "top": 0, "bottom": 0, "left": 0, "right": 0 },
"spacing": { "x": 2, "y": 2 },
"dfSize": 4,
"mode": "msdf"
},
{
"inputs": ["ttf/LobsterTwo-Regular.ttf", "ttf/AmaticSC-Regular.ttf", "ttf/NotoSerifJP-Regular.otf", "ttf/Cardo-Regular.ttf"],
"output": "output/sdf.fnt",
"charset": [
"latin", "конкретные глифы", [ "glyphs_plaintext.txt", "glyphs_xml.xml" ]
],
"options": [],
"fontSize": 24,
"padding": { "top": 0, "bottom": 0, "left": 0, "right": 0 },
"spacing": { "x": 2, "y": 2 },
"dfSize": 4,
"mode": "sdf"
},
{
"input": "ttf/LobsterTwo-Regular.ttf",
"inputs": ["ttf/AmaticSC-Regular.ttf", "ttf/NotoSerifJP-Regular.otf", "ttf/Cardo-Regular.ttf"],
"output": "output/psdf.fnt",
"charset": [
"latin", "конкретные глифы", [ "glyphs_plaintext.txt", "glyphs_xml.xml" ]
],
"options": [],
"fontSize": 24,
"padding": { "top": 0, "bottom": 0, "left": 0, "right": 0 },
"spacing": { "x": 2, "y": 2 },
"dfSize": 4,
"mode": "psdf"
},
{
"input": "ttf/LobsterTwo-Regular.ttf",
"inputs": ["ttf/AmaticSC-Regular.ttf", "ttf/NotoSerifJP-Regular.otf", "ttf/Cardo-Regular.ttf"],
"output": "output/raster.fnt",
"charset": [
"latin", "конкретные глифы", [ "glyphs_plaintext.txt", "glyphs_xml.xml" ]
],
"options": [],
"fontSize": 24,
"padding": { "top": 0, "bottom": 0, "left": 0, "right": 0 },
"spacing": { "x": 2, "y": 2 },
"mode": "raster"
}
]