What is the difference between .ttf and .pbm?
- Extension
- .ttf
- .pbm
- Format
- Binary
- Binary
- Category
- Font
- Raster Image
- Developer
- Apple
- Wolfgang Hoschek
- Description
- A TTF file is a font file format created by Apple, but used on both Macintosh and Windows platforms. It can be resized to any size without losing quality and looks the same when printed as it does on the screen.
- 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-font-ttf
- image/x-portable-bitmap
- Sample
- sample.ttf
- sample.pbm
- Wikipedia
- .ttf on Wikipedia
- .pbm on Wikipedia