T11 to XBM Converter

Render CID Type 2 fonts as X Window bitmap images online

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

X11 Native

XBM is directly usable in X Window applications — render your T11 CID Type 2 font glyphs as bitmaps for X11 cursors and UI elements.

Online Tool

No X11 toolkit or Linux desktop needed for the conversion itself. Upload your T11 font from any browser and get the XBM result.

Private Data

Uploaded T11 files are removed immediately and XBM outputs are deleted within 24 hours.

How to convert T11 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

T11 (Type 11) is a PostScript font type defined by Adobe Systems as part of the CID-keyed font architecture, combining CID glyph addressing with TrueType outline data wrapped in a Type 42 PostScript shell. In Adobe's font type numbering, Types 9, 10, and 11 are CID-keyed counterparts to Types 1, 3, and 42 respectively — so Type 11 is essentially a CID-keyed Type 42, designed for TrueType fonts that contain very large glyph sets, particularly CJK (Chinese, Japanese, Korean) character collections. The format allows PostScript interpreters with TrueType rasterizer support to render CJK TrueType fonts while using CID numeric indexing instead of glyph names, which is critical for character sets numbering in the tens of thousands. Glyph outlines remain in native TrueType quadratic spline format, preserving the original hinting instructions, while the CID layer provides efficient glyph access and subsetting through CMap resources. One advantage is direct TrueType rendering quality — unlike converting TrueType outlines to PostScript cubics, Type 11 passes the original outlines to the rasterizer intact, preserving hand-tuned grid-fitting instructions. The CID indexing provides another benefit by supporting multiple encoding schemes (Unicode, national standards) mapped to the same glyph collection without data duplication. Type 11 fonts appear primarily in professional CJK print production and PDF document workflows where large TrueType-based character sets must be embedded in PostScript-derived output.
Developer: Adobe Systems
Initial release: 1993
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 T11 to XBM?

XBM is the bitmap format for X11 window systems — used for cursors, icons, and UI elements. Converting T11 creates glyph-based graphics for X desktops.

How do I open an XBM file?

XBM is a C source code format — it can be included directly in X11 programs, or viewed with GIMP, ImageMagick, and X Window display utilities.

Is XBM monochrome only?

Yes — XBM is strictly 1-bit black-and-white. For color X11 images, use the XPM format instead.

Can XBM be embedded in source code?

Yes — XBM files are valid C source code defining a static array, making them directly includable in X11 application builds.

Is this free?

Yes — T11 to XBM runs for free on Convertio. No X11 development tools or registration required.