fontgen: move features into fonts

Also, removed feature existance cheking (since it now depends on a font,
so may end up being inside (only) a font not being used currently -
which is an allowed usage)
This commit is contained in:
Yehoshua Pesach Wallach
2022-04-19 14:53:57 +03:00
committed by JF
parent ac0dc5ff47
commit 9535c1e651
2 changed files with 13 additions and 21 deletions

View File

@@ -13,7 +13,15 @@
],
"bpp": 1,
"size": 20,
"patches": ["./fix_jetbrains_mono_bold_20_zero.py"]
"patches": ["./fix_jetbrains_mono_bold_20_zero.py"],
"features": {
"hebrew": [
{
"font": "SimpleCLM-Medium.ttf",
"range": "0x05D0-0x05EA,0x05F3,0x05F4"
}
]
}
},
"jetbrains_mono_42": {
"sources": [
@@ -76,15 +84,5 @@
"size": 80,
"compress": true
}
},
"features": {
"hebrew": {
"jetbrains_mono_bold_20": [
{
"font": "SimpleCLM-Medium.ttf",
"range": "0x05D0-0x05EA,0x05F3,0x05F4"
}
]
}
}
}