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
* @param $platid (int) Platform ID for CMAP table to extract (when building a Unicode font for Windows this value should be 3, for Macintosh should be 1).
58
58
* @param $encid (int) Encoding ID for CMAP table to extract (when building a Unicode font for Windows this value should be 1, for Macintosh should be 0). When Platform ID is 3, legal values for Encoding ID are: 0=Symbol, 1=Unicode, 2=ShiftJIS, 3=PRC, 4=Big5, 5=Wansung, 6=Johab, 7=Reserved, 8=Reserved, 9=Reserved, 10=UCS-4.
59
59
* @param $addcbbox (boolean) If true includes the character bounding box information on the php font file.
60
+
* @param $link (boolean) If true link to system font instead of copying the font data (not transportable) - Note: do not work with Type1 fonts.
* Tools to encode your unicode fonts are on fonts/utils directory.</p>
140
140
* @package com.tecnick.tcpdf
141
141
* @author Nicola Asuni
142
-
* @version 6.0.012
142
+
* @version 6.0.014
143
143
*/
144
144
145
145
if (!defined('K_TCPDF_EXTERNAL_CONFIG')) {
@@ -168,7 +168,7 @@
168
168
* 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>
169
169
* @package com.tecnick.tcpdf
170
170
* @brief PHP class for generating PDF documents without requiring external extensions.
0 commit comments