Commit Graph

11 Commits

Author SHA1 Message Date
K. Lange
a41da16d14 terminal: also fix left arrow 2023-07-21 10:20:59 +09:00
K. Lange
7964d3c066 terminal: fix arrow tails in bitmap font 2023-07-21 10:10:11 +09:00
K. Lange
71c3dd74f5 terminal: cleanup some glyphs in the bitmap fallback font 2023-05-19 15:29:02 +09:00
K. Lange
4ab4c16813 boot: Set VGA text mode font to Deja Vu 2023-01-04 15:21:27 +09:00
K. Lange
940d82f0f4 terminal: Bitmap font can use uint8_t
The baked Deja Vu Sans Mono is 8 pixels wide, so we don't need
to use uint16_t to hold rows of pixel data. Also, splash-log
doesn't render text anymore (it defers to the kernel console),
so we don't need to include the font there any more.
2022-12-13 15:08:56 +09:00
K. Lange
ed73227536 text: Replace bitmap font with a baked version of Deja Vu Sans Mono, mostly for metrics reasons 2021-07-22 17:18:08 +09:00
K. Lange
22a6c0ca3a text: Add some macros so we can more easily swap out the bitmap font 2021-07-22 17:06:43 +09:00
K. Lange
8037e46dc1 terminal: source repo for bitmap font moved, update comment 2021-06-03 18:41:07 +09:00
K. Lange
b35f7ac8c9 misaka: initial merge 2021-05-31 10:54:11 +09:00
K. Lange
b6c3951497 Application cleanup 2018-08-15 10:07:33 +09:00
K. Lange
c9ab27ceca Random headers too 2018-03-03 20:54:35 +09:00