What is the difference between .dfont and .bmp?
- Extension
- .dfont
- .bmp
- Format
- Binary
- Binary
- Category
- Font
- Raster Image
- Developer
- Apple
- Microsoft
- 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).
- A BMP file is an uncompressed raster image comprised of a rectangular grid of pixels. It contains a file header (bitmap identifier, file size, width, height, color options, and bitmap data starting point) and bitmap pixels, each with a different color.
- MIME Type
- application/x-dfont
- image/bmp
- Sample
- sample.bmp
- Wikipedia
- .dfont on Wikipedia
- .bmp on Wikipedia