mirror of
https://github.com/mi57730/a2d.git
synced 2024-11-25 10:30:50 +00:00
Fonts!
* Add MousePaint fonts
This commit is contained in:
parent
7b9ead9cac
commit
675288ee7b
2
MGTK.md
2
MGTK.md
@ -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
BIN
fonts/A2D.FONT
Normal file
Binary file not shown.
BIN
fonts/ATHENS
Normal file
BIN
fonts/ATHENS
Normal file
Binary file not shown.
BIN
fonts/MP.FONT
Normal file
BIN
fonts/MP.FONT
Normal file
Binary file not shown.
BIN
fonts/NEW.YORK
Normal file
BIN
fonts/NEW.YORK
Normal file
Binary file not shown.
12
fonts/README.md
Normal file
12
fonts/README.md
Normal 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
BIN
fonts/TORONTO
Normal file
Binary file not shown.
BIN
fonts/VENICE
Normal file
BIN
fonts/VENICE
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user