mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
fb41c8c881
commit
1195c37da5
1 changed files with 2 additions and 0 deletions
|
|
@ -1171,6 +1171,8 @@ def __init__(self, idx, record):
|
|||
else:
|
||||
print ('Unknown font record with fields: %s' %
|
||||
[self.uncompressed_size, self.unknown1, self.unknown2])
|
||||
print ('\tAdditional fields: %s'%((
|
||||
struct.unpack_from(b'>LL', self.raw, 16),)))
|
||||
self.name = '%s.%s'%(name, self.ext)
|
||||
|
||||
def dump(self, folder):
|
||||
|
|
|
|||
Loading…
Reference in a new issue