What is the difference between .pt3 and .xbm?
- Extension
 - .pt3
 - .xbm
 
- Format
 - Binary
 - Text
 
- Category
 - Font
 - Raster Image
 
- Developer
 - Adobe Systems
 - The X Consortium
 
- Description
 - PostScript Type 3 consists of glyphs defined using the full PostScript language, rather than just a subset. Because of this, a Type 3 font can do some things that Type 1 fonts cannot do, such as specify shading, color, and fill patterns.
 - Bitmap image used by the X Window System (X11), a graphical user interface (GUI) used to manage networked client-server computers; stores a monochrome image that is written as plain text in the C programming language.
 
- MIME Type
 - application/postscript
 - image/x-xbitmap
 
- Sample
 - sample.xbm
 
- Wikipedia
 - .xbm on Wikipedia