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 <TITLE>FNT Demos</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8</HEAD> 9<BODY> 10 11<H1>Wii Bitmap Font (FNT) Sample Demos</H1> 12 13<H2>Location</H2> 14<P><code>$REVOLUTION_SDK_ROOT/build/demos/fntdemo</code></P> 15 16<H2>Compilation</H2> 17<P>Change directories to <code>$REVOLUTION_SDK_ROOT/build/demos/fntdemo</code> and enter "make". An executable file (<code>.elf</code>) will be generated within the path <code>$REVOLUTION_SDK_ROOT/RVL/bin/demos/fntdemo/</code>.</P> 18 19<H2>Execution</H2> 20<P>Move to the <code>$REVOLUTION_SDK_ROOT/RVL/bin/demos/fntdemo/</code> directory and perform the following steps:</P> 21<ul> 22<li>To simply execute the application, run the <code>ndrun</code> script using the <code>.elf</code> file as the argument.</li> 23<li>To debug using CodeWarrior, do one of the following:</li> 24<ul> 25<li>?Execute <code>$CWFOLDER/bin/IDE.exe</code> with the <code>.elf</code> file as an argument.</li> 26<li>?Launch <code>$CWFOLDER/bin/IDE.exe</code>, then drag and drop the <code>.elf</code> file.</li> 27<li>If the <code>.elf</code> file is associated with <code>$CWFOLDER/bin/IDE.exe</code>, double-click the <code>.elf</code> file</li> 28</ul> 29 30</ul> 31 32<H2>Description</H2> 33<TABLE class="demo_list" border="1" > 34 <TBODY> 35 <TR> 36<TH>fntdemo1</TH> 37<TD>Characters are displayed using two types of fonts.<BR>Both expansion methods, where all font resources are loaded into memory from the disc and then the font is expanded and where the font is expanded while loading font resources into memory successively, are used.</TD> 38 </TR> 39 </TBODY> 40</TABLE> 41 42<H2>See Also</H2> 43<P class="reference"> 44<A href="../toc.html" target="contents">Font functions</A> 45</P> 46 47<H2>Revision History</H2> 48<P> 492006/09/01 Initial version.<BR> 50</P> 51 52<hr><p>CONFIDENTIAL</p></body> 53</HTML> 54