1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
7<TITLE>FNTHeader</TITLE>
8</HEAD>
9<BODY>
10<H1>FNTHeader</H1>
11
12<H2>Syntax</H2>
13<dl><dd><pre class="construction">
14#include &lt;revolution/fnt.h&gt;
15
16typedef struct
17{
18    ...
19} FNTHeader;
20</pre>
21(The structure members are not listed here since they might be changed in a future version. Avoid accessing these members directly.)
22</dd></dl>
23
24<H2>Description</H2>
25<P>This structure stores font data information.</P>
26
27<H2>See Also</H2>
28<P class="reference">
29<A target="contents" href="toc.html">Font Functions</A>
30</P>
31
32<H2>Revision History</H2>
33<P>
342006/10/01 Initial version.<BR>
35</P>
36
37<hr><p>CONFIDENTIAL</p></body>
38</HTML>