What is the difference between .pfb and .cube?
- Extension
 - .pfb
 - .cube
 
- Format
 - Binary
 - Text
 
- Category
 - Font
 - Color Lookup Table
 
- Developer
 - Adobe Systems
 - Kodak
 
- Description
 - A Printer Font Binary (PFB) file is a type of font file used specifically in the context of Adobe Type 1 fonts. It stores font data in a binary format, which includes the glyph shapes and font metrics necessary for rendering text accurately on screens and in print. The PFB file is typically used in conjunction with a metric file (with an .AFM or .PFM extension) that provides additional layout information. This file format was widely used for high-quality typography on PostScript printers.
 - A cube file, also known as a Cube Color Lookup Table, is a color palette file type used in the fields of 3D graphics and media production. It stores a 3D cube of color values which can be used to map colors in 3D images.
 
- MIME Type
 - application/x-font
 - text/plain
 
- Sample
 - sample.pfb
 
- Wikipedia
 - .pfb on Wikipedia
 - .cube on Wikipedia