otf2bdf

Converts OpenType fonts to BDF bitmap font format

brewmacoslinux
Try with needOr install directly
Source

About

OpenType to BDF font converter

Commands

otf2bdf

Examples

Convert an OpenType font to BDF format at default size$ otf2bdf -o output.bdf input.otf
Convert with specific font size (e.g., 24 pixels)$ otf2bdf -p 24 -o output.bdf input.otf
Convert and specify character encoding (e.g., ISO8859-1)$ otf2bdf -e ISO8859-1 -o output.bdf input.otf