Header Line 1
"cellsize" width height
ASCII Text ASCII # ASCII #
Width and height define the size of the grid in which all characters must conform to.
Byte-Image Links Line 2-256
index width height x y
ASCII # ASCII # ASCII # ASCII # ASCII #
  • Index is used to associate a specific image to a number (0-255) which is in turn used by Nightfire to graphically represent text.
  • Width and height are used to represent the size of a bounding box around a character in the associated image (should be smaller than cellsize).
  • X and Y are coordinates of the upper-left corner of the bounding box relative to the upper-left corner of the image (0, 0).