f
This commit is contained in:
parent
566636c99e
commit
a076205882
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ proc parseKernTable(buf: string, offset: int): KernTable =
|
||||||
i += 6
|
i += 6
|
||||||
|
|
||||||
result.subTables.add(subTable)
|
result.subTables.add(subTable)
|
||||||
elif result.version == 1:
|
elif version == 1:
|
||||||
discard # Mac format
|
discard # Mac format
|
||||||
else:
|
else:
|
||||||
failUnsupported()
|
failUnsupported()
|
||||||
|
|
Loading…
Reference in a new issue