Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Screen fonts in SCREEN 0
#4
ha what a coincidence i've been working on screen 0 font editor all morning and afternoon.

i modified the Shmup game with few special characters i edited cannon and 2 sides of landing gear

attached is game, still working on naming system for editor
   

you need charset.h in same folder as qb64
Code: (Select All)
extern uint8 charset8x8[256][8][8];
extern uint8 charset8x16[256][16][8];

void Charset_8x16 (ptrszint offset){
memcpy(charset8x16,(void*)offset,sizeof(charset8x16));
}

void Charset_8x8 (ptrszint offset){
memcpy(charset8x8,(void*)offset,sizeof(charset8x8));
}


Attached Files
.zip   SHMUP special font.zip (Size: 4.16 KB / Downloads: 114)
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


Messages In This Thread
Screen fonts in SCREEN 0 - by BDS107 - 05-07-2024, 02:57 PM
RE: Screen fonts in SCREEN 0 - by SMcNeill - 05-07-2024, 03:16 PM
RE: Screen fonts in SCREEN 0 - by TerryRitchie - 05-07-2024, 04:41 PM
RE: Screen fonts in SCREEN 0 - by pmackay - 07-07-2025, 01:41 PM
RE: Screen fonts in SCREEN 0 - by bplus - 05-07-2024, 08:29 PM
RE: Screen fonts in SCREEN 0 - by a740g - 05-07-2024, 10:58 PM
RE: Screen fonts in SCREEN 0 - by TerryRitchie - 05-08-2024, 01:32 AM
RE: Screen fonts in SCREEN 0 - by a740g - 05-08-2024, 03:43 AM
RE: Screen fonts in SCREEN 0 - by bplus - 05-08-2024, 01:39 AM
RE: Screen fonts in SCREEN 0 - by SMcNeill - 05-08-2024, 02:41 AM
RE: Screen fonts in SCREEN 0 - by bplus - 05-08-2024, 09:37 AM
RE: Screen fonts in SCREEN 0 - by BDS107 - 05-08-2024, 01:58 PM
RE: Screen fonts in SCREEN 0 - by pmackay - 07-07-2025, 01:59 PM
RE: Screen fonts in SCREEN 0 - by pmackay - 07-07-2025, 02:10 PM
RE: Screen fonts in SCREEN 0 - by madscijr - 07-08-2025, 08:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Tool for testing SCREEN viewport (Lububtu's bug) TempodiBasic 8 779 11-27-2025, 12:54 AM
Last Post: TempodiBasic
  Marquee Utility / Demo for Screen 0 Pete 3 599 09-18-2025, 12:42 AM
Last Post: Pete
  Small full screen editor eoredson 14 3,957 06-14-2025, 03:38 AM
Last Post: eoredson
  Prg to create color variables (screen 0) Abazek 4 1,128 03-03-2025, 06:26 AM
Last Post: Abazek
  A scrolling SUB for text in SCREEN 0 TempodiBasic 1 646 12-10-2024, 01:04 AM
Last Post: TempodiBasic

Forum Jump:


Users browsing this thread: 1 Guest(s)