diff options
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100755 index 0000000..8f25889 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +## sanstop
+
+replace Comic Sans with an even worse font
+
+more seriously, generates .dds and .xml files from a font for use in Wizard101
+
+### Dependencies
+
+[FreeType](https://www.freetype.org/), LibPNG, and ZLib.
+
+### Usage:
+
+ # to compile it:
+ make
+ # to magically convert a font:
+ ./sanstop SomeFont.ttf WizardRegular targets.txt 48
+ # targets.txt is a file with every character you want in your font
+ # in this case this uses 48 as the height
|