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