1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
7    <title>Font Library (font) Sample Demo</title>
8  </head>
9  <body>
10    <h1>Font Library (font) Sample Demo</h1>
11
12      <h2>Location</h2>
13      <p>
14        <code>$Library/demos/font</code>
15      </p>
16
17      <h2>Compilation</h2>
18      <p>
19        Change directories to $Library/demos/font, and execute
20        <pre><CODE>% omake</CODE></pre>
21          The executable (.cci) file is generated in:
22        <pre>$Library/build/font/(sample demo name)/images/(platform)/(target)/</pre>
23            For example:
24        <pre>$Library/demos/font/ResFont/images/CTR-TS.Process.MPCore.fast/Release/</pre>
25         
26      </p>
27
28      <h2>Execution</h2>
29      <p>
30      </p>
31
32      <h2>Description</h2>
33      <table class="demos">
34        <tbody>
35          <tr>
36            <th><a href="demo/ResFont.html" target="_self">ResFont</a></th>
37            <td>Demonstrates the construction and destruction of the ResFont class.</td>
38          </tr>
39          <tr>
40            <th><a href="demo/ArchiveFont.html" target="_self">ArchiveFont</a></th>
41            <td>Demonstrates the construction and destruction of the ArchiveFont class.</td>
42          </tr>
43          <tr>
44            <th><a href="demo/PackedFont.html" target="_self">PackedFont</a></th>
45            <td>Demonstrates the construction and destruction of the PackedFont class.</td>
46          </tr>
47          <tr>
48            <th>OldResFont</th>
49            <td>This old <a href="demo/ResFont.html" target="_self">ResFont</a> sample demo uses DMPGL. The drawing speed is slow, so avoid implenting code based on this demo.</td>
50          </tr>
51        </tbody>
52      </table>
53
54  <hr><p>CONFIDENTIAL</p></body>
55</html>
56
57