-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfontPreset.json
56 lines (55 loc) · 1.6 KB
/
fontPreset.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
{
"version": 1,
"items": [
{
"id":0,
"icon": "",
"font": "fontPresets/SingleDay.ttf",
"textSize": 30,
"textTexture": "",
"textGradient": [],
"textGradientAngle": 0,
"textColor": "0xFFFFD3E8",
"textAlignment": "CENTER",
"borderTexture": "",
"borderGradient": [],
"borderGradientAngle": 0,
"borderColor": "0xFF827780",
"borderWidth": 2,
"labelTexture": "",
"labelGradient": [],
"labelGradientAngle": 0,
"labelColor": "0xFF827780",
"shadowColors": [],
"shadowDx": [],
"shadowDy": [],
"shadowRad": [],
"isPro": true
},
{
"id": 1,
"icon": "",
"font": "fontPresets/SingleDay.ttf",
"textSize": 32,
"textTexture": "",
"textGradient": [],
"textGradientAngle": 0,
"textColor": "0xFF2A2A2A",
"textAlignment": "CENTER",
"borderTexture": "",
"borderGradient": ["0xFFC0C0C0", "0xFF8C8C8C"],
"borderGradientAngle": 90,
"borderColor": "",
"borderWidth": 5,
"labelTexture": "",
"labelGradient": [],
"labelGradientAngle": 0,
"labelColor": "0xFF303030",
"shadowColors": ["0x99000000"],
"shadowDx": [3],
"shadowDy": [3],
"shadowRad": [8],
"isPro": true
}
]
}