-
Notifications
You must be signed in to change notification settings - Fork 255
Commit 4546f06
Set the head table checkSumAdjustment to zero
...before calculating the head table checksum. Per the head table specification:
> 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 a uint32_t, then store 0xB1B0AFBA - sum. (The checksum for the 'head' table will be wrong as a result. That is OK; do not reset it.)
ref #123 1 parent 433a4fe commit 4546f06
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
46 | 51 | | |
0 commit comments