flat assembler
Message board for the users of flat assembler.
Index
> DOS > Switching font in graphics mode without clearing Another fon |
Author |
|
revolution 26 Apr 2022, 06:46
Define your font to your liking and then copy the pixels to the screen buffer.
To make text blink, set a timer to re-draw the text in a different colour at each time step. |
|||
26 Apr 2022, 06:46 |
|
amrashraf 06 May 2022, 02:44
Making font ain't easy right?
_________________ Alphaboy16 |
|||
06 May 2022, 02:44 |
|
revolution 06 May 2022, 03:53
Should by easy if a basic bitmap is all you need.
Code: char_T: db 1,1,1,1,1,1,1,0 db 0,0,0,1,0,0,0,0 db 0,0,0,1,0,0,0,0 db 0,0,0,1,0,0,0,0 db 0,0,0,1,0,0,0,0 db 0,0,0,1,0,0,0,0 db 0,0,0,1,0,0,0,0 |
|||
06 May 2022, 03:53 |
|
macomics 06 May 2022, 10:08
Code: char_T: db 11111110b db 00010000b db 00010000b db 00010000b db 00010000b db 00010000b db 00010000b |
|||
06 May 2022, 10:08 |
|
revolution 06 May 2022, 11:47
Bytemap
For 256 colour mode. |
|||
06 May 2022, 11:47 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.