A barely working tool to find font characters and pick their color.
This commit is contained in:
parent
6b3ce5eb3d
commit
0edd948101
17 changed files with 406 additions and 72 deletions
4
Makefile
4
Makefile
|
@ -34,3 +34,7 @@ debug_run: build
|
|||
|
||||
cover:
|
||||
gcovr --html coverage/index.html --gcov-ignore-errors=no_working_dir_found --exclude "scratchpad.*" --exclude "subprojects.*" --html-nested coverage/
|
||||
|
||||
designer: build
|
||||
powershell "cp ./builddir/designer.exe ."
|
||||
./designer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue