-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfigs.json
45 lines (45 loc) · 1.32 KB
/
configs.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
{
"rfb": "1",
"fontName": "GanjNamehSans",
"fontVersion": "0.0.3",
"fontMeta": {
"Copyright": "Copyright (c) 2016 Copyright Holder ([email protected]), with Reserved Font Name \"Ganjnameh\" \n\r Ganjnameh is a new redesign of Iranian Font Family by Neviseh Pardaz Co. Ltd. (www.nevisa.com), Hooman Mehr, Hadi Navid",
"License": "This Font Software is licensed under the SIL Open Font License, Version 1.1.",
"LicenseURL": "http://scripts.sil.org/OFL",
"Designer": "Mohammad Saleh Souzanchi",
"DesignerURL": "http://soozanchi.ir",
"Trademark" : "GanjNameh is a trademark of Persian Font Store"
},
"fontWeights": {
"Regular": {
"src": "GanjNamehSans-Regular.sfd"
}
},
"dirs": {
"src": "sources",
"dist": "dist",
"watching": "watching",
"svg": "svg",
"temp": "tmp"
},
"automation":{
"engine": "ff",
"autoCreate": true,
"autoMark": true,
"autoMarkMode": "build",
"autoKern": true,
"autoKernMode": "build"
},
"grid": "8",
"margins" : {
"isol" : [90,90],
"fina" : [90, 0],
"medi" : [-50, 0],
"init" : [-50, 90],
"num" : [90, 90],
"sing" : [64, 64],
"mark" : [0],
"dot" : [0]
},
"spaceWidth": 200
}