Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion verticalMetricsProof.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def draw_metrics_page(f_info, page_width=5000):
scale_factor = PT_SIZE / upm
x_offset = MARGIN_L / scale_factor
font_height = f_info.winAscent + f_info.winDescent
page_height = font_height * 1.33 * scale_factor
page_height = font_height * 1.4 * scale_factor
db.newPage(page_width, page_height)
baseline = db.height() / 3 / scale_factor

Expand Down