| b10 | b16 | field | type | size | bitfield | comment |
| 0 | 0 | fKerningPunct | short | :1 | 00000001 | true if we're kerning punctuation |
| iJustification | short | :2 | 00000006 | Kinsoku method of justification: 0 = always expand 1 = compress punctuation 2 = compress punctuation and kana. | ||
| iLevelOfKinsoku | short | :2 | 00000018 | Level of Kinsoku: 0 = Level 1 1 = Level 2 2 = Custom | ||
| f2on1 | short | :1 | 00000020 | 2-page-on-1 feature is turned on. | ||
| reserved | short | :10 | 0000FFC0 | reserved | ||
| 2 | 2 | cchFollowingPunct | short | length of rgxchFPunct | ||
| 4 | 4 | cchLeadingPunct | short | length of rgxchLPunct | ||
| 6 | 6 | rgxchFPunct | XCHAR[101] | array of characters that should never appear at the start of a line | ||
| 208 | D0 | rgxchLPunct | XCHAR[51] | array of characters that should never appear at the end of a line |