Skip to content

Commit

Permalink
modified: ufade_gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prosch88 committed Jan 15, 2025
1 parent 08e09ce commit c1cde7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufade_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2807,7 +2807,7 @@ def pdf_report(self, case_number="", case_name="", evidence_number="", examiner=
font = ImageFont.truetype(font_path, font_size)
dummy_image = Image.new("RGB", (1, 1))
draw = ImageDraw.Draw(dummy_image)
text_width = 2440
text_width = 2400
image = Image.new("RGB", (int(text_width), font_size+8), background_color)
draw = ImageDraw.Draw(image)
draw.text((0,-16),text=name, font=font, fill="black")
Expand Down

0 comments on commit c1cde7a

Please sign in to comment.