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>Layout (lyt) Sample Demo</title>
8  </head>
9
10  <body>
11    <h1>archiveFont</h1>
12
13    <h2>Overview</h2>
14
15    <p>Demonstrates how to display layouts using the archive font.</p>
16
17    <h2>How to Use</h2>
18
19    <p>The demo requires no user input.</p>
20
21    <h2>Description</h2>
22
23    <p>Replaces the font object used to draw TextBox with the nw::font::ArchiveFont object built from the archive font resource (bcfna).</p>
24
25    <p>The following processing is performed by this sample demo.</p>
26
27    <ul>
28        <li>Initialization of the resource accessor</li>
29        <li>Construction of an nw::font::ArchiveFont object</li>
30        <li>Registration the nw::font::ArchiveFont object with the resource accessor</li>
31    </ul>
32
33    <h2>Scope of the Demo</h2>
34
35    <p>This sample demo is related to the following items.</p>
36
37    <ul>
38      <li><a href="../../font/ArchiveFont/Overview.html"><code>nw::font::ArchiveFont</code></a></li>
39      <li><a href="../ArcResourceAccessor/Overview.html"><code>nw::lyt::ArcResourceAccessor</code></a></li>
40      <li><a href="../Layout/Overview.html"><code>nw::lyt::Layout</code></a></li>
41    </ul>
42
43  <hr><p>CONFIDENTIAL</p></body>
44</html>
45