File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
*
32
32
* *Please note the trailing slash.*
33
33
*/
34
- 'font_directory ' => __DIR__ . '/../../vendor /dompdf/lib/fonts/ ' ,
34
+ 'font_directory ' => __DIR__ . '/../../dompdf /dompdf/lib/fonts/ ' ,
35
35
36
36
/**
37
37
* The location of the DOMPDF font cache directory
41
41
* It contains the .afm files, on demand parsed, converted to php syntax and cached
42
42
* This folder can be the same as DOMPDF_FONT_DIR
43
43
*/
44
- 'font_cache_directory ' => __DIR__ . '/../../vendor /dompdf/data/dompdf/cache/ ' ,
44
+ 'font_cache_directory ' => __DIR__ . '/../../dompdf /dompdf/data/dompdf/cache/ ' ,
45
45
46
46
/**
47
47
* The location of a temporary directory.
64
64
* direct class use like:
65
65
* $dompdf = new DOMPDF(); $dompdf->load_html($htmldata); $dompdf->render(); $pdfdata = $dompdf->output();
66
66
*/
67
- 'chroot ' => realpath (__DIR__ . '/../../vendor /dompdf/ ' ),
67
+ 'chroot ' => realpath (__DIR__ . '/../../dompdf /dompdf/ ' ),
68
68
69
69
/**
70
70
* Whether to use Unicode fonts or not.
You can’t perform that action at this time.
0 commit comments