![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
Thanks to Julio Marchi for this space in MSX All |
||||||||||||||||||||||||||||||||||||||||||||||||
Alfabeto (.ALF)
This is the font file for Graphos III, composed by the MSX file header and the MSX 0/1 character table.
Character table:
Each character is defined by an 8x8 block, where each line is represented by a byte. For example, the letter "A" is located at the file offset x:
Use this formula to calculate the offset of a character with index i: x = 7 + i*8
PRINT 7 + 65*8 527 Ok |
||||||||||||||||||||||||||||||||||||||||||||||||