nw::lyt::res::FontList Structurestruct FontList
{
ut::BinaryBlockHeader blockHeader;
ut::ResU16 fontNum;
ut::ResU8 padding[2];
};
Data block used to store the font reference information list.
Define the font list accessed by a pane ahead of the pane.
res::DATABLOCKKIND_FONTLIST is specified for kind in blockHeader.
Data up to nameStrPool is included in the size of blockHeader.
The following data structure follows this structure.
・ res::Font fonts[fontNum]
・ u8 nameStrPool[]
| blockHeader | ut::BinaryBlockHeader | Header. | |
|---|---|---|---|
| fontNum | ut::ResU16 | The total number of font references included in the list. | |
| padding | ut::ResU8 | (Not used.) |
CONFIDENTIAL