Searched refs:FontException (Results 1 – 5 of 5) sorted by relevance
5 class FontException extends \Mpdf\MpdfException class
231 throw new \Mpdf\Exception\FontException(sprintf('Unable to open font file "%s"', $file));268 …throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported …272 …throw new \Mpdf\Exception\FontException(sprintf('TTCfontID for a TrueType Collection is not define…276 throw new \Mpdf\Exception\FontException(sprintf('Not a TrueType font: version=%s)', $version));282 …throw new \Mpdf\Exception\FontException(sprintf('Error parsing TrueType Collection: version=%s - (…335 …throw new \Mpdf\Exception\FontException(sprintf('TTF file "%s": invalid checksum %s table: %s (exp…563 throw new \Mpdf\Exception\FontException(sprintf('Unable to open file "%s"', $file));578 …throw new \Mpdf\Exception\FontException(sprintf("Error parsing TrueType Collection: version=%s (%s…631 …throw new \Mpdf\Exception\FontException(sprintf('Font "%s" cannot map all included glyphs into Pri…651 throw new \Mpdf\Exception\FontException(sprintf('Unable to open file "%s"', $file));[all …]
181 throw new \Mpdf\Exception\FontException(sprintf('Unable to open file "%s"', $file));199 …throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported …203 …throw new \Mpdf\Exception\FontException("TTCfontID for a TrueType Collection has to be defined in …207 throw new \Mpdf\Exception\FontException("Not a TrueType font: version=" . $version);213 …throw new \Mpdf\Exception\FontException("Error parsing TrueType Collection: version=" . $version .…262 …throw new \Mpdf\Exception\FontException(sprintf('TTF file "%s": invalid checksum %s table: %s (exp…476 …throw new \Mpdf\Exception\FontException("Error loading font: Unknown name table format " . $format…498 …throw new \Mpdf\Exception\FontException("Error loading font: PostScript name is UTF-16BE string of…539 …throw new \Mpdf\Exception\FontException("Error loading font: Could not find PostScript font name: …546 …throw new \Mpdf\Exception\FontException("psName=" . $psName . " contains invalid character " . $c …[all …]
30 …throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported …
6 * new `Mpdf\Exception\FontException` extending base `MpdfException` was introduced and is thrown on…