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>ArchiveFont</h1> 11 12 <h2>Overview</h2> 13 <p> 14 Demonstrates the construction and destruction of the nw4r::ut::ArchiveFont 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="../ArchiveFont/Overview.html"><CODE>nw::font::ArchiveFont</CODE> Class</a></li> 23 <li><a href="../ArchiveFont/GetRequireBufferSize.html">nw::font::GetRequireBufferSize Member Function</a></li> 24 <li><a href="../ArchiveFont/Construct.html"><CODE>nw::font::ArchiveFont::Construct</CODE> Member Function</a></li> 25 <li><a href="../ArchiveFont/InitStreamingConstruct.html"><CODE>nw::font::ArchiveFont::InitStreamingConstruct</CODE> Member Function</a></li> 26 <li><a href="../ArchiveFont/StreamingConstruct.html"><CODE>nw::font::ArchiveFont::StreamingConstruct</CODE> Member Function</a></li> 27 </ul> 28 29 30 <h2>How to Use</h2> 31 <p> 32 The demo requires no user input. 33 </p> 34 35 <h2>Description</h2> 36 <p> 37 The source describes the process of creating and destroying <CODE>nw::ut::ArchiveFont</CODE>. <BR> The creation procedure explains the method using the <a href="../ArchiveFont/Construct.html">nw::ut::ArchiveFont::Construct</code> member function</a> as well as the method using the <a href="../ArchiveFont/InitStreamingConstruct.html">nw::ut::ArchiveFont::InitStreamingConstruct<a href="../ArchiveFont/StreamingConstruct.html"> member function</a> and <a href="../../ut/ArchiveFont/ut_ArchiveFont_StreamingConstruct.html"><code>nw::ut::ArchiveFont::StreamingConstruct<a href="../ArchiveFont/StreamingConstruct.html"> member function</a> pair. 38 </p> 39 <p> 40 The constructed <CODE>ArchiveFont</CODE> will display a sample list of ASCII and European character glyphs on screen. <BR> 41 </p> 42 43 <hr><p>CONFIDENTIAL</p></body> 44</html> 45