Changeset 8102


Ignore:
Timestamp:
11 Apr 2012, 08:27:23 (12 years ago)
Author:
uli
Message:

Add paragraph style for 10pt output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/pdf.py

    r8094 r8102  
    5353    )
    5454
     55#: A reportlab paragraph style for smaller form output.
     56SMALL_PARA_STYLE = ParagraphStyle(
     57    name='Small1',
     58    parent=NORMAL_STYLE,
     59    fontSize=10,
     60    )
     61
    5562#: A reportlab paragraph style for headlines or bold text in form output.
    5663HEADLINE1_STYLE = ParagraphStyle(
Note: See TracChangeset for help on using the changeset viewer.