Rought font extractor that probably has a memory error causing it to behave mysteriously, and the designer now uses a json file of the characters that will work.
This commit is contained in:
parent
9ab064126f
commit
a9e25668fb
7 changed files with 293 additions and 44 deletions
|
@ -92,6 +92,14 @@ designer = executable('designer', [
|
|||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
fontextract = executable('fontextract', [
|
||||
'dbc.cpp',
|
||||
'rand.cpp',
|
||||
'config.cpp',
|
||||
'tools/fontextract.cpp'
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
img2ansi = executable('img2ansi', [
|
||||
'dbc.cpp',
|
||||
'panel.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue