Browse Source

Add README and demo

main
raffitz 3 years ago
parent
commit
6f95ecd994
Signed by: raffitz
GPG Key ID: BB3596BD0A31252D
  1. 7
      README.md
  2. 8
      build.sh
  3. BIN
      demo.png
  4. BIN
      title.png

7
README.md

@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
![Mawkin Sans](title.png)
Mawkin Sans is a self-flipping font.
An example of text can be seen here:
![The last metroid is in captivity. The galaxy is at peace.](demo.png)

8
build.sh

@ -5,3 +5,11 @@ set -e @@ -5,3 +5,11 @@ set -e
psfnormalize mawkin_sans.ufo
fontmake --validate-ufo --autohint --ufo-paths mawkin_sans.ufo --output otf --output-path mawkin_sans.otf
convert -background white -fill black \
-font './mawkin_sans.otf' -pointsize 200 label:"Mawkin\n. .Sans" \
title.png
convert -background white -fill black \
-font './mawkin_sans.otf' -pointsize 60 label:"the last metroid\n. .is in captivity\nthe galaxy\n. .is at peace\n\n\nMawkin\n. .Sans" \
demo.png

BIN
demo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
title.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Loading…
Cancel
Save