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_GetSharedFontTableSize</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11
12<H1 align="left">NA_GetSharedFontTableSize <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>int NA_GetSharedFontTableSize( void );</CODE></PRE>
19</DL>
20
21<H2>Arguments</H2>
22<P>
23None.
24</P>
25
26<H2>Return Values</H2>
27<P>
28Returns the buffer size if processing completed successfully.<BR>Returns a negative value if the function failed.
29</P>
30<P>
31The following are possible reasons for the function to fail.
32</P>
33<ul>
34<li>The <a href="NA_InitSharedFont.html"><code>NA_InitSharedFont</code></a> function has not been called.
35<li>The application is not a NAND application.
36<li>It is running on the Nintendo DS system.
37</ul>
38
39<H2>Description</H2>
40<P>
41Gets the buffer size for loading the management information required to load internal fonts. The buffer size available now is guaranteed not to be changed in the future in that same region.<br>You must call the <a href="NA_InitSharedFont.html"><code>NA_InitSharedFont</code></a> function before this one.
42</P>
43<P>
44This function is exclusive to NAND applications. It cannot be used by card applications.
45</P>
46
47<H2>See Also</H2>
48<P>
49</P>
50
51<H2>Revision History</H2>
52<P>
532008/11/06 Added mention that the returned value is fixed for each separate region.<br> 2008/09/16 Initial version.
54</P>
55
56<hr><p>CONFIDENTIAL</p></body>
57</HTML>