Skip to content

Parse font file in bdf format and produce string of bytes for inclusion into C file.

Notifications You must be signed in to change notification settings

begemotv2718/bdfparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

bdfparse

I use this program to produce fonts for bitmap-dot displays like Nokia 5150 display device. It converts symbols from the standard UNIX bdf font files to raw bitmap for the device (well, bdf files also contain bitmap, but this program perform the transposition of the bitmap and some padding if necessary).

This program takes BDF file and symbol code as input and produces a string of bytes that should be send to device to produce corresponding symbol. You can specify multiple symbol codes, separated by comma.

Newer Linux systems has bitmap fonts distributed in PCF format. BDF files can be obtained from the pcf file using pcf2bdf utility.

About

Parse font file in bdf format and produce string of bytes for inclusion into C file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published