* Add MousePaint fonts
This commit is contained in:
eric-ja 2018-03-29 09:38:59 -05:00 committed by Joshua Bell
parent 7b9ead9cac
commit 675288ee7b
8 changed files with 14 additions and 0 deletions

View File

@ -89,6 +89,8 @@ Point vertex0
```
### Font
This is a MousePaint-compatible font. Single- and double-width fonts are
supported; max height is 16 pixels.
```
.byte fonttype 0=regular, $80=double-width
.byte lastchar char code of last character (usually $7F)

BIN
fonts/A2D.FONT Normal file

Binary file not shown.

BIN
fonts/ATHENS Normal file

Binary file not shown.

BIN
fonts/MP.FONT Normal file

Binary file not shown.

BIN
fonts/NEW.YORK Normal file

Binary file not shown.

12
fonts/README.md Normal file
View File

@ -0,0 +1,12 @@
# MouseGraphics Fonts
This is a collection of fonts that work with MGTK.
Font Name | Origin | # Glyphs | Width | Height
--------- | ------ | -------- | ----- | ------
A2D.FONT | Apple II Desktop | 128 | Single | 9
MP.FONT | MousePaint | 128 | Single | 9
ATHENS | MousePaint | 128 | Double | 12
NEW.YORK | MousePaint | 128 | Double | 11
TORONTO | MousePaint | 128 | Double | 11
VENICE | MousePaint | 128 | Double | 10

BIN
fonts/TORONTO Normal file

Binary file not shown.

BIN
fonts/VENICE Normal file

Binary file not shown.