What is the difference between .pfm and .cgm?
- Extension
 - .pfm
 - .cgm
 
- Format
 - Binary
 
- Category
 - Font
 - Vector Image
 
- Developer
 - Adobe Systems
 - World Wide Web Consortium
 
- Description
 - A Printer Font Metrics (PFM) file is a type of file associated with Adobe Type 1 fonts used in Microsoft Windows. It contains metric information about a font, such as character widths, heights, and kerning pairs, which are essential for correctly displaying and printing text. The PFM file works in conjunction with a PFB (Printer Font Binary) file, which contains the actual font outline data.
 - Vector graphics format designed to support the needs of many graphics applications; originally used for clip art libraries, but newer revisions (based on the ISO/IEC 8632 standard) are now commonly used for CAD drawings.
 
- MIME Type
 - application/x-font-type1
 - image/cgm
 
- Sample
 - sample.pfm
 - sample.cgm
 
- Wikipedia
 - .pfm on Wikipedia
 - .cgm on Wikipedia