mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 08:33:18 +02:00
pep8
This commit is contained in:
parent
d7a206c563
commit
9c5d2646e3
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ def __init__(self, sfnt):
|
|||
hhea.read_data(self.sfnt[b'hmtx'])
|
||||
self.ascent = hhea.ascender
|
||||
self.descent = hhea.descender
|
||||
self.bbox = ( self.head.x_min, self.head.y_min, self.head.x_max,
|
||||
self.head.y_max )
|
||||
self.bbox = (self.head.x_min, self.head.y_min, self.head.x_max,
|
||||
self.head.y_max)
|
||||
self._advance_widths = hhea.advance_widths
|
||||
self.cmap = self.sfnt[b'cmap']
|
||||
self.units_per_em = self.head.units_per_em
|
||||
|
|
|
|||
Loading…
Reference in a new issue