-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplates.json
More file actions
57 lines (57 loc) · 1.05 KB
/
templates.json
File metadata and controls
57 lines (57 loc) · 1.05 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
56
57
{
"version": 2,
"presets": [
{
"id": "default-5row-150dpi",
"label": "FPIコンテ用紙 150dpi",
"dpi": 150,
"cutBox": {
"x": 60,
"y": 152,
"w": 57,
"h": 290,
"rows": 5
},
"boxPadding": {
"top": 12,
"right": 6,
"bottom": 8,
"left": 6
},
"text": {
"fontPSName": "Arial-Black",
"sizePt": 12,
"align": "center",
"colorRGB": [
0,
0,
0
],
"strokePx": 2,
"strokeRGB": [
255,
255,
255
],
"tracking": 0,
"hyphenate": false,
"compose": "singleLine",
"noBreak": false,
"breakSubToNextLine": true,
"leadingMode": "auto",
"leadingPercent": 100
},
"bg": {
"enabled": false,
"mode": "followText",
"paddingPx": 4,
"colorRGB": [
255,
255,
255
]
}
}
],
"default": "default-5row-150dpi"
}