diff options
| author | bluebear94 <[email protected]> | 2016-07-22 04:55:55 -0400 |
|---|---|---|
| committer | bluebear94 <[email protected]> | 2016-07-22 04:55:55 -0400 |
| commit | 8a24caa4056ac18d8fbae84728a5ea4ee4604d32 (patch) | |
| tree | 15eff6928985402e09a736706a37314d82fa3864 /README.md | |
| download | sanstop-8a24caa4056ac18d8fbae84728a5ea4ee4604d32.tar.xz sanstop-8a24caa4056ac18d8fbae84728a5ea4ee4604d32.zip | |
Initial commit (first release plus some changes)
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
|