The "Compact Font Format Specification" explains (on page 13) that the offSize
field in the header "specifies the size of all offsets (0) relative to the start of CFF data." Various offsets are mentioned in the document, but most (all?) of them either have their own, separate offSize
field (e.g. in table 7 on page 12) or they are encoded as dict data operands (e.g. the charset
field in the Top DICT, in table 9 on page 15).
Which offsets actually use the offSize
field from the header?