Home
last modified time | relevance | path

Searched refs:fontUseOTL (Results 1 – 2 of 2) 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
59 'useOTL' => ($fontUseOTL) ? $fontUseOTL : 0,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php3894 $fontUseOTL = isset($this->fontdata[$family]['useOTL']) ? $this->fontdata[$family]['useOTL'] : false;
3904 if ($fontUseOTL && $font['useOTL'] != $fontUseOTL) {
3906 $font['useOTL'] = $fontUseOTL;
3907 } elseif (!$fontUseOTL && $font['useOTL']) {
3927 $fontUseOTL
3981 'useOTL' => $fontUseOTL,