struct 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 | Header. | |
|---|---|---|
| fontNum | The total number of font references included in the list. | |
| padding | (Not used.) |
CONFIDENTIAL