Skip to content

Commit

Permalink
add extended atari800 sfd
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyczko committed May 30, 2023
1 parent f358ece commit 2bfa643
Show file tree
Hide file tree
Showing 2 changed files with 19,748 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ sfd:
bdf2sfd atari800-normal.bdf > atari800-normal.sfd

otf:
fontforge -lang=ff -c 'Open($$1); Generate($$2)' atari800-normal.sfd atari800-normal.otf
fontforge -lang=ff -c 'Open($$1); Generate($$2)' atari800-normal-ext.sfd AtariSmall.otf
# fontforge -lang=ff -c 'Open($$1); Generate($$2)' atari800-normal.sfd atari800-normal.otf

clean:
rm -f *.pcf
Expand Down
Loading

0 comments on commit 2bfa643

Please sign in to comment.