* 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
+2
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
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+12
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
View File
Binary file not shown.
BIN
View File
Binary file not shown.