DixShtix

com.dixshtix.niff
Class FontDescriptionsList

java.lang.Object
  |
  +--com.dixshtix.niff.FontDescriptionsList

public class FontDescriptionsList
extends java.lang.Object

The Font Descriptions list is an optional table in the Setup Section that is composed of a series of Font Description chunks.

The FONTIDX data type is a pointer into this list. A value of 0 points to the first Font Description chunk in the list.

Corrected from NIFF 6a, FONTIDX has replaced FONTPTR.
NameTypeContainerID
Font Description ListLIST ChunkSetup Section Listfnts
ContentsRequiredIn Any OrderDescription
ChunkLengthTable.FontDescription ChunksYES, any numberNOZZZZ

See Also:
ChunkLengthTable.FontDescription

Field Summary
static FourByteConstant listType
           
 
Constructor Summary
FontDescriptionsList()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

listType

public static final FourByteConstant listType
Constructor Detail

FontDescriptionsList

public FontDescriptionsList()

DixShtix