Home
last modified time | relevance | path

Searched refs:BMPonly (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
52 'BMPselected' => ($BMPonly) ? true : false,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php171 function getMetrics($file, $fontkey, $TTCfontID = 0, $debug = false, $BMPonly = false, $kerninfo = false, $useOTL = 0, $mode = null) argument
223 $this->extractInfo($debug, $BMPonly, $kerninfo, $useOTL);
465 function extractInfo($debug = false, $BMPonly = false, $kerninfo = false, $useOTL = 0) argument
766 if ($BMPonly) {
772 if ((($platformID == 3 && $encodingID == 10) || $platformID == 0) && !$BMPonly) {
802 if ($format == 12 && !$BMPonly) {
854 if (!$BMPonly) {
H A DTTFontFile.php223 public function getMetrics($file, $fontkey, $TTCfontID = 0, $debug = false, $BMPonly = false, $useOTL = 0) argument
293 $this->extractInfo($debug, $BMPonly, $useOTL);
672 function extractInfo($debug = false, $BMPonly = false, $useOTL = 0)
1028 if ($BMPonly) {
1032 } elseif ((($platformID == 3 && $encodingID == 10) || $platformID == 0) && !$BMPonly) { // Microsoft, Unicode Format 12 table HKCS
1059 if ($format == 12 && !$BMPonly) {
1116 if (!$BMPonly) {
660 extractInfo($debug = false, $BMPonly = false, $useOTL = 0) global() argument
H A DMpdf.php92 var $BMPonly;
1090 $this->BMPonly = [];
3895 $BMPonly = in_array($family, $this->BMPonly) ? true : false;
3898 if ($BMPonly && !$font['BMPselected']) {
3900 } elseif (!$BMPonly && $font['BMPselected']) {
3925 $BMPonly,
101 var $BMPonly; global() variable in Mpdf\\Mpdf