CFF to XBM Converter

Render CFF font outlines as X BitMap images for X11 systems online

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Embeddable Code

XBM is C source code that can be compiled directly into applications. Converting CFF to XBM gives you glyph bitmaps ready for X11 and embedded programming.

X11 Compatible

XBM is the native bitmap format for X Window System. CFF to XBM conversion produces cursor and icon resources for Unix desktop environments.

Private Conversion

Uploaded CFF fonts are removed immediately after processing and XBM output is deleted within 24 hours for complete data security.

How to convert CFF to XBM

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose xbm or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your xbm file right afterwards

About formats

CFF (Compact Font Format) is a font outline format developed by Adobe Systems around 1996 as a more efficient successor to the Type 1 font representation. CFF uses Type 2 charstrings — an optimized encoding that supports multiple arguments per operator, default value elision, and shared subroutines — to describe the same cubic Bezier glyph outlines as Type 1 but with substantially less storage. A typical CFF font is 20-50% smaller than its Type 1 equivalent. The format can function as a standalone font file or, more commonly, as the outline data table inside an OpenType font container (the CFF table in OTF files with PostScript outlines). CFF supports multiple fonts within a single file through its FontSet structure, sharing global subroutines across the collection to further reduce size. One advantage is compression efficiency without lossy degradation — every control point and hint is preserved exactly, just encoded more compactly. The format also inherits the full hinting capability of Type 1, including stem hints, counter hints, and alignment zones that ensure crisp rendering on low-resolution screens and printers. CFF2, an evolution introduced with OpenType 1.8, adds support for font variations (variable fonts) by allowing interpolation across multiple design axes. Broad support in PDF viewers, web browsers via OpenType, and professional design software makes CFF one of the most widely deployed outline formats in digital typography.
Developer: Adobe Systems
Initial release: 1996
XBM (X BitMap) is a monochrome (1-bit) image format defined as part of the X Window System, originating at MIT around 1987. XBM files are unique among image formats in being valid C source code: each file defines the image as a static array of unsigned char values containing the packed pixel data, preceded by #define statements specifying the image width, height, and optional hot-spot coordinates (for cursor images). The pixel data is stored in hexadecimal byte values within curly braces, with each bit representing one pixel (1 = foreground, 0 = background) and bits ordered LSB-first within each byte. This design was intentional — XBM images could be #included directly into X Window application source code and compiled into the binary, eliminating the need for external file loading and runtime format parsing. The format was used throughout the X11 ecosystem for cursor shapes, window icons, toolbar buttons, and other small UI elements. One advantage is the source-code nature of the format: XBM files can be edited with a text editor, diff'd and merged in version control, generated by shell scripts, and compiled directly into C programs without any image loading library — a level of toolchain integration that no binary image format can match. The format's role as part of the X Window standard ensures it is understood by every X11-aware toolkit and application. While limited to monochrome and no compression, XBM's simplicity makes it an excellent teaching format for understanding bitmap representations. XBM files are supported by all X11 applications, ImageMagick, GIMP, web browsers (as a legacy web format), and programming environments.
Developer: MIT X Consortium
Initial release: 1987

Frequently Asked Questions

Why convert CFF to XBM?

XBM stores 1-bit bitmaps as C source code — used for X11 cursors, icons, and bitmap resources. Converting CFF to XBM produces embeddable monochrome glyph data.

How do I open an XBM file?

XBM files are plain C source code — open them in any text editor. They also display in GIMP, ImageMagick, and X11 bitmap editors like bitmap(1).

Can XBM be embedded in code?

Yes — XBM files are literally C header files with pixel data arrays. You can include them directly in X11 or embedded C applications for compiled-in images.

Is XBM monochrome only?

Yes — XBM supports only 1-bit black and white images. Font glyphs are rendered without anti-aliasing in this format.

Is CFF to XBM free?

Completely free on Convertio — upload your CFF font, get XBM output, and download without any charge or registration.