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>FNTSetAlternateChar</TITLE>
8</HEAD>
9<BODY>
10<H1>FNTSetAlternateChar</H1>
11
12<H2>Syntax</H2>
13<dl><dd><pre class="construction">
14#include &lt;revolution/fnt.h&gt;
15
16BOOL FNTSetAlternateChar( <A href="FNTHeader.html">FNTHeader</A>* font, const char* string );
17</pre></dd></dl>
18
19<H2>Arguments</H2>
20<TABLE class="arguments" border="1" >
21  <TBODY>
22    <TR>
23<TH>font</TH>
24<TD>Pointer to the font data buffer.<BR>Initialization using <A href="FNTConstruct.html"><CODE>FNTConstruct</CODE></A> or <A href="FNTStreamingConstruct.html"><CODE>FNTStreamingConstruct</CODE></A> is required.</TD>
25    </TR>
26    <TR>
27<TH>string</TH>
28<TD>Character code of the new alternate character.</TD>
29    </TR>
30  </TBODY>
31</TABLE>
32
33<H2>Return Values</H2>
34<P>Returns <CODE>TRUE</CODE> if the alternate character is changed successfully; otherwise, returns <CODE>FALSE</CODE>. Fails if there is no glyph in the font corresponding to the specified alternate character. </P>
35
36<H2>Description</H2>
37<P>Changes the alternate character for the font. An alternate character is a character that is used in place of a character that is not included in the font.
38</P>
39
40<H2>See Also</H2>
41<P class="reference">
42</P>
43
44<H2>Revision History</H2>
45<P>
462008/04/14 Initial version.<BR>
47</P>
48
49<hr><p>CONFIDENTIAL</p></body>
50</HTML>