PFF2
From Just Solve the File Format Problem
(Difference between revisions)
(+) |
(Category:Booting) |
||
Line 20: | Line 20: | ||
* [http://grub.gibibit.com/New_font_format PFF2 font format] | * [http://grub.gibibit.com/New_font_format PFF2 font format] | ||
* [http://git.savannah.gnu.org/cgit/grub.git/plain/util/unifont2pff.rb?id=e507a2c14fcad9bcc9ecc862bfd9a3f45d8cd78d PFF version 1 conversion utility] | * [http://git.savannah.gnu.org/cgit/grub.git/plain/util/unifont2pff.rb?id=e507a2c14fcad9bcc9ecc862bfd9a3f45d8cd78d PFF version 1 conversion utility] | ||
+ | |||
+ | [[Category:Booting]] |
Revision as of 15:53, 15 August 2017
PFF2 is a bitmap font format invented for the GNU GRUB 2 bootloader. It is an IFF-like format.
"PFF" stands for "PUPA Font Format"; PUPA was an experimental project which later developed into GRUB 2.
PFF version 1 was never widely used and was only ever suitable for containing GNU Unifont; it did not support arbitrary font geometries.
Identification
PFF2 files begin with "FILE" 00 00 00 04 "PFF2"
.