karlos-font-helper/example/index.json

27 lines
449 B
JSON
Raw Normal View History

{
"char_width": 8,
"char_height": 18,
"splitters": [
{
"Table": {
"path": "example/ascii.png",
"nrows": 6,
"ncols": 16,
"start_number": 32
}
},
{
"Individual": {
"path": "example/german.png",
"numbers": [228, 196, 246, 214, 252, 220, 223]
}
},
{
"Single": {
"path": "example/replacement.png",
"number": 65533
}
}
]
}