mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
fb41c8c881
commit
1195c37da5
@ -1171,6 +1171,8 @@ class FontRecord(object): # {{{
|
||||
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…
x
Reference in New Issue
Block a user