- Introduce new font loader and more characters, with unicode glyph lookup.
authorMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 13 Apr 2022 08:29:53 +0000 (08:29 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 13 Apr 2022 08:29:53 +0000 (08:29 +0000)
commit42c3d7b8e679474afd987dd552af41db2f544e19
treec8c587df2a06e091d9ca7321b70b9e5218e0b9e8
parent148963416d66a6b6c248bff98e34854431bb184e
- Introduce new font loader and more characters, with unicode glyph lookup.
- Use UCS-32 internally for the text video memory (uint8_t -> uint32_t).
- Those are not yet handled properly because of the xscreensaver legacy utf-8
  decoder.
23 files changed:
MATT/TODO.txt
hacks/analogterm-main.c
hacks/analogterm.c
hacks/analogterm.h
hacks/images/analogterm/PR_Font_FreeLicense.txt [new file with mode: 0755]
hacks/images/analogterm/README [new file with mode: 0644]
hacks/images/analogterm/analogterm_ascii.png [new file with mode: 0644]
hacks/images/analogterm/analogterm_ascii.xbm [moved from hacks/images/analogtermfont.xbm with 96% similarity]
hacks/images/analogterm/analogterm_dec_graphics.png [new file with mode: 0644]
hacks/images/analogterm/analogterm_dec_graphics.xbm [new file with mode: 0644]
hacks/images/analogterm/analogterm_graphics1.png [new file with mode: 0644]
hacks/images/analogterm/analogterm_graphics1.xbm [new file with mode: 0644]
hacks/images/analogterm/analogterm_graphics2.png [new file with mode: 0644]
hacks/images/analogterm/analogterm_graphics2.xbm [new file with mode: 0644]
hacks/images/analogterm/analogterm_graphics3.png [new file with mode: 0644]
hacks/images/analogterm/analogterm_graphics3.xbm [new file with mode: 0644]
hacks/images/analogterm/analogterm_latin.png [new file with mode: 0644]
hacks/images/analogterm/analogterm_latin.xbm [new file with mode: 0644]
hacks/images/analogterm/analogterm_unknown.png [new file with mode: 0644]
hacks/images/analogterm/analogterm_unknown.xbm [new file with mode: 0644]
hacks/images/analogtermfont.png [deleted file]
hacks/images/analogtermgfxfont.png [deleted file]
hacks/images/analogtermgfxfont.xbm [deleted file]