Skip to content

hfmanson/bbcfont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

bbcfont

generate X .bdf file out of BBC Micro font contained in /usr/local/share/beebem/roms/bbc/os12.rom

compile

for 16x16 font
$ gcc -o createbdf createbdf.c

for 8x8 font
$ gcc -DSINGLE_PIXEL -o createbdf createbdf.c

you can define 'user-defined' characters in the extra_chars constant starting at 240.

run

$ ./createbdf > bbc16x16.bdf
$ ./createbdf > bbc8x8.bdf

About

create X .bdf file out of BBC Micro font

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages