karlos-font-helper/example/index.json

42 lines
744 B
JSON

{
"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
}
},
{
"Table": {
"path": "example/boxdrawing.png",
"nrows": 8,
"ncols": 16,
"start_number": 9472
}
},
{
"Table": {
"path": "example/block.png",
"nrows": 2,
"ncols": 16,
"start_number": 9600
}
}
]
}