diff options
author | Simon Howard | 2013-10-31 02:59:07 +0000 |
---|---|---|
committer | Simon Howard | 2013-10-31 02:59:07 +0000 |
commit | 162ba0b777452b9f8978ca7bc9501904e47841ef (patch) | |
tree | d3258d9fcaca939caab73988e2cdb948faf83eef | |
parent | 5387e91e31c7fc3653b51215f76f07144656000d (diff) | |
download | chocolate-doom-162ba0b777452b9f8978ca7bc9501904e47841ef.tar.gz chocolate-doom-162ba0b777452b9f8978ca7bc9501904e47841ef.tar.bz2 chocolate-doom-162ba0b777452b9f8978ca7bc9501904e47841ef.zip |
Change gradient characters of 'large' textscreen font to be direct
scale-ups of the standard res versions of the characters: in addition to
giving a more 'authentic' retro look, this fixes a problem where the
high-frequency dot patterns can cause weird moire effects on some
monitors.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2735
-rw-r--r-- | textscreen/txt_largefont.h | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/textscreen/txt_largefont.h b/textscreen/txt_largefont.h index 961185c8..16a98805 100644 --- a/textscreen/txt_largefont.h +++ b/textscreen/txt_largefont.h @@ -1790,34 +1790,34 @@ static uint8_t large_font_data[] = 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 176: - 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, - 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, - 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, - 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, - 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, - 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, - 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, - 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, + 0x03, 0x03, 0x03, 0x03, 0x30, 0x30, 0x30, 0x30, + 0x03, 0x03, 0x03, 0x03, 0x30, 0x30, 0x30, 0x30, + 0x03, 0x03, 0x03, 0x03, 0x30, 0x30, 0x30, 0x30, + 0x03, 0x03, 0x03, 0x03, 0x30, 0x30, 0x30, 0x30, + 0x03, 0x03, 0x03, 0x03, 0x30, 0x30, 0x30, 0x30, + 0x03, 0x03, 0x03, 0x03, 0x30, 0x30, 0x30, 0x30, + 0x03, 0x03, 0x03, 0x03, 0x30, 0x30, 0x30, 0x30, + 0x03, 0x03, 0x03, 0x03, 0x30, 0x30, 0x30, 0x30, // 177: - 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa, - 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa, - 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa, - 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa, - 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa, - 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa, - 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa, - 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa, + 0x33, 0x33, 0x33, 0x33, 0xcc, 0xcc, 0xcc, 0xcc, + 0x33, 0x33, 0x33, 0x33, 0xcc, 0xcc, 0xcc, 0xcc, + 0x33, 0x33, 0x33, 0x33, 0xcc, 0xcc, 0xcc, 0xcc, + 0x33, 0x33, 0x33, 0x33, 0xcc, 0xcc, 0xcc, 0xcc, + 0x33, 0x33, 0x33, 0x33, 0xcc, 0xcc, 0xcc, 0xcc, + 0x33, 0x33, 0x33, 0x33, 0xcc, 0xcc, 0xcc, 0xcc, + 0x33, 0x33, 0x33, 0x33, 0xcc, 0xcc, 0xcc, 0xcc, + 0x33, 0x33, 0x33, 0x33, 0xcc, 0xcc, 0xcc, 0xcc, // 178: - 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, - 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, - 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, - 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, - 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, - 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, - 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, - 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, + 0xf3, 0xf3, 0xf3, 0xf3, 0x3f, 0x3f, 0x3f, 0x3f, + 0xf3, 0xf3, 0xf3, 0xf3, 0x3f, 0x3f, 0x3f, 0x3f, + 0xf3, 0xf3, 0xf3, 0xf3, 0x3f, 0x3f, 0x3f, 0x3f, + 0xf3, 0xf3, 0xf3, 0xf3, 0x3f, 0x3f, 0x3f, 0x3f, + 0xf3, 0xf3, 0xf3, 0xf3, 0x3f, 0x3f, 0x3f, 0x3f, + 0xf3, 0xf3, 0xf3, 0xf3, 0x3f, 0x3f, 0x3f, 0x3f, + 0xf3, 0xf3, 0xf3, 0xf3, 0x3f, 0x3f, 0x3f, 0x3f, + 0xf3, 0xf3, 0xf3, 0xf3, 0x3f, 0x3f, 0x3f, 0x3f, // 179: 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, |