constant PDF_FONT_MONOSPACED in TCPDF 7
Same name and namespace in other branches
- 8 tcpdf.config.inc \PDF_FONT_MONOSPACED
Default monospaced font name.
1 use of PDF_FONT_MONOSPACED
- TCPDFDrupal::DrupalInitialize in ./
tcpdf.class.inc - Sets a bunch of commonly used propeties in the TCPDF object. The propeties set by this function can be safely changed after calling the method. This method also let's the developer to change the header or footer of the pdf document without making…
File
- ./
tcpdf.config.inc, line 174
Code
define('PDF_FONT_MONOSPACED', 'courier');