[Coco] Font editor for OS9/NitrOS-9 Level 2?

Robert Gault robert.gault at att.net
Tue May 12 08:05:53 EDT 2015


K. Pruitt wrote:
> Is there a font editor for OS9/NitrOS-9 Level 2?
>
> A large portion of the standard font set seems to be empty.
>

Have you considered bypassing a font editor and just using data files similar to 
those in the Sourceforge project? Look at level2\sys\stdfonts.asm.

It is simple enough to create a stack of fcb statements that describe a character.

chr00    fcb   %00111000
          fcb   %01000100
          fcb   %01000000
          fcb   %01000000
          fcb   %01000000
          fcb   %01000100
          fcb   %00111000
          fcb   %00010000



More information about the Coco mailing list