Home
last modified time | relevance | path

Searched refs:useOTL (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php20 public function generateMetrics($ttffile, $ttfstat, $fontkey, $TTCfontID, $debugfonts, $BMPonly, $useOTL, $fontUseOTL) argument
23 $ttf->getMetrics($ttffile, $fontkey, $TTCfontID, $debugfonts, $BMPonly, $useOTL); // mPDF 5.7.1
59 'useOTL' => ($fontUseOTL) ? $fontUseOTL : 0,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php82 var $useOTL; variable in Mpdf\\TTFontFile
223 public 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)
558 $this->useOTL = $useOTL; // mPDF 5.7.1
620 if ($useOTL) {
631 throw new \Mpdf\Exception\FontException(sprintf('Font "%s" cannot map all included glyphs into Private Use Area U+E000-U+F8FF; cannot use useOTL o
543 getCTG($file, $TTCfontID = 0, $debug = false, $useOTL = false) global() argument
660 extractInfo($debug = false, $BMPonly = false, $useOTL = 0) global() argument
3445 makeSubset($file, & $subset, $TTCfontID = 0, $debug = false, $useOTL = false) global() argument
3938 makeSubsetSIP($file, & $subset, $TTCfontID = 0, $debug = false, $useOTL = 0) global() argument
4749 repackageTTF($file, $TTCfontID = 0, $debug = false, $useOTL = false) global() argument
[all...]
H A DOtl.php122 function applyOTL($str, $useOTL) argument
132 if (!$useOTL) {
280 list($GSUBscriptTag, $is_old_spec) = $this->_getOTLscriptTag($ScriptLang, $scripttag, $scriptblock, $this->shaper, $useOTL, 'GSUB');
296 list($GPOSscriptTag, $dummy) = $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
6014 Values for useOTL
6032 if (!($useOTL & 0x01)) {
6036 if (!($useOTL
[all...]
H A DOtlDump.php61 var $useOTL; // mPDF 5.7.1 variable in Mpdf\\OtlDump
171 function getMetrics($file, $fontkey, $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) {