parent
4448234281
commit
323d775541
@ -669,7 +669,7 @@ class TitleBox(BoxBase):
|
|||||||
return
|
return
|
||||||
#fix me. width should be the printable area
|
#fix me. width should be the printable area
|
||||||
self.width = PT2CM(self.doc.string_width(self.font, self.text))
|
self.width = PT2CM(self.doc.string_width(self.font, self.text))
|
||||||
self.height = PT2CM(self.font.get_size() * 1.2)
|
self.height = PT2CM(self.font.get_size() * 2)
|
||||||
|
|
||||||
def _get_names(self, persons, name_displayer):
|
def _get_names(self, persons, name_displayer):
|
||||||
""" A helper function that receives a list of persons and
|
""" A helper function that receives a list of persons and
|
||||||
|
Loading…
Reference in New Issue
Block a user