Skip to content

hassanshaikley/bitmaps-to-bdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitmaps-to-bdf

I use this to create my own custom pixelated fonts out of bitmaps

How to run

make

(cat header.txt ; ./font-gen) > [filename].bdf

How to edit the outputted font

  1. Modify the .h file, which consists of several bitmaps

  2. Compile

  3. Run (cat header.txt ; ./font-gen) > [filename].bdf

About

transform your font bitmaps into usable .bdf files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published