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 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 22 span.virtual_style 23 { 24 font-size : 8pt; 25 color : white; 26 font-weight : bold; 27 background : #0a0; 28 border-left : solid 1px #0f0; 29 border-top : solid 1px #0f0; 30 border-right : solid 1px #060; 31 border-bottom : solid 1px #060; 32 padding-left : 2px; 33 padding-right : 2px; 34 } 35 36 span.protected_style 37 { 38 font-size : 8pt; 39 color : white; 40 font-weight : bold; 41 background : #444; 42 border-left : solid 1px #ccc; 43 border-top : solid 1px #ccc; 44 border-right : solid 1px #222; 45 border-bottom : solid 1px #222; 46 padding-left : 2px; 47 padding-right : 2px; 48 } 49 --></style> 50 <title>nw::lyt::res</title> 51 </head> 52 <body> 53 <h1>nw::lyt::res Namespace</h1> 54 <h2>Description</h2> 55 <div class="section"> 56 <p>Namespace defining layout resource data types.</p><p>See below for information on resource file configuration.</p><p>・ <a href="../../../nw/lyt/res/Lyt/Overview.html">nw::lyt::res::Lyt</a><br /> ・ <a href="../../../nw/lyt/res/Lan/Overview.html">nw::lyt::res::Lan</a><br /> ・ <a href="../../../nw/lyt/res/Lim/Overview.html">nw::lyt::res::Lim</a></p></div> 57 <a name="struct" id="struct"> 58 <h2>Structures</h2> 59 <div class="section"> 60 <table class="members"> 61 <tr> 62 <th class="category" colspan="2">Layout resource.</th> 63 </tr> 64 <tr> 65 <th> 66 <a href="../../../nw/lyt/res/Lyt/Overview.html">nw::lyt::res::Lyt</a> 67 </th> 68 <td>Layout resource file header.</td> 69 </tr> 70 <tr> 71 <th> 72 <a href="../../../nw/lyt/res/Layout/Overview.html">nw::lyt::res::Layout</a> 73 </th> 74 <td>Data block for defining the layout.</td> 75 </tr> 76 <tr> 77 <th> 78 <a href="../../../nw/lyt/res/Font/Overview.html">nw::lyt::res::Font</a> 79 </th> 80 <td>Font reference information.</td> 81 </tr> 82 <tr> 83 <th> 84 <a href="../../../nw/lyt/res/FontList/Overview.html">nw::lyt::res::FontList</a> 85 </th> 86 <td>Data block used to store the font reference information list.</td> 87 </tr> 88 <tr> 89 <th> 90 <a href="../../../nw/lyt/res/Texture/Overview.html">nw::lyt::res::Texture</a> 91 </th> 92 <td>Texture image reference information.</td> 93 </tr> 94 <tr> 95 <th> 96 <a href="../../../nw/lyt/res/TextureList/Overview.html">nw::lyt::res::TextureList</a> 97 </th> 98 <td>Data block used to store the texture image reference information list.</td> 99 </tr> 100 <tr> 101 <th> 102 <a href="../../../nw/lyt/res/TexMap/Overview.html">nw::lyt::res::TexMap</a> 103 </th> 104 <td>Texture mapping information.</td> 105 </tr> 106 <tr> 107 <th> 108 <a href="../../../nw/lyt/res/MaterialResourceNum/Overview.html">nw::lyt::res::MaterialResourceNum</a> 109 </th> 110 <td>The number of resources held by the material.</td> 111 </tr> 112 <tr> 113 <th> 114 <a href="../../../nw/lyt/res/Color/Overview.html">nw::lyt::res::Color</a> 115 </th> 116 <td>Color information.</td> 117 </tr> 118 <tr> 119 <th> 120 <a href="../../../nw/lyt/res/Material/Overview.html">nw::lyt::res::Material</a> 121 </th> 122 <td>Material information.</td> 123 </tr> 124 <tr> 125 <th> 126 <a href="../../../nw/lyt/res/MaterialList/Overview.html">nw::lyt::res::MaterialList</a> 127 </th> 128 <td>Material information list.</td> 129 </tr> 130 <tr> 131 <th> 132 <a href="../../../nw/lyt/res/PaneBegin/Overview.html">nw::lyt::res::PaneBegin</a> 133 </th> 134 <td>Data block for starting child pain definition.</td> 135 </tr> 136 <tr> 137 <th> 138 <a href="../../../nw/lyt/res/PaneEnd/Overview.html">nw::lyt::res::PaneEnd</a> 139 </th> 140 <td>Data block for ending child pain definition.</td> 141 </tr> 142 <tr> 143 <th> 144 <a href="../../../nw/lyt/res/Pane/Overview.html">nw::lyt::res::Pane</a> 145 </th> 146 <td>Data block for defining a null pane.</td> 147 </tr> 148 <tr> 149 <th> 150 <a href="../../../nw/lyt/res/Picture/Overview.html">nw::lyt::res::Picture</a> 151 </th> 152 <td>Data block for defining a picture pane.</td> 153 </tr> 154 <tr> 155 <th> 156 <a href="../../../nw/lyt/res/TextBox/Overview.html">nw::lyt::res::TextBox</a> 157 </th> 158 <td>Data block for defining a TextBox pane.</td> 159 </tr> 160 <tr> 161 <th> 162 <a href="../../../nw/lyt/res/WindowFrame/Overview.html">nw::lyt::res::WindowFrame</a> 163 </th> 164 <td>Window frame information.</td> 165 </tr> 166 <tr> 167 <th> 168 <a href="../../../nw/lyt/res/WindowContent/Overview.html">nw::lyt::res::WindowContent</a> 169 </th> 170 <td>Window content information.</td> 171 </tr> 172 <tr> 173 <th> 174 <a href="../../../nw/lyt/res/Window/Overview.html">nw::lyt::res::Window</a> 175 </th> 176 <td>Data block for defining a Window pane.</td> 177 </tr> 178 <tr> 179 <th> 180 <a href="../../../nw/lyt/res/Bounding/Overview.html">nw::lyt::res::Bounding</a> 181 </th> 182 <td>Data block for defining a Bounding pane.</td> 183 </tr> 184 <tr> 185 <th> 186 <a href="../../../nw/lyt/res/ExtUserDataList/Overview.html">nw::lyt::res::ExtUserDataList</a> 187 </th> 188 <td>Data block for defining extended user data.</td> 189 </tr> 190 <tr> 191 <th> 192 <a href="../../../nw/lyt/res/GroupBegin/Overview.html">nw::lyt::res::GroupBegin</a> 193 </th> 194 <td>Data block for starting child group definition.</td> 195 </tr> 196 <tr> 197 <th> 198 <a href="../../../nw/lyt/res/GroupEnd/Overview.html">nw::lyt::res::GroupEnd</a> 199 </th> 200 <td>Data block for ending child group definition.</td> 201 </tr> 202 <tr> 203 <th> 204 <a href="../../../nw/lyt/res/Group/Overview.html">nw::lyt::res::Group</a> 205 </th> 206 <td>Data block for defining a group.</td> 207 </tr> 208 <tr> 209 <th class="category" colspan="2">Animation resource.</th> 210 </tr> 211 <tr> 212 <th> 213 <a href="../../../nw/lyt/res/Lan/Overview.html">nw::lyt::res::Lan</a> 214 </th> 215 <td>Animation resource file header.</td> 216 </tr> 217 <tr> 218 <th> 219 <a href="../../../nw/lyt/res/AnimationTagBlock/Overview.html">nw::lyt::res::AnimationTagBlock</a> 220 </th> 221 <td>Data block for defining animation segment tags.</td> 222 </tr> 223 <tr> 224 <th> 225 <a href="../../../nw/lyt/res/AnimationShareBlock/Overview.html">nw::lyt::res::AnimationShareBlock</a> 226 </th> 227 <td>Data block for defining animation shared information.</td> 228 </tr> 229 <tr> 230 <th> 231 <a href="../../../nw/lyt/res/AnimationBlock/Overview.html">nw::lyt::res::AnimationBlock</a> 232 </th> 233 <td>Data block for defining an animation.</td> 234 </tr> 235 <tr> 236 <th> 237 <a href="../../../nw/lyt/res/AnimationContent/Overview.html">nw::lyt::res::AnimationContent</a> 238 </th> 239 <td>Defines animation content.</td> 240 </tr> 241 <tr> 242 <th> 243 <a href="../../../nw/lyt/res/AnimationInfo/Overview.html">nw::lyt::res::AnimationInfo</a> 244 </th> 245 <td>Defines animation information.</td> 246 </tr> 247 <tr> 248 <th> 249 <a href="../../../nw/lyt/res/AnimationTarget/Overview.html">nw::lyt::res::AnimationTarget</a> 250 </th> 251 <td>Defines animation targets.</td> 252 </tr> 253 <tr> 254 <th> 255 <a href="../../../nw/lyt/res/HermiteKey/Overview.html">nw::lyt::res::HermiteKey</a> 256 </th> 257 <td>Defines Hermite curve keys.</td> 258 </tr> 259 <tr> 260 <th> 261 <a href="../../../nw/lyt/res/StepKey/Overview.html">nw::lyt::res::StepKey</a> 262 </th> 263 <td>Defines animation curve keys for changing step shape.</td> 264 </tr> 265 <tr> 266 <th class="category" colspan="2">Texture Image Resources</th> 267 </tr> 268 <tr> 269 <th> 270 <a href="../../../nw/lyt/res/Lim/Overview.html">nw::lyt::res::Lim</a> 271 </th> 272 <td>Texture image resource file header header.</td> 273 </tr> 274 <tr> 275 <th> 276 <a href="../../../nw/lyt/res/Image/Overview.html">nw::lyt::res::Image</a> 277 </th> 278 <td>Data block for texture image information.</td> 279 </tr> 280 <tr> 281 <th> 282 <a href="../../../nw/lyt/res/ImageSize/Overview.html">nw::lyt::res::ImageSize</a> 283 </th> 284 <td>Texture image size information.</td> 285 </tr> 286 <tr> 287 <th class="category" colspan="2">Other</th> 288 </tr> 289 <tr> 290 <th> 291 <a href="../../../nw/lyt/res/Vec2/Overview.html">nw::lyt::res::Vec2</a> 292 </th> 293 <td>Maintains 2D vectors inside resources.</td> 294 </tr> 295 <tr> 296 <th> 297 <a href="../../../nw/lyt/res/Vec3/Overview.html">nw::lyt::res::Vec3</a> 298 </th> 299 <td>Maintains 3D vectors inside resources.</td> 300 </tr> </table> 301 </div> 302 </a> <a name="constant" id="constant"> 303 <h2>Constants</h2> 304 <div class="section"> 305 <table class="members"> 306 <tr> 307 <th class="category" colspan="3">Version</th> 308 </tr> 309 <tr> 310 <td width="100"> </td> 311 <th> 312 <span class="argument"><a href="../../../nw/lyt/res/MajorVersion.html">MajorVersion</a></span> 313 </th> 314 <td>Resource major version.</td> 315 </tr> 316 <tr> 317 <td width="100"> </td> 318 <th> 319 <span class="argument"><a href="../../../nw/lyt/res/MinorVersion.html">MinorVersion</a></span> 320 </th> 321 <td>Resource minor version.</td> 322 </tr> 323 <tr> 324 <td width="100"> </td> 325 <th> 326 <span class="argument"><a href="../../../nw/lyt/res/MicroVersion.html">MicroVersion</a></span> 327 </th> 328 <td>Resource micro version.</td> 329 </tr> 330 <tr> 331 <td width="100"> </td> 332 <th> 333 <span class="argument"><a href="../../../nw/lyt/res/BugfixVersion.html">BugfixVersion</a></span> 334 </th> 335 <td>Resource bugfix version.</td> 336 </tr> 337 <tr> 338 <td width="100"> </td> 339 <th> 340 <span class="argument"><a href="../../../nw/lyt/res/BinaryFileFormatVersion.html">BinaryFileFormatVersion</a></span> 341 </th> 342 <td>Resource version.</td> 343 </tr> 344 <tr> 345 <th class="category" colspan="3">Layout resource.</th> 346 </tr> 347 <tr> 348 <td width="100"> </td> 349 <th> 350 <span class="argument"><a href="../../../nw/lyt/res/FILESIGNATURE_CLYT.html">FILESIGNATURE_CLYT</a></span> 351 </th> 352 <td>Layout resource file signature.</td> 353 </tr> 354 <tr> 355 <td width="100"> </td> 356 <th> 357 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_LAYOUT.html">DATABLOCKKIND_LAYOUT</a></span> 358 </th> 359 <td><a href="../../../nw/lyt/res/Layout/Overview.html">Layout</a> data block signature.</td> 360 </tr> 361 <tr> 362 <td width="100"> </td> 363 <th> 364 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_PANEBEGIN.html">DATABLOCKKIND_PANEBEGIN</a></span> 365 </th> 366 <td><a href="../../../nw/lyt/res/PaneBegin/Overview.html">PaneBegin</a> data block signature.</td> 367 </tr> 368 <tr> 369 <td width="100"> </td> 370 <th> 371 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_PANEEND.html">DATABLOCKKIND_PANEEND</a></span> 372 </th> 373 <td><a href="../../../nw/lyt/res/PaneEnd/Overview.html">PaneEnd</a> data block signature.</td> 374 </tr> 375 <tr> 376 <td width="100"> </td> 377 <th> 378 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_PANE.html">DATABLOCKKIND_PANE</a></span> 379 </th> 380 <td><a href="../../../nw/lyt/res/Pane/Overview.html">Pane</a> data block signature.</td> 381 </tr> 382 <tr> 383 <td width="100"> </td> 384 <th> 385 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_PICTURE.html">DATABLOCKKIND_PICTURE</a></span> 386 </th> 387 <td><a href="../../../nw/lyt/res/Picture/Overview.html">Picture</a> data block signature.</td> 388 </tr> 389 <tr> 390 <td width="100"> </td> 391 <th> 392 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_TEXTBOX.html">DATABLOCKKIND_TEXTBOX</a></span> 393 </th> 394 <td><a href="../../../nw/lyt/res/TextBox/Overview.html">TextBox</a> data block signature.</td> 395 </tr> 396 <tr> 397 <td width="100"> </td> 398 <th> 399 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_WINDOW.html">DATABLOCKKIND_WINDOW</a></span> 400 </th> 401 <td><a href="../../../nw/lyt/res/Window/Overview.html">Window</a> data block signature.</td> 402 </tr> 403 <tr> 404 <td width="100"> </td> 405 <th> 406 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_BOUNDING.html">DATABLOCKKIND_BOUNDING</a></span> 407 </th> 408 <td><a href="../../../nw/lyt/res/Bounding/Overview.html">Bounding</a> data block signature.</td> 409 </tr> 410 <tr> 411 <td width="100"> </td> 412 <th> 413 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_GROUPBEGIN.html">DATABLOCKKIND_GROUPBEGIN</a></span> 414 </th> 415 <td><a href="../../../nw/lyt/res/GroupBegin/Overview.html">GroupBegin</a> data block signature.</td> 416 </tr> 417 <tr> 418 <td width="100"> </td> 419 <th> 420 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_GROUPEND.html">DATABLOCKKIND_GROUPEND</a></span> 421 </th> 422 <td><a href="../../../nw/lyt/res/GroupEnd/Overview.html">GroupEnd</a> data block signature.</td> 423 </tr> 424 <tr> 425 <td width="100"> </td> 426 <th> 427 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_GROUP.html">DATABLOCKKIND_GROUP</a></span> 428 </th> 429 <td><a href="../../../nw/lyt/res/Group/Overview.html">Group</a> data block signature.</td> 430 </tr> 431 <tr> 432 <td width="100"> </td> 433 <th> 434 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_FONTLIST.html">DATABLOCKKIND_FONTLIST</a></span> 435 </th> 436 <td><a href="../../../nw/lyt/res/FontList/Overview.html">FontList</a> data block signature.</td> 437 </tr> 438 <tr> 439 <td width="100"> </td> 440 <th> 441 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_TEXTURELIST.html">DATABLOCKKIND_TEXTURELIST</a></span> 442 </th> 443 <td><a href="../../../nw/lyt/res/TextureList/Overview.html">TextureList</a> data block signature.</td> 444 </tr> 445 <tr> 446 <td width="100"> </td> 447 <th> 448 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_MATERIALLIST.html">DATABLOCKKIND_MATERIALLIST</a></span> 449 </th> 450 <td><a href="../../../nw/lyt/res/MaterialList/Overview.html">MaterialList</a> data block signature.</td> 451 </tr> 452 <tr> 453 <td width="100"> </td> 454 <th> 455 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_USERDATALIST.html">DATABLOCKKIND_USERDATALIST</a></span> 456 </th> 457 <td><a href="../../../nw/lyt/res/ExtUserDataList/Overview.html">ExtUserDataList</a> data block signature.</td> 458 </tr> 459 <tr> 460 <th class="category" colspan="3">Animation resource.</th> 461 </tr> 462 <tr> 463 <td width="100"> </td> 464 <th> 465 <span class="argument"><a href="../../../nw/lyt/res/FILESIGNATURE_CLAN.html">FILESIGNATURE_CLAN</a></span> 466 </th> 467 <td>Animation resource file signature.</td> 468 </tr> 469 <tr> 470 <td width="100"> </td> 471 <th> 472 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_PANEANIMTAG.html">DATABLOCKKIND_PANEANIMTAG</a></span> 473 </th> 474 <td><a href="../../../nw/lyt/res/AnimationTagBlock/Overview.html">AnimationTagBlock</a> data block signature.</td> 475 </tr> 476 <tr> 477 <td width="100"> </td> 478 <th> 479 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_PANEANIMSHARE.html">DATABLOCKKIND_PANEANIMSHARE</a></span> 480 </th> 481 <td><a href="../../../nw/lyt/res/AnimationShareBlock/Overview.html">AnimationShareBlock</a> data block signature.</td> 482 </tr> 483 <tr> 484 <td width="100"> </td> 485 <th> 486 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_PANEANIMINFO.html">DATABLOCKKIND_PANEANIMINFO</a></span> 487 </th> 488 <td><a href="../../../nw/lyt/res/AnimationBlock/Overview.html">AnimationBlock</a> data block signature.</td> 489 </tr> 490 <tr> 491 <th class="category" colspan="3">Animation Types</th> 492 </tr> 493 <tr> 494 <td width="100"> </td> 495 <th> 496 <span class="argument"><a href="../../../nw/lyt/res/ANIMATIONTYPE_PANESRT.html">ANIMATIONTYPE_PANESRT</a></span> 497 </th> 498 <td>Indicates the animation target is a pane SRT animation.</td> 499 </tr> 500 <tr> 501 <td width="100"> </td> 502 <th> 503 <span class="argument"><a href="../../../nw/lyt/res/ANIMATIONTYPE_VISIBILITY.html">ANIMATIONTYPE_VISIBILITY</a></span> 504 </th> 505 <td>Indicates the animation target is a visibility animation.</td> 506 </tr> 507 <tr> 508 <td width="100"> </td> 509 <th> 510 <span class="argument"><a href="../../../nw/lyt/res/ANIMATIONTYPE_VTXCOLOR.html">ANIMATIONTYPE_VTXCOLOR</a></span> 511 </th> 512 <td>Indicates the animation target is a vertex color animation.</td> 513 </tr> 514 <tr> 515 <td width="100"> </td> 516 <th> 517 <span class="argument"><a href="../../../nw/lyt/res/ANIMATIONTYPE_MATCOLOR.html">ANIMATIONTYPE_MATCOLOR</a></span> 518 </th> 519 <td>Indicates the animation target is a material animation.</td> 520 </tr> 521 <tr> 522 <td width="100"> </td> 523 <th> 524 <span class="argument"><a href="../../../nw/lyt/res/ANIMATIONTYPE_TEXSRT.html">ANIMATIONTYPE_TEXSRT</a></span> 525 </th> 526 <td>Indicates the animation target is a texture SRT animation.</td> 527 </tr> 528 <tr> 529 <td width="100"> </td> 530 <th> 531 <span class="argument"><a href="../../../nw/lyt/res/ANIMATIONTYPE_TEXPATTERN.html">ANIMATIONTYPE_TEXPATTERN</a></span> 532 </th> 533 <td>Indicates the animation target is a texture pattern animation.</td> 534 </tr> 535 <tr> 536 <th class="category" colspan="3">Texture Image Resources</th> 537 </tr> 538 <tr> 539 <td width="100"> </td> 540 <th> 541 <span class="argument"><a href="../../../nw/lyt/res/FILESIGNATURE_CLIM.html">FILESIGNATURE_CLIM</a></span> 542 </th> 543 <td>Texture image resource file signature.</td> 544 </tr> 545 <tr> 546 <td width="100"> </td> 547 <th> 548 <span class="argument"><a href="../../../nw/lyt/res/DATABLOCKKIND_IMAGE.html">DATABLOCKKIND_IMAGE</a></span> 549 </th> 550 <td><a href="../../../nw/lyt/res/Image/Overview.html">res::Image</a> data block signature.</td> 551 </tr> 552 <tr> 553 <th class="category" colspan="3">Resource Types</th> 554 </tr> 555 <tr> 556 <td width="100"> </td> 557 <th> 558 <span class="argument"><a href="../../../nw/lyt/res/RESOURCETYPE_LAYOUT.html">RESOURCETYPE_LAYOUT</a></span> 559 </th> 560 <td>Indicates the resource is a layout.</td> 561 </tr> 562 <tr> 563 <td width="100"> </td> 564 <th> 565 <span class="argument"><a href="../../../nw/lyt/res/RESOURCETYPE_ANIMATION.html">RESOURCETYPE_ANIMATION</a></span> 566 </th> 567 <td>Indicates the resource is an animation.</td> 568 </tr> 569 <tr> 570 <td width="100"> </td> 571 <th> 572 <span class="argument"><a href="../../../nw/lyt/res/RESOURCETYPE_TEXTURE.html">RESOURCETYPE_TEXTURE</a></span> 573 </th> 574 <td>Indicates the resource is a texture image.</td> 575 </tr> 576 <tr> 577 <td width="100"> </td> 578 <th> 579 <span class="argument"><a href="../../../nw/lyt/res/RESOURCETYPE_FONT.html">RESOURCETYPE_FONT</a></span> 580 </th> 581 <td>Indicates the resource is a resource image.</td> 582 </tr> 583 <tr> 584 <td width="100"> </td> 585 <th> 586 <span class="argument"><a href="../../../nw/lyt/res/RESOURCETYPE_ARCHIVEFONT.html">RESOURCETYPE_ARCHIVEFONT</a></span> 587 </th> 588 <td>Indicates the resource is an archive font.</td> 589 </tr> </table> 590 </div> 591 </a> 592 <hr><p>CONFIDENTIAL</p></body> 593</html>