Aspose::Font::TtfTables::TtfHeadTable::get_CheckSumAdjustment method

TtfHeadTable::get_CheckSumAdjustment method

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.

uint32_t Aspose::Font::TtfTables::TtfHeadTable::get_CheckSumAdjustment() const

See Also