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>Internal Fonts: Overview</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11
12<H1 align="left">Internal Fonts: Overview</H1>
13
14<H2>Description</H2>
15<P>
16Three font sizes are embedded in the TWL system memory. The internal font API is used to load internal fonts into memory. The TWL-SDK does not provide an API for drawing characters using the loaded fonts.
17</P>
18<P>
19The internal fonts are in the NITRO Font (NFTR) format described in TWL-System. You can use TWL-System to draw characters with the loaded fonts. See the TWL-System documents for details on NITRO fonts (NFTR), and <a href="../../information/tbf.html">TWL Bitmap Font</a> for information specific to internal fonts.
20</P>
21<P>
22Internal fonts can only be used by NAND applications.
23</P>
24
25
26<H2>Sample Demos</H2>
27<P>
28The NAND application sample demo <CODE>sharedFont</CODE> loads internal fonts using the internal font API.
29</P>
30<P>
31The <CODE>sharedFont</CODE> demo is in the <code>$TwlSDK/build/demos.TWL/nandApp/sharedFont</code> folder.
32</P>
33
34
35<H2>See Also</H2>
36<P><A href="../list_na.html#sharedFont">NA Function List (Internal Fonts)</A>, <A href="../../demos/nandApp/nandAppdemos.html">NAND Application Sample Demos</A>, <A href="../../information/tbf.html">TWL Bitmap Font</A></P>
37
38<H2>Revision History</H2>
39<P>
402008/09/16 Initial version.
41</P>
42<hr><p>CONFIDENTIAL</p></body>
43</HTML>
44