ParseFlags

Flags for parsing

Values

ValueMeaning
none0

No special flags

skipInfo1 << 0

The parser will ignore the info block

skipCommon1 << 1

The parser will ignore the common block

skipKerning1 << 2

The parser will ignore the kerning block

skipPages1 << 3

The parser will ignore the pages block

skipMetaskipInfo | skipCommon

Skips the info and common block

skipNonCharskipMeta | skipKerning | skipPages

Skips all blocks except the character block

Meta