This commit is contained in:
Nick 2011-09-28 15:29:07 +02:00
parent eb7368e325
commit c2c5276a22
1 changed files with 1 additions and 1 deletions

View File

@ -5063,7 +5063,7 @@ class TCPDF {
} elseif ($type == 'TrueTypeUnicode') {
$enc = 'Identity-H';
} elseif ($type == 'cidfont0') {
if ($this->pdf_mode) {
if ($this->pdfa_mode) {
$this->Error('All fonts must be embedded in PDF/A mode!');
}
} else {