mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Remove deprecated font bitmaps
This commit is contained in:
parent
f4df9bbe4b
commit
e0ec7a8271
2 changed files with 24 additions and 24 deletions
|
@ -1,18 +1,18 @@
|
|||
public U64 sys_font_aux[256] = {
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x000000FF00000000,
|
||||
0x000000FF00FF0000,
|
||||
0x1818181818181818,
|
||||
0x6C6C6C6C6C6C6C6C,
|
||||
0x181818F800000000,
|
||||
0x6C6C6CEC0CFC0000,
|
||||
0x1818181F00000000,
|
||||
0x6C6C6C6F607F0000,
|
||||
0x000000F818181818,
|
||||
0x000000FC0CEC6C6C,
|
||||
0x0000001F18181818,
|
||||
0x0000007F606F6C6C,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
public U64 sys_font_std[256] = {
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x000000FF00000000,
|
||||
0x000000FF00FF0000,
|
||||
0x1818181818181818,
|
||||
0x6C6C6C6C6C6C6C6C,
|
||||
0x181818F800000000,
|
||||
0x6C6C6CEC0CFC0000,
|
||||
0x1818181F00000000,
|
||||
0x6C6C6C6F607F0000,
|
||||
0x000000F818181818,
|
||||
0x000000FC0CEC6C6C,
|
||||
0x0000001F18181818,
|
||||
0x0000007F606F6C6C,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
0x0000000000000000,
|
||||
|
|
Loading…
Reference in a new issue