PFF2

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Category:Booting)
m (Add Kaitai Struct schema)
 
(One intermediate revision by one user not shown)
Line 3: Line 3:
 
|subcat=Fonts
 
|subcat=Fonts
 
|extensions={{ext|pf2}}
 
|extensions={{ext|pf2}}
|released= [http://git.savannah.gnu.org/cgit/grub.git/commit/?id=1e901a7573970dadc8dff64403573cc8d64afb37 2009]
+
|released=[http://git.savannah.gnu.org/cgit/grub.git/commit/?id=1e901a7573970dadc8dff64403573cc8d64afb37 2009]
 +
|kaitai struct=grub2_font
 
}}
 
}}
 
'''PFF2''' is a bitmap font format invented for the GNU GRUB 2 bootloader. It is an [[IFF]]-like format.
 
'''PFF2''' is a bitmap font format invented for the GNU GRUB 2 bootloader. It is an [[IFF]]-like format.
Line 16: Line 17:
 
== 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 17:45, 26 December 2024

File Format
Name PFF2
Ontology
Extension(s) .pf2
Kaitai Struct Spec grub2_font.ksy
Released 2009

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".

[edit] Sample files

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox