mirror of https://github.com/stella-emu/stella.git
'*' vertically centered
This commit is contained in:
parent
5445dc6019
commit
e09876af61
|
@ -494,6 +494,8 @@ static const uInt16 console_font_bits[] = {
|
|||
+--------+
|
||||
| |
|
||||
| |
|
||||
| |
|
||||
| |
|
||||
| * * |
|
||||
| ** |
|
||||
| ****** |
|
||||
|
@ -503,12 +505,12 @@ static const uInt16 console_font_bits[] = {
|
|||
| |
|
||||
| |
|
||||
| |
|
||||
| |
|
||||
| |
|
||||
+--------+
|
||||
*/
|
||||
0x0000,
|
||||
0x0000,
|
||||
0x0000,
|
||||
0x0000,
|
||||
0x2400,
|
||||
0x1800,
|
||||
0x7e00,
|
||||
|
@ -518,8 +520,6 @@ static const uInt16 console_font_bits[] = {
|
|||
0x0000,
|
||||
0x0000,
|
||||
0x0000,
|
||||
0x0000,
|
||||
0x0000,
|
||||
|
||||
/* Character 43 (0x2b):
|
||||
width 8
|
||||
|
|
|
@ -546,6 +546,8 @@ static const uInt16 consoleMedium_font_bits[] = {
|
|||
+---------+
|
||||
| |
|
||||
| |
|
||||
| |
|
||||
| |
|
||||
| * |
|
||||
| * * * |
|
||||
| * * * |
|
||||
|
@ -557,12 +559,12 @@ static const uInt16 consoleMedium_font_bits[] = {
|
|||
| |
|
||||
| |
|
||||
| |
|
||||
| |
|
||||
| |
|
||||
+---------+
|
||||
*/
|
||||
0x0000,
|
||||
0x0000,
|
||||
0x0000,
|
||||
0x0000,
|
||||
0x0800,
|
||||
0x4900,
|
||||
0x2a00,
|
||||
|
@ -574,8 +576,6 @@ static const uInt16 consoleMedium_font_bits[] = {
|
|||
0x0000,
|
||||
0x0000,
|
||||
0x0000,
|
||||
0x0000,
|
||||
0x0000,
|
||||
|
||||
/* Character 43 (0x2b):
|
||||
width 9
|
||||
|
|
Loading…
Reference in New Issue