What is the difference between .dfont and .pbm?
- Extension
- .dfont
- .pbm
- Format
- Binary
- Binary
- Category
- Font
- Raster Image
- Developer
- Apple
- Wolfgang Hoschek
- 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).
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- MIME Type
- application/x-dfont
- image/x-portable-bitmap
- Sample
- sample.pbm
- Wikipedia
- .dfont on Wikipedia
- .pbm on Wikipedia