a2stuff / a2d

Disassembly of the Apple II Desktop - ProDOS GUI
https://a2desktop.com
261 stars 20 forks source link

More fonts #777

Closed RebeccaRGB closed 7 months ago

RebeccaRGB commented 7 months ago

These are MGTK conversions of some of my bitmap fonts, Fairfax, Magdalena, McMillen, Mischke, and Monterey. I converted these as part of adding support for the MGTK font format to my bitmap font editor, Kreative Bits'n'Picas. You can have them if you want them. :)

inexorabletash commented 7 months ago

Very cool! When I looked at the Fairfax font, some of the symbol characters (©️®️) seem to be missing the left hand edge, and the folder/file/glyphs seem truncated. I'll post an image when I can, but can you verify your conversion logic?

inexorabletash commented 7 months ago

I guess it just affects the Fairfax variations. Look at the ©️ and ®️ glyphs:

image image image image

Also, changing the sizes of the symbol glyphs (specifically, the folder/file/drive, maybe the arrows) is probably not a good idea as some layout depends on them. That said, fonts other than System and Monaco are really not useful for anything and changing the system font in A2D can only be done with a recompile, so it's not a big deal.

inexorabletash commented 7 months ago

Also, what purpose do the .epo and .qmk files serve here?

RebeccaRGB commented 7 months ago

The ® and © glyphs are supposed to be missing the left edge; it's in the original:

Screenshot from 2023-11-07 11-14-57

It's a design choice that dates back to the original Monaco on the Macintosh:

Screenshot from 2023-11-07 11-20-24

.epo is Esperanto and .qmk is Mikiana, another constructed language. Without a translation I guess they don't really serve a purpose, so they can be removed.

inexorabletash commented 7 months ago

Thanks for clarifying! A few notes for posterity:

inexorabletash commented 7 months ago

Thank you!