Updated dolibarr_changes
This commit is contained in:
parent
9a1919238f
commit
2f150a8927
@ -39,6 +39,11 @@ into
|
|||||||
// initialize subsetchars
|
// initialize subsetchars
|
||||||
$subsetchars = array_fill(0, 256, true);
|
$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:
|
JSGANTT:
|
||||||
--------
|
--------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user