AnalogTerm2: Multiple changes
authorMatthew Mondor <mmondor@pulsar-zone.net>
Sat, 30 Mar 2024 09:02:12 +0000 (09:02 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Sat, 30 Mar 2024 09:02:12 +0000 (09:02 +0000)
commit007d13b369f10005913cbbfe01af290fc8691428
tree1f680657ad4a6d76050bc9cff3c9744823f47012
parent2e0dcc90ea3a087db11f89a08d8eb9c74762845c
AnalogTerm2: Multiple changes
- TODO update
- Minor help fix
- Explicitly initialize an unused element of an array still
- Add two new aliases, "athight" and "atlowt" to alter the "t"
  default character, making it an ascender or not
- Add a few 7x11 AnalogTerm ][ Even font style variants that can
  be loaded on top of the main at2-even font:
  - AY-variant
  - dashedzero, for an Apple ][/Signetics style 0
  - boldpunctuation, for bolder/thicker general punctuation
  - f-variant, another look for "f" but unaligned with "t"
  - wideserif, widening some characters to fill more evenly
  - widecurved, a variant of the above.
17 files changed:
mmsoftware/analogterm2/TODO.txt
mmsoftware/analogterm2/fonts/7x11/at2-even-AY-variant-ansi.txt.gz [new file with mode: 0644]
mmsoftware/analogterm2/fonts/7x11/at2-even-AY-variant.txt [new file with mode: 0644]
mmsoftware/analogterm2/fonts/7x11/at2-even-boldpunctuation-ansi.txt.gz [new file with mode: 0644]
mmsoftware/analogterm2/fonts/7x11/at2-even-boldpunctuation.txt [new file with mode: 0644]
mmsoftware/analogterm2/fonts/7x11/at2-even-dashedzero-ansi.txt.gz [new file with mode: 0644]
mmsoftware/analogterm2/fonts/7x11/at2-even-dashedzero.txt [new file with mode: 0644]
mmsoftware/analogterm2/fonts/7x11/at2-even-f-variant-ansi.txt.gz [new file with mode: 0644]
mmsoftware/analogterm2/fonts/7x11/at2-even-f-variant.txt [new file with mode: 0644]
mmsoftware/analogterm2/fonts/7x11/at2-even-widecurved-ansi.txt.gz [new file with mode: 0644]
mmsoftware/analogterm2/fonts/7x11/at2-even-widecurved.txt [new file with mode: 0644]
mmsoftware/analogterm2/fonts/7x11/at2-even-wideserif-ansi.txt.gz [new file with mode: 0644]
mmsoftware/analogterm2/fonts/7x11/at2-even-wideserif.txt [new file with mode: 0644]
mmsoftware/analogterm2/src/draw.c
mmsoftware/analogterm2/src/main.c
mmsoftware/analogterm2/src/screen.c
mmsoftware/analogterm2/tests/at2-aliases.sh