Fixed cmap optimizer bug: needs more testing!
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@109 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
parent
e0433b907d
commit
1b850986ef
@ -46,7 +46,7 @@ class table__c_m_a_p(DefaultTable.DefaultTable):
|
||||
offset = done[chunk]
|
||||
else:
|
||||
offset = done[chunk] = totalOffset + len(tableData)
|
||||
tableData = tableData + chunk
|
||||
tableData = tableData + chunk
|
||||
data = data + struct.pack(">HHl", table.platformID, table.platEncID, offset)
|
||||
return data + tableData
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user