author | robin |
Thu, 07 Aug 2014 16:15:47 +0100 | |
changeset 4130 | 49161ce56cad |
parent 4129 | 1266500a2c22 |
child 4131 | 31a12fb051f6 |
--- a/src/reportlab/platypus/paraparser.py Thu Aug 07 15:56:46 2014 +0100 +++ b/src/reportlab/platypus/paraparser.py Thu Aug 07 16:15:47 2014 +0100 @@ -777,7 +777,7 @@ A = self.getAttributes(attr,_spanAttrMap) if 'fontName' in A: A['fontName'], A['bold'], A['italic'] = ps2tt(A['fontName']) - self._push('font',**self.getAttributes(attr,_fontAttrMap)) + self._push('font',**A) def end_font(self): self._pop('font')