What is the difference between .dfont and .xbm?
- Extension
- .dfont
- .xbm
- Format
- Binary
- Text
- Category
- Font
- Raster Image
- Developer
- Apple
- The X Consortium
- Description
- Standard font format used by Mac OS X; font contents are stored in the data fork part of the file instead of the resource fork (which was used by fonts in Mac OS Classic).
- 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/x-dfont
- image/x-xbitmap
- Sample
- sample.xbm
- Wikipedia
- .dfont on Wikipedia
- .xbm on Wikipedia