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">
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>ResFont</h1>
11
12    <h2>Overview</h2>
13    <p>
14      Demonstrates the construction and destruction of the ResFont class.
15    </p>
16
17    <h2>Scope of the Demo</h2>
18    <p>
19      This sample demo demonstrates the following.
20    </p>
21    <ul>
22      <li><a href="../ResFont/Overview.html"><CODE>nw::font::ResFont</CODE> Class</a></li>
23      <li>Converting fonts using an OMakefile that utilizes the CUI version of FontConverter.</li>
24    </ul>
25
26
27    <h2>How to Use</h2>
28    <p>
29      The demo requires no user input.
30    </p>
31
32    <h2>Description</h2>
33    <p>
34      The source describes the process for creating and destroying <CODE>ResFont</CODE>. <BR> The constructed <CODE>ResFont</CODE> displays a sample list of ASCII glyphs on screen. <BR>
35    </p>
36    <p>
37      NW4C_FontConverterConsole is used in the OMakefile to convert the Tahoma font installed in Windows into a font resource.
38    </p>
39
40  <hr><p>CONFIDENTIAL</p></body>
41</html>
42