Jan Kalach

Results 2 issues of Jan Kalach

![image](https://github.com/mainIine/foe-helfer-extension/assets/106660225/b36182d3-c34b-48f3-8b1e-ce084174e98f) Multiple characters over each other. OS: Ubuntu 22.04.2 LTS Gnome Google Chome 114.0.5735.198 Foe Helper: 3.2.6.0

Mpdf can be created with config param fontDir. ```php $mpdf = new Mpdf([ 'tempDir' => $myTempDir, 'fontDir' => [$myCustomFontDir], 'fontData' =>[$myCustomFontData], 'default_font' => 'poppins', ]); ``` When I add mpdfConfig...