Convert X font from Bitmap Distribution Format to Portable Compiled Format
Convert X font from Bitmap Distribution Format to Portable Compiled Format
bdftopcf$ bdftopcf myfont.bdf -o myfont.pcf$ bdftopcf -o myfont.pcf myfont.bdf$ for file in *.bdf; do bdftopcf "$file" -o "${file%.bdf}.pcf"; done