mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Add bin file path
This commit is contained in:
parent
122d7cecf2
commit
c1c3d112a4
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"ascii": {
|
"ascii": {
|
||||||
"cpp": "src/font/ascii/robotocondensed_regular_{}_ascii.cpp",
|
"cpp": "src/font/ascii/robotocondensed_regular_{}_ascii.cpp",
|
||||||
|
"bin": "roboto_ascii{}.bin",
|
||||||
"size": [
|
"size": [
|
||||||
12,
|
12,
|
||||||
14,
|
14,
|
||||||
@ -36,6 +37,7 @@
|
|||||||
},
|
},
|
||||||
"latin1": {
|
"latin1": {
|
||||||
"cpp": "src/font/latin1/robotocondensed_regular_{}_latin1.cpp",
|
"cpp": "src/font/latin1/robotocondensed_regular_{}_latin1.cpp",
|
||||||
|
"bin": "roboto_latin1{}.bin",
|
||||||
"size": [
|
"size": [
|
||||||
12,
|
12,
|
||||||
14,
|
14,
|
||||||
@ -143,6 +145,7 @@
|
|||||||
},
|
},
|
||||||
"latin2": {
|
"latin2": {
|
||||||
"cpp": "src/font/latin2/robotocondensed_regular_{}_latin2.cpp",
|
"cpp": "src/font/latin2/robotocondensed_regular_{}_latin2.cpp",
|
||||||
|
"bin": "roboto_latin2{}.bin",
|
||||||
"size": [
|
"size": [
|
||||||
12,
|
12,
|
||||||
14,
|
14,
|
||||||
@ -233,6 +236,7 @@
|
|||||||
},
|
},
|
||||||
"cyrillic": {
|
"cyrillic": {
|
||||||
"cpp": "src/font/cyrillic/robotocondensed_regular_{}_cyrillic.cpp",
|
"cpp": "src/font/cyrillic/robotocondensed_regular_{}_cyrillic.cpp",
|
||||||
|
"bin": "roboto_cyrillic{}.bin",
|
||||||
"size": [
|
"size": [
|
||||||
12,
|
12,
|
||||||
14,
|
14,
|
||||||
@ -273,6 +277,7 @@
|
|||||||
},
|
},
|
||||||
"greek": {
|
"greek": {
|
||||||
"cpp": "src/font/greek/robotocondensed_regular_{}_greek.cpp",
|
"cpp": "src/font/greek/robotocondensed_regular_{}_greek.cpp",
|
||||||
|
"bin": "roboto_greek{}.bin",
|
||||||
"size": [
|
"size": [
|
||||||
12,
|
12,
|
||||||
14,
|
14,
|
||||||
@ -315,7 +320,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vietnamese": {
|
"vietnamese": {
|
||||||
"cpp": "src/font/latin1/robotocondensed_regular_{}_vietnamese.cpp",
|
"cpp": "src/font/vietnamese/robotocondensed_regular_{}_vietnamese.cpp",
|
||||||
|
"bin": "roboto_vietnamese{}.bin",
|
||||||
"size": [
|
"size": [
|
||||||
12,
|
12,
|
||||||
14,
|
14,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user