equal
deleted
inserted
replaced
56 underlineWidth |
56 underlineWidth |
57 underlineOffset |
57 underlineOffset |
58 underlineGap |
58 underlineGap |
59 strikeWidth |
59 strikeWidth |
60 strikeOffset |
60 strikeOffset |
61 strikeGap'''.split()) |
61 strikeGap |
|
62 hyphenationLang'''.split()) |
62 |
63 |
63 allowTableBoundsErrors = 1 # set to 0 to die on too large elements in tables in debug (recommend 1 for production use) |
64 allowTableBoundsErrors = 1 # set to 0 to die on too large elements in tables in debug (recommend 1 for production use) |
64 shapeChecking = 1 |
65 shapeChecking = 1 |
65 defaultEncoding = 'WinAnsiEncoding' # 'WinAnsi' or 'MacRoman' |
66 defaultEncoding = 'WinAnsiEncoding' # 'WinAnsi' or 'MacRoman' |
66 defaultGraphicsFontName= 'Times-Roman' #initializer for STATE_DEFAULTS in shapes.py |
67 defaultGraphicsFontName= 'Times-Roman' #initializer for STATE_DEFAULTS in shapes.py |
133 #the user has explicit permission from the rights holder(s). |
134 #the user has explicit permission from the rights holder(s). |
134 #This flag could already be overcome by hacking the code. |
135 #This flag could already be overcome by hacking the code. |
135 #ReportLab takes no responsibility for the use of this setting. |
136 #ReportLab takes no responsibility for the use of this setting. |
136 |
137 |
137 spaceShrinkage=0.05 #allowable space shrinkage to make lines fit |
138 spaceShrinkage=0.05 #allowable space shrinkage to make lines fit |
138 |
139 hyphenationLang='' #if pyphen installed set this to the language of your choice |
|
140 #eg 'en_GB' |
139 |
141 |
140 # places to look for T1Font information |
142 # places to look for T1Font information |
141 T1SearchPath = ( |
143 T1SearchPath = ( |
142 'c:/Program Files/Adobe/Acrobat 9.0/Resource/Font', |
144 'c:/Program Files/Adobe/Acrobat 9.0/Resource/Font', |
143 'c:/Program Files/Adobe/Acrobat 8.0/Resource/Font', |
145 'c:/Program Files/Adobe/Acrobat 8.0/Resource/Font', |