PFF2
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Booting) |
(→Sample files) |
||
Line 16: | Line 16: | ||
== Sample files == | == Sample files == | ||
* [https://github.com/anak10thn/ign-bootloader/blob/master/ign-grub2/config/boot/grub/unicode.pf2 unicode.pf2] | * [https://github.com/anak10thn/ign-bootloader/blob/master/ign-grub2/config/boot/grub/unicode.pf2 unicode.pf2] | ||
+ | * {{DexvertSamples|font/grub2PFF2}} | ||
== Links == | == Links == |
Latest revision as of 15:24, 28 December 2023
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.
[edit] Identification
PFF2 files begin with "FILE" 00 00 00 04 "PFF2"
.