30
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-06-05 07:10:48 +00:00
This commit is contained in:
Nick 2011-09-28 15:29:07 +02:00
parent eb7368e325
commit c2c5276a22

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 {