[reportlab-users] Justified paras not working with TTF
   
    Dinu Gherman
     
    reportlab-users@reportlab.com
       
    Tue, 10 Sep 2002 10:31:45 +0200
    
    
  
Hi Marius,
thanks for the previous explanations...
A different issue: it seems like I can't get TTF paragraphs
aligned as justified (they become left-aligned then)! But
right, center and left alignment works great... Any funda-
mental problem or just a buglet?
I'm not attaching any sample because this is so easy to
reproduce; just use these lines:
   from reportlab.lib.enums import TA_JUSTIFY
   normal = ParagraphStyle('normal')
   normal.fontName = 'Rina'
   normal.alignment = TA_JUSTIFY
Regards,
Dinu