Initial commit

This commit is contained in:
Ehmry - 2023-03-03 19:17:24 -06:00
commit e112d1ab46
5 changed files with 1581 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/.tup
*.otf
*.ttf

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# New Alphabet
A mimimalist bitmapped rendering of [Wim Crouwel](https://en.wikipedia.org/wiki/Wim_Crouwel)'s
[New Alphabet](https://en.wikipedia.org/wiki/New_Alphabet) typeface.
![sample](sample.png)

9
Tupfile Normal file
View File

@ -0,0 +1,9 @@
BDF = new_alph.bdf
: $(BDF) |> bdf2sfd -f "New Alphabet" %f > %o |> %B.sfd {sfd}
: {sfd} |> fontforge -lang ff -c 'Open("%f"); Generate("%o")' |> %B.otf {otf}
: {sfd} |> fontforge -lang ff -c 'Open("%f"); Generate("%o")' |> %B.ttf {ttf}
: $(BDF) |> pbmtext -nomargins -font %f < specimen.txt > %o |> specimen.png
: $(BDF) |> 9 unicode 20-7f | pbmtext -font %f > %o |> sample.png

1561
new_alph.bdf Normal file

File diff suppressed because it is too large Load Diff

BIN
sample.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB