rricharz / Tek4010

Free Tektronix 4010, 4013, 4014 and 4015 terminal emulator for Raspberry Pi, Linux, macOS (Macintosh) and Windows
GNU General Public License v3.0
244 stars 29 forks source link

MacOS (Macintosh): Font not working #55

Closed rricharz closed 5 months ago

rricharz commented 5 months ago

The font used to display text is not monospace. A proper font needs to be installed or selected

hanyazou commented 5 months ago

Andale Mono looks nice on my Mac, though I'm not sure if this font came with macOS or if I downloaded it separately.

- #define STANDARD_FONT "Monospace"
+ #define STANDARD_FONT "Andale Mono"
Screenshot 2024-06-09 at 15 50 45
hanyazou commented 5 months ago

According to the wikipedia the font data is bundled with macOS.

https://en.wikipedia.org/wiki/Andal%C3%A9_Mono

rricharz commented 5 months ago

Just found the bug. "monospace" instead of "Monospace" used default font on Mac.