equal
deleted
inserted
replaced
121 'allowOrphans': 0, |
121 'allowOrphans': 0, |
122 'textTransform':None, #uppercase lowercase (captitalize not yet) or None or absent |
122 'textTransform':None, #uppercase lowercase (captitalize not yet) or None or absent |
123 'endDots':None, #dots on the last line of left/right justified paras |
123 'endDots':None, #dots on the last line of left/right justified paras |
124 #string or object with text and optional fontName, fontSize, textColor & backColor |
124 #string or object with text and optional fontName, fontSize, textColor & backColor |
125 #dy |
125 #dy |
|
126 'splitLongWords':1, #make best efforts to split long words |
126 } |
127 } |
127 |
128 |
128 class LineStyle(PropertySet): |
129 class LineStyle(PropertySet): |
129 defaults = { |
130 defaults = { |
130 'width':1, |
131 'width':1, |