This Java application is intended to generate libtcod fonts, from a selected system font on your computer.
Originally written by Michael Widler.
- javac CharLookup.java
- java -classpath . CharLookup
The application window will open.
- Create a new project in the directory of these files.
- Eclipse will automatically compile the files.
- Debug or run them.