Starburst Posted March 5 Report Posted March 5 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 Quote
0 Paul Posted March 5 Report Posted March 5 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: Quote
Question
Starburst
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.