Skip to content

Commit df534ec

Browse files
committed
Add DFX Wetar 16px, a bitmap font for Buffer Override
1 parent 56b4b3d commit df534ec

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

fonts/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ available at [http://fonts.tom7.com/](http://fonts.tom7.com/)
1818

1919

2020
As of 2021, there are also some DFX-specific fonts, which are part of
21-
this project and available under the GPL. These are "fake bitmap"
22-
TTFs, which are actually vector data (straight lines on a grid)
23-
generated from bitmap files. The workflow for generating a TTF is like
24-
so:
21+
this project and available under the GPL:
22+
23+
* DFX Pasement 9px
24+
* DFX Wetar 16px
25+
26+
These are "fake bitmap" TTFs, which are actually vector data (straight
27+
lines on a grid) generated from bitmap files. The workflow for
28+
generating a TTF is like so:
2529

2630
* The inputs are the png file (contains the character bitmaps) and
2731
a matching .cfg file (describes the dimensions, font's name, etc.)

fonts/dfx-wetar.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pngfile dfx-wetar.png
2+
name DFX Wetar 16px
3+
copyright
4+
charbox-width 18
5+
charbox-height 16
6+
extra-linespacing 4
7+
descent 4
8+
vendor Frog

fonts/dfx-wetar.png

2.16 KB
Loading

fonts/dfxwetar16px.ttf

10.8 KB
Binary file not shown.

fonts/makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
default: dfx-pasement.sfd
1+
default: dfx-pasement.sfd dfx-wetar.sfd
22

33
dfx-pasement.sfd: dfx-pasement.cfg dfx-pasement.png
44
../../sf_svn/bit7/makesfd.exe dfx-pasement.cfg $@
55

6+
dfx-wetar.sfd: dfx-wetar.cfg dfx-wetar.png
7+
../../sf_svn/bit7/makesfd.exe dfx-wetar.cfg $@
8+

0 commit comments

Comments
 (0)