Home
last modified time | relevance | path

Searched refs:CurrentFont (Results 1 – 10 of 10) sorted by relevance

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php207 $buffer .= \sprintf("BT /F%d %.2F Tf ET\n", $this->CurrentFont['i'], $this->FontSizePt);
299 $this->CurrentFont =& $this->fonts[$fontKey];
301 unset($this->CurrentFont);
394 $this->_out(\sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
405 $this->_out(sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToOther.php30 if (!$check || $this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], $cp + ((int) $nstr[$i]))) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php142 if (!empty($this->mpdf->CurrentFont['useOTL']) && preg_match('/([' . $this->mpdf->pregCURSchars . '])/u', $tmp)) {
321 if ($this->mpdf->useKerning && $lastchar && isset($this->mpdf->CurrentFont['kerninfo'][$lastchar][$char])) {
322 $tk = $this->mpdf->CurrentFont['kerninfo'][$lastchar][$char] * ($this->mpdf->FontSize / 1000) * $kerning * $fontwidth;
464 if ($this->mpdf->CurrentFont['haskernGPOS']) {
471 if (!empty($this->mpdf->CurrentFont['useOTL'])) {
472 $text = $this->otl->applyOTL($text, $this->mpdf->CurrentFont['useOTL']);
H A DMpdf.php795 var $CurrentFont; // current font info
3514 $charw = $this->CurrentFont['cw'][chr($this->upperCase[ord($c)])];
3519 } elseif (isset($this->CurrentFont['cw'][$c])) {
3520 $w += $this->CurrentFont['cw'][$c];
3521 } elseif (isset($this->CurrentFont['cw'][ord($c)])) {
3522 $w += $this->CurrentFont['cw'][ord($c)];
3544 if ($this->CurrentFont['type'] == 'Type0') { // CJK Adobe fonts
3548 elseif (isset($this->CurrentFont['cw'][$char])) {
3549 $w+=$this->CurrentFont['cw'][$char];
3550 } elseif (isset($this->CurrentFont['MissingWidt
794 var $CurrentFont; // current font info global() variable in Mpdf\\Mpdf
[all...]
H A DOtl.php138 $this->fontkey = $this->mpdf->CurrentFont['fontkey'];
139 $this->glyphIDtoUni = $this->mpdf->CurrentFont['glyphIDtoUni'];
278 $ScriptLang = $this->mpdf->CurrentFont['GSUBScriptLang'];
287 $ScriptLang = $this->mpdf->CurrentFont['GPOSScriptLang'];
328 $GSUBFeatures = (isset($this->mpdf->CurrentFont['GSUBFeatures'][$GSUBscriptTag][$GSUBlangsys]) ? $this->mpdf->CurrentFont['GSUBFeatures'][$GSUBscriptTag][$GSUBlangsys] : false);
329 $GPOSFeatures = (isset($this->mpdf->CurrentFont['GPOSFeatures'][$GPOSscriptTag][$GPOSlangsys]) ? $this->mpdf->CurrentFont['GPOSFeatures'][$GPOSscriptTag][$GPOSlangsys] : false);
398 $this->GSUBLookups = $this->mpdf->CurrentFont['GSUBLookups'];
1029 $fontCacheFilename = $this->mpdf->CurrentFont['fontke
[all...]
H A DForm.php240 if (!empty($this->mpdf->CurrentFont['useOTL'])) {
241 $texto = $this->otl->applyOTL($texto, $this->mpdf->CurrentFont['useOTL']);
432 if ($this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], 9660)) {
527 if (!empty($this->mpdf->CurrentFont['useOTL'])) {
528 $texto = $this->otl->applyOTL($texto, $this->mpdf->CurrentFont['useOTL']);
858 if (isset($this->mpdf->CurrentFont['subset'])) {
956 if (isset($this->mpdf->CurrentFont['subset'])) {
1075 if (isset($this->mpdf->CurrentFont['subset'])) {
1080 if (isset($this->mpdf->CurrentFont['subset'])) {
1086 if (isset($this->mpdf->CurrentFont['subse
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1070 var $CurrentFont; //current font info variable in FPDF
1311 $this->CurrentFont['i'],
1355 $this->CurrentFont['i'],
1419 $this->CurrentFont['i'],
1441 $up=$this->CurrentFont['up'];
1442 $ut=$this->CurrentFont['ut'];
1458 $ut=$this->CurrentFont['ut'];
1472 $ut=$this->CurrentFont['ut'];
1844 if (!is_null($this->CurrentFont)) {
1892 $cw = &$this->CurrentFont['cw'];
[all …]
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php979 var $CurrentFont; //current font info variable in FPDF
1222 $this->CurrentFont['i'],
1352 $up=$this->CurrentFont['up'];
1353 $ut=$this->CurrentFont['ut'];
1366 $ut=$this->CurrentFont['ut'];
1380 $ut=$this->CurrentFont['ut'];
1839 if (!is_null($this->CurrentFont)) {
1903 $cw = &$this->CurrentFont['cw'];
2030 $this->CurrentFont = &$this->fonts[$fontkey];
2220 $cw=&$this->CurrentFont['cw'];
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php200 if ($this->mpdf->listlvl % 3 == 1 && $this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], 8226)) {
203 elseif ($this->mpdf->listlvl % 3 == 2 && $this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], 9900)) {
206 elseif ($this->mpdf->listlvl % 3 == 0 && $this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], 9642)) {
1094 if (!empty($this->mpdf->CurrentFont['useOTL'])) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php2585 $this->mpdf->CurrentFont['fo'] = true;
2691 if ($this->mpdf->CurrentFont['haskernGPOS']) {
2705 if (isset($this->mpdf->CurrentFont['useOTL']) && $this->mpdf->CurrentFont['useOTL']) {
2706 $txt = $this->otl->applyOTL($txt, $this->mpdf->CurrentFont['useOTL']);
2714 $this->mpdf->CurrentFont['used'] = true;
2725 $aixextra = sprintf(' /F%d %.3F Tf %s %s Tr %s %s ', $this->mpdf->CurrentFont['i'], $this->mpdf->FontSizePt, $opacitystr, $render, $fillstr, $strokestr);