PGF Font

From XentaxWiki
Revision as of 21:48, 3 February 2022 by imported>Ikskoks (→‎Format Specifications)
Jump to navigation Jump to search

Back to index | Edit this page

PGF

  • Format Type : Font
  • Endian Order : Little Endian
  • Signature : PGF0


Format Specifications

//header
2 bytes (uint16) - header offset  // always nulls
2 bytes (uint16) - header size // 392
4 bytes (char) - signature // "PGF0"
4 bytes (uint32) - version major // e.g. 2
4 bytes (uint32) - version minor // e.g. 6
4 bytes (uint32) - number of elements in "table 3"

MultiEx BMS Script

Not written yet.

Notes and Comments

  • The PGF font format is a bitmap based font format used in some PSP games.
  • Each letter in font is compressed with RLE compression.

Games

List of games using this file format:

  • Lunar: Silver Star Harmony (*.PGF) (PSP)

Compatible Programs

  • ttf2pgf
  • mkfontset