Changeset 8102 for main/waeup.kofa/trunk
- Timestamp:
- 11 Apr 2012, 08:27:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/pdf.py
r8094 r8102 53 53 ) 54 54 55 #: A reportlab paragraph style for smaller form output. 56 SMALL_PARA_STYLE = ParagraphStyle( 57 name='Small1', 58 parent=NORMAL_STYLE, 59 fontSize=10, 60 ) 61 55 62 #: A reportlab paragraph style for headlines or bold text in form output. 56 63 HEADLINE1_STYLE = ParagraphStyle(
Note: See TracChangeset for help on using the changeset viewer.