pep8
This commit is contained in:
parent
ea9e25dd5b
commit
28921e9d2c
@ -709,7 +709,7 @@ class DominionTabs:
|
|||||||
minFontsize = 6
|
minFontsize = 6
|
||||||
fontname = 'MinionPro-Regular'
|
fontname = 'MinionPro-Regular'
|
||||||
font = pdfmetrics.getFont(fontname)
|
font = pdfmetrics.getFont(fontname)
|
||||||
fontHeightRelative = (font.face.ascent + abs(font.face.descent) ) / 1000.0
|
fontHeightRelative = (font.face.ascent + abs(font.face.descent)) / 1000.0
|
||||||
|
|
||||||
canFit = False
|
canFit = False
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user