Last active
December 18, 2024 13:26
-
-
Save wpweb101/6258f367c04284073112 to your computer and use it in GitHub Desktop.
Woocommerce PDF Vouchers - Change PDF Font
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function woo_vou_pdf_modify_generate_fonts( $pdf_font ) { | |
| // by default the font type is "helvetica" | |
| $pdf_font = 'freeserif'; | |
| return $pdf_font; | |
| } | |
| add_filter( 'woo_vou_pdf_generate_fonts', 'woo_vou_pdf_modify_generate_fonts' ); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: Template will support TCPDF supported fonts. Don't worry, if you don't have TCPDF supported fonts. You can simply convert the fonts to TCPDF supported fonts from below link.
http://fonts.snm-portal.com/