Home
last modified time | relevance | path

Searched refs:TTCFonts (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFileAnalysis.php25 $this->TTCFonts = [];
44 $this->TTCFonts[$i]['offset'] = $this->read_ulong();
46 $this->seek($this->TTCFonts[$TTCfontID]['offset']);
H A DTTFontFile.php180 var $TTCFonts; variable in Mpdf\\TTFontFile
263 $this->TTCFonts = [];
286 $this->TTCFonts[$i]['offset'] = $this->read_ulong();
288 $this->seek($this->TTCFonts[$TTCfontID]['offset']);
572 $this->TTCFonts = [];
582 $this->TTCFonts[$i]['offset'] = $this->read_ulong();
584 $this->seek($this->TTCFonts[$TTCfontID]['offset']);
655 $this->TTCFonts = [];
668 $this->TTCFonts[$i]['offset'] = $this->read_ulong();
3478 $this->TTCFonts
[all...]
H A DOtlDump.php135 var $TTCFonts; variable in Mpdf\\OtlDump
194 $this->TTCFonts = [];
217 $this->TTCFonts[$i]['offset'] = $this->read_ulong();
219 $this->seek($this->TTCFonts[$TTCfontID]['offset']);