fix static_assert failure in OffsetTo<TopDict>
This commit is contained in:
parent
d050ab8d3e
commit
98b94f8ba5
|
@ -551,7 +551,7 @@ struct cff2
|
|||
|
||||
public:
|
||||
FixedVersion<HBUINT8> version; /* Version of CFF2 table. set to 0x0200u */
|
||||
OffsetTo<TopDict, HBUINT8> topDict; /* headerSize = Offset to Top DICT. */
|
||||
OffsetTo<TopDict, HBUINT8, false> topDict; /* headerSize = Offset to Top DICT. */
|
||||
HBUINT16 topDictSize; /* Top DICT size */
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue