Home
last modified time | relevance | path

Searched refs:TTCfontID (Results 1 – 5 of 5) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
DMetricsGenerator.php20 …public function generateMetrics($ttffile, $ttfstat, $fontkey, $TTCfontID, $debugfonts, $BMPonly, $… argument
23 $ttf->getMetrics($ttffile, $fontkey, $TTCfontID, $debugfonts, $BMPonly, $useOTL); // mPDF 5.7.1
48 'TTCfontID' => $TTCfontID,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFileAnalysis.php9 function extractCoreInfo($file, $TTCfontID = 0) argument
34 if ($TTCfontID > 0) {
46 $this->seek($this->TTCFonts[$TTCfontID]['offset']);
452 …return [$this->familyName, $bold, $italic, $ftype, $TTCfontID, $rtl, $indic, $cjk, $sip, $smp, $pu…
DTTFontFile.php223 …public function getMetrics($file, $fontkey, $TTCfontID = 0, $debug = false, $BMPonly = false, $use… argument
271 if ($version === 0x74746366 && !$TTCfontID) {
275 if (!in_array($version, [0x00010000, 0x74727565], true) && !$TTCfontID) {
279 if ($TTCfontID > 0) {
288 $this->seek($this->TTCFonts[$TTCfontID]['offset']);
555 function getCTG($file, $TTCfontID = 0, $debug = false, $useOTL = false) argument
575 if ($TTCfontID > 0) {
584 $this->seek($this->TTCFonts[$TTCfontID]['offset']);
3457 function makeSubset($file, &$subset, $TTCfontID = 0, $debug = false, $useOTL = false) argument
3482 if ($TTCfontID > 0) {
[all …]
DOtlDump.php171 …function getMetrics($file, $fontkey, $TTCfontID = 0, $debug = false, $BMPonly = false, $kerninfo =… argument
202 if ($version == 0x74746366 && !$TTCfontID) {
206 if (!in_array($version, [0x00010000, 0x74727565]) && !$TTCfontID) {
210 if ($TTCfontID > 0) {
219 $this->seek($this->TTCFonts[$TTCfontID]['offset']);
DMpdf.php3893 …$TTCfontID = isset($this->fontdata[$family]['TTCfontID'][$stylekey]) ? isset($this->fontdata[$fami…
3923 $TTCfontID,
3980 'TTCfontID' => $TTCfontID,