mirror of
https://github.com/vdm-io/tcpdf.git
synced 2024-11-29 07:33:54 +00:00
5.9.121
This commit is contained in:
parent
eb7368e325
commit
c2c5276a22
@ -5063,7 +5063,7 @@ class TCPDF {
|
|||||||
} elseif ($type == 'TrueTypeUnicode') {
|
} elseif ($type == 'TrueTypeUnicode') {
|
||||||
$enc = 'Identity-H';
|
$enc = 'Identity-H';
|
||||||
} elseif ($type == 'cidfont0') {
|
} elseif ($type == 'cidfont0') {
|
||||||
if ($this->pdf_mode) {
|
if ($this->pdfa_mode) {
|
||||||
$this->Error('All fonts must be embedded in PDF/A mode!');
|
$this->Error('All fonts must be embedded in PDF/A mode!');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user