Merge pull request #1448 from GPCsolutions/tcpdf-monotype

TCPDF: Replaced missing courier monotype font by provided freemono
This commit is contained in:
Laurent Destailleur 2014-03-06 18:23:22 +01:00
commit 1396fb1dbe
2 changed files with 6 additions and 1 deletions

View File

@ -39,6 +39,11 @@ into
// initialize subsetchars
$subsetchars = array_fill(0, 256, true);
* Made freemono the default monotype font because we removed courier
In htdocs/includes/tcpdf/tcpdf.php
- protected $default_monospaced_font = 'courier';
+ protected $default_monospaced_font = 'freemono';
JSGANTT:
--------

View File

@ -1258,7 +1258,7 @@ class TCPDF {
* @protected
* @since 4.5.025 (2009-03-10)
*/
protected $default_monospaced_font = 'courier';
protected $default_monospaced_font = 'freemono';
/**
* Cloned copy of the current class object.