Increase the font size more than 112

WordPress
November 20, 2020 20:48:55
alrojas78
Topics: 1
Messages: 1

I am interested in creating a field that shows me a large number, but the maximum size that allows me is 112 to be able to customize a larger size to the font?
November 21, 2020 08:25:54
E2Pdf
Topics: 7
Messages: 3617
Support
Hi,

You must be able to increase font-size by adding filter to your theme functions.php: https://codeshare.io/alw0Zy

add_filter('e2pdf_controller_templates_max_font_size', 'e2pdf_controller_templates_max_font_size_custom', 10, 1);
function e2pdf_controller_templates_max_font_size_custom($max_font_size) {
return 512;
}

P.S. We will increase it by default to 512 on next update.

We remain at your service.

We would really appreciate your feedback at WordPress.org!
Get News and Updates
Our monthly newsletter keeps you in the loop, so you'll always be up to date with the latest news and updates about E2Pdf.
* You can update your email subscription preferences here.
All trademarks, service marks, trade names, product names, and logos appearing on this website are the property of their respective owners. The use of trademarks such as Formidable Forms®, Forminator Forms®, Gravity Forms®, JetFormBuilder®, WordPress®, WooCommerce®, WPForms® and others is solely for identification purposes (nominative use) and does not imply any affiliation, sponsorship, or endorsement by the respective trademark holders.
© 2017 - 2026, https://e2pdf.com

We use cookies to collect and analyse information on site performance and usage, to provide social media features and to enhance and customise content and advertisements. By clicking "Accept Selected", you consent to use of selected cookies according to our Cookie Policy.