What is the difference between .pfm and .xbm?
- Extension
- .pfm
- .xbm
- Format
- Text
- Category
- Font
- Raster Image
- Developer
- Adobe Systems
- The X 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.
- Bitmap image used by the X Window System (X11), a graphical user interface (GUI) used to manage networked client-server computers; stores a monochrome image that is written as plain text in the C programming language.
- MIME Type
- application/x-font-type1
- image/x-xbitmap
- Sample
- sample.pfm
- sample.xbm
- Wikipedia
- .pfm on Wikipedia
- .xbm on Wikipedia