All memory exhausted when trying to embed specific TrueType font as the following one:
https://drive.google.com/file/d/1bUIf_2ddHRMl5cpLKafxNC3VEA8qfEhx/view?usp=sharing
All memory exhausted when trying to embed specific TrueType font as the following one:
https://drive.google.com/file/d/1bUIf_2ddHRMl5cpLKafxNC3VEA8qfEhx/view?usp=sharing
Hello,
We have run the following code using your TTF font:
$docx->embedFont('simkai.ttf', 'simkai');
in our test servers (Linux, Windows and macOS) and it's being added correctly.
Please note that to embed fonts, TTF files need to be transformed to ODTTF format using HEX operations, so as your TTF is 12MB if your server returns a memory exhausted error you may need to increase it in the PHP config: https://haydenjames.io/understanding-php-memory_limit/.
We also recommend you to run the included samples (examples/LayoutAndGeneral/embedFont folder).
Regards.