TTF to XBM Converter
Create X11 bitmap images from TrueType font characters online
X11-Native Bitmaps
TTF glyphs become X11 bitmap data — directly compilable into X Window applications as cursors, icons, or interface graphics.
Embeddable C Code
XBM output is valid C source code — your TTF font renders can be #included in programs without any external image loading.
Online Tool
Generate X11 bitmaps from TrueType fonts in your browser — no X11 development environment needed for the conversion step.
How to convert TTF to XBM
Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.
Choose xbm or any other format you need as a result (more than 200 formats supported)
Let the file convert and you can download your xbm file right afterwards
About formats
Frequently Asked Questions
XBM is a C source code bitmap used by X11 — converting TTF produces glyph bitmaps that can be compiled directly into X Window applications.
X11 applications, window managers, and embedded Linux interfaces use XBM for cursors, icons, and simple graphics. The format is plain C code.
No. XBM is strictly black and white (1-bit). For color X11 graphics, use the XPM format instead.
Yes — that is its primary feature. XBM files are valid C source code with byte arrays that can be #included directly in programs.
Yes. Convertio converts TTF to XBM for free — no registration, no charges.