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>FNTConstructResult</TITLE>
8</HEAD>
9<BODY>
10<H1>FNTConstructResult</H1>
11
12<H2>Syntax</H2>
13<dl><dd><pre class="construction">
14#include &lt;revolution/fnt.h&gt;
15
16typedef enum
17{
18    FNT_CONSTRUCT_MORE_DATA,
19    FNT_CONSTRUCT_FINISH,
20    FNT_CONSTRUCT_ERROR,
21    FNT_CONSTRUCT_CONTINUE,
22    FNT_MAX_CONSTRUCT_RESULT
23} FNTConstructResult;
24</pre></dd></dl>
25
26<H2>Description</H2>
27<P>This enumerator is used to define the progress status of the font expansion process.</P>
28<TABLE class="arguments" border="1" >
29  <TBODY>
30    <TR>
31<TH>FNT_CONSTRUCT_MORE_DATA</TH>
32<TD>Subsequent data is required to expand the font.</TD>
33    </TR>
34    <TR>
35<TH>FNT_CONSTRUCT_FINISH</TH>
36<TD>The expansion process completed normally.</TD>
37    </TR>
38    <TR>
39<TH>FNT_CONSTRUCT_ERROR</TH>
40<TD>An error was generated during the expansion process.</TD>
41    </TR>
42    <TR>
43<TH>FNT_CONSTRUCT_CONTINUE</TH>
44<TD>Used internally. This is never used as a return value.</TD>
45    </TR>
46  </TBODY>
47</TABLE>
48
49<H2>See Also</H2>
50<P class="reference">
51<A href="FNTStreamingConstruct.html">FNTStreamingConstruct</A>
52</P>
53
54<H2>Revision History</H2>
55<P>
562006/10/01 Initial version.<BR>
57</P>
58
59<hr><p>CONFIDENTIAL</p></body>
60</HTML>