TtfHeadTable.CheckSumAdjustment

TtfHeadTable.CheckSumAdjustment property

Gets uint32 checkSumAdjustment. To compute: set it to 0, calculate the checksum for the ‘head’ table and put it in the table directory, sum the entire font as uint32, then store B1B0AFBA - sum. The checksum for the ‘head’ table will not be wrong. That is OK.

public uint CheckSumAdjustment { get; }

See Also