Skip to content

Commit ecaeca2

Browse files
committed
Init
1 parent ab4d5fd commit ecaeca2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+154657
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
text eol=lf
2+
3+
*.sh text

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Spleen is developed by:
2+
Frederic Cambus <fred AT statdns DOT com>
3+
Site: https://www.cambus.net
4+
5+
NeoSpleen is developed by:
6+
Matthew Wilding <matt AT wildingstudios DOT com>

Generate.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
3+
name="NeoSpleen"
4+
input="$name.sfd"
5+
output="$name.ttf"
6+
7+
fontforge -lang=ff -c "Open(\"$input\"); Generate(\"$output\")" "$input" "$output"
8+
fontforge -script Patcher/font-patcher NeoSpleen.ttf -c --boxdrawing --removeligs --progressbars

0 commit comments

Comments
 (0)