Eduard Karpiel
Eduard Karpiel
Actually I don’t as I don’t have it confirmed whether skipping first column for Index is intentional. Maybe it is for tables with just one primary key (as they are...
@jakejackson1 I was thinking about it, but this might affect projects which use such setup and don’t want to have autoScript disabled. So I rather choosed a more safe option,...
@jakejackson1 I forgot to mention, that this is written in [docs for lang attribute](https://mpdf.github.io/fonts-languages/lang-6-x.html): > The HTML lang attribute has a number of uses: > > - when OTL tables...
Possible fix would be extending the line 10845 to: ```php $this->fonts[$fontkey] = ['i' => $i, 'type' => 'Type0', 'name' => $name, 'up' => $up, 'ut' => 40, 'cw' => $cw,...