What is the difference between .dfont and .ico?
- Extension
- .dfont
- .ico
- 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).
- An ICO file is an image format used to store icons for Windows programs, files, and folders. It contains two bitmaps: 1) the AND bitmap - the image mask (which determines what part of the icon is transparent) and 2) the XOR bitmap - contains the icon which is mapped onto the image mask. ICO files can be modified to create custom icons.
- MIME Type
- application/x-dfont
- image/x-icon
- Sample
- sample.ico
- Wikipedia
- .dfont on Wikipedia
- .ico on Wikipedia