blob: 8fda76c9a70428bf51202e99d38f6a898bb3c96b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"settings": {
"transcode": "common"
},
"pdf": {
"fonts": {
"chord": {
"size": 10
},
"text": {
"size": 11
},
"comment": {
"size": 12
},
"title": {
"size": 12
}
}
}
}
|