nw::lyt::res::FontList Structure

Syntax

struct FontList
{
   ut::BinaryBlockHeader blockHeader;
   ut::ResU16 fontNum;
   ut::ResU8 padding[2];
};

Description

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[]

Member Variables

blockHeader ut::BinaryBlockHeader Header.
fontNum ut::ResU16 The total number of font references included in the list.
padding ut::ResU8 (Not used.)

See Also

Layout

Revision History

2010/01/26
Initial version.

CONFIDENTIAL