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 name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>NA_InitSharedFont</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11
12<H1 align="left">NA_InitSharedFont <IMG src="../../image/BPT.gif" align=middle><IMG src="../../image/TWL.gif" align=middle></H1>
13
14<H2>Syntax</H2>
15<DL>
16  <DD>
17  <PRE><CODE>#include &lt;twl/na.h&gt;</CODE></PRE>
18  <PRE><CODE>BOOL NA_InitSharedFont( void );</CODE></PRE>
19</DL>
20
21<H2>Arguments</H2>
22<P>
23None.
24</P>
25
26<H2>Return Values</H2>
27<P>
28Returns <CODE>TRUE</CODE> if processing completed successfully.<BR>The following are possible reasons for the function to fail.
29</P>
30<ul>
31<li>The application is not a NAND application.
32<li>There are no available file handles because they are all in use.
33<li>It is running on the Nintendo DS.
34</ul>
35
36<H2>Description</H2>
37<P>
38Makes preparations to use internal fonts. You must call this once before other functions related to internal fonts.
39</P>
40<P>
41This function is exclusive to NAND applications. It cannot be used by card applications.
42</P>
43
44<H2>See Also</H2>
45<P>
46</P>
47
48<H2>Revision History</H2>
49<P>
502008/09/16 Initial version.
51</P>
52
53<hr><p>CONFIDENTIAL</p></body>
54</HTML>