Jump to content
  • 0

Question

Posted
The template at: /home/blpomony/public_html/components/invoice_templates/perforated_invoice/perforated_invoice_pdf.php

On line 25: private static $font_size_alt = 8;

Seems like the right line to try & increase the return address, but it also seems to enlarge the invoice body text, which I want to leave at 8.

Am trying to get the return address to something very easy to read like 10pt.

 

Thanks

 

1 answer to this question

Recommended Posts

  • 0
Posted
6 hours ago, Starburst said:
The template at: /home/blpomony/public_html/components/invoice_templates/perforated_invoice/perforated_invoice_pdf.php

On line 25: private static $font_size_alt = 8;

Seems like the right line to try & increase the return address, but it also seems to enlarge the invoice body text, which I want to leave at 8.

Am trying to get the return address to something very easy to read like 10pt.

 

Thanks

 

If you want to change some places $font_size_alt is used and not others, you'll want to search through the file for $font_size_alt and use another font size variable for the ones you don't want to be impacted by the change. It shows up in various places like so:

image.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...