text_img = tbox.image()
img.paste(text_img, (self.author_margin_left, top), text_img)
top += text_img.size[1] + self.title_top
tbox = TextBox(
self.width - self.title_margin_left - self.title_margin_right,
text_img = tbox.image()
img.paste(text_img, (self.author_margin_left, top), text_img)
top += text_img.size[1] + self.title_top
tbox = TextBox(
self.width - self.title_margin_left - self.title_margin_right,