Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
DMetricsGenerator.php5 use Mpdf\TTFontFile; alias
22 $ttf = new TTFontFile($this->fontCache, $this->fontDescriptor);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DFontWriter.php8 use Mpdf\TTFontFile; alias
82 $ttf = new TTFontFile($this->fontCache, $this->fontDescriptor);
166 $ttf = new TTFontFile($this->fontCache, $this->fontDescriptor);
282 $ttf = new TTFontFile($this->fontCache, $this->fontDescriptor);
407 $ttf = new TTFontFile($this->fontCache, $this->fontDescriptor);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFileAnalysis.php5 class TTFontFileAnalysis extends TTFontFile
DTTFontFile.php49 class TTFontFile class