<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.temlib.org/AtariForumWiki/index.php?action=history&amp;feed=atom&amp;title=Warp9_Font_file_format</id>
	<title>Warp9 Font file format - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.temlib.org/AtariForumWiki/index.php?action=history&amp;feed=atom&amp;title=Warp9_Font_file_format"/>
	<link rel="alternate" type="text/html" href="https://www.temlib.org/AtariForumWiki/index.php?title=Warp9_Font_file_format&amp;action=history"/>
	<updated>2026-05-13T18:40:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.2</generator>
	<entry>
		<id>https://www.temlib.org/AtariForumWiki/index.php?title=Warp9_Font_file_format&amp;diff=19396&amp;oldid=prev</id>
		<title>&gt;Lp: New page</title>
		<link rel="alternate" type="text/html" href="https://www.temlib.org/AtariForumWiki/index.php?title=Warp9_Font_file_format&amp;diff=19396&amp;oldid=prev"/>
		<updated>2017-01-20T09:37:29Z</updated>

		<summary type="html">&lt;p&gt;New page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Warp9 Font    *.FNT&lt;br /&gt;
&lt;br /&gt;
The font format defines characters 0-255.&lt;br /&gt;
Each character is stored as 16 bytes, one byte for each row in the character. &lt;br /&gt;
Characters are rendered as 8x16 pixels, thus 16 * 256 = 4096 bytes.&lt;br /&gt;
&lt;br /&gt;
4096 bytes    character data&lt;br /&gt;
1 word        half height flag [0 = not allowed, 1 = allowed]&lt;br /&gt;
----------&lt;br /&gt;
4098 bytes    total for file&lt;br /&gt;
&lt;br /&gt;
Example character:&lt;br /&gt;
Byte 1  -&amp;gt; 00000000&lt;br /&gt;
Byte 2  -&amp;gt; 00001000&lt;br /&gt;
Byte 3  -&amp;gt; 00011100&lt;br /&gt;
.          00111110&lt;br /&gt;
.          01110111&lt;br /&gt;
.          01100011&lt;br /&gt;
.          01100011&lt;br /&gt;
.          01100011&lt;br /&gt;
.          01111111&lt;br /&gt;
.          01111111&lt;br /&gt;
.          01100011&lt;br /&gt;
.          01100011&lt;br /&gt;
.          01100011&lt;br /&gt;
.          01100011&lt;br /&gt;
.          01100011&lt;br /&gt;
Byte 16 -&amp;gt; 01100011&lt;br /&gt;
&lt;br /&gt;
Character data:&lt;br /&gt;
16 bytes of character 0&lt;br /&gt;
16 bytes of character 1&lt;br /&gt;
16 bytes of character 2&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
16 bytes of character 255&lt;br /&gt;
&lt;br /&gt;
Tacked on the end of the file is the half height flag.&lt;br /&gt;
Note: Some files are 4096 bytes because they are missing this extra word.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Back to [[ST Picture Formats]]&lt;/div&gt;</summary>
		<author><name>&gt;Lp</name></author>
	</entry>
</feed>