Searched refs:useOTL (Results 1 – 4 of 4) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/ |
| D | MetricsGenerator.php | 20 …erateMetrics($ttffile, $ttfstat, $fontkey, $TTCfontID, $debugfonts, $BMPonly, $useOTL, $fontUseOTL) argument 23 $ttf->getMetrics($ttffile, $fontkey, $TTCfontID, $debugfonts, $BMPonly, $useOTL); // mPDF 5.7.1
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TTFontFile.php | 82 var $useOTL; variable in Mpdf\\TTFontFile 223 …function getMetrics($file, $fontkey, $TTCfontID = 0, $debug = false, $BMPonly = false, $useOTL = 0) argument 225 $this->useOTL = $useOTL; 293 $this->extractInfo($debug, $BMPonly, $useOTL); 555 function getCTG($file, $TTCfontID = 0, $debug = false, $useOTL = false) argument 558 $this->useOTL = $useOTL; // mPDF 5.7.1 620 if ($useOTL) { 672 function extractInfo($debug = false, $BMPonly = false, $useOTL = 0) argument 1101 if ($this->useOTL) { 1139 if ($useOTL) { [all …]
|
| D | Otl.php | 122 function applyOTL($str, $useOTL) argument 132 if (!$useOTL) { 280 …) = $this->_getOTLscriptTag($ScriptLang, $scripttag, $scriptblock, $this->shaper, $useOTL, 'GSUB'); 296 …) = $this->_getOTLscriptTag($ScriptLang, $scripttag, $scriptblock, $this->shaper, $useOTL, 'GPOS'); 364 if (($useOTL & 0xFF) && $GSUBscriptTag && $GSUBlangsys && $GSUBFeatures) { 1023 if (($useOTL & 0xFF) && $GPOSscriptTag && $GPOSlangsys && $GPOSFeatures) { 6005 private function _getOTLscriptTag($ScriptLang, $scripttag, $scriptblock, $shaper, $useOTL, $mode) argument 6032 if (!($useOTL & 0x01)) { 6036 if (!($useOTL & 0x02)) { 6040 if (!($useOTL & 0x04)) { [all …]
|
| D | OtlDump.php | 61 var $useOTL; // mPDF 5.7.1 variable in Mpdf\\OtlDump 171 …ey, $TTCfontID = 0, $debug = false, $BMPonly = false, $kerninfo = false, $useOTL = 0, $mode = null) argument 175 $this->useOTL = $useOTL; // mPDF 5.7.1 223 $this->extractInfo($debug, $BMPonly, $kerninfo, $useOTL); 465 function extractInfo($debug = false, $BMPonly = false, $kerninfo = false, $useOTL = 0) argument 846 if ($this->useOTL) { 878 if ($useOTL) {
|