You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Tools to encode your unicode fonts are on fonts/utils directory.</p>
105
105
* @package com.tecnick.tcpdf
106
106
* @author Nicola Asuni
107
-
* @version 6.2.19
107
+
* @version 6.2.20
108
108
*/
109
109
110
110
// TCPDF configuration
@@ -128,7 +128,7 @@
128
128
* TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.<br>
129
129
* @package com.tecnick.tcpdf
130
130
* @brief PHP class for generating PDF documents without requiring external extensions.
131
-
* @version 6.2.19
131
+
* @version 6.2.20
132
132
* @author Nicola Asuni - info@tecnick.com
133
133
* @IgnoreAnnotation("protected")
134
134
* @IgnoreAnnotation("public")
@@ -4256,7 +4256,7 @@ public function AddFont($family, $style='', $fontfile='', $subset='default') {
4256
4256
// true when the font style variation is missing
4257
4257
$missing_style = false;
4258
4258
// search and include font file
4259
-
if (TCPDF_STATIC::empty_string($fontfile) OR (!@file_exists($fontfile))) {
4259
+
if (TCPDF_STATIC::empty_string($fontfile) OR (!@TCPDF_STATIC::file_exists($fontfile))) {
0 commit comments