Brian Sweeney
Brian Sweeney
Can you outline the scenario where this error occurs? FontLib shouldn't attempt to read the font file with a null offset so this could be indicative of a parsing error.
Any luck identifying the cause of the issue? Or, if you can indicate the font and the operation I should be able to figure out what happened.
I'm not receiving any deprecation notices about the return type, what's triggering the notice for you? Is this from static analysis? Regardless, wouldn't it make more sense to specify the...
Yes, I have those settings as noted but still do not get the warnings. Unit tests also don't generate anything. I'd like to be able to ensure warnings like these...
It does not, but this seems like a good addition to a future release.
Thanks @markkimsal I think that's probably the best option. I was trying to work out a method using HTML+CSS plus some callback logic but there are challenges there that I...
Definitely a bug. A possible explanation is that the first pass is splitting the text (i.e., into individual frames to fit the lines). On the following page the split frames...
No specific timeline yet but would like to bump the minimum PHP version in one of the upcoming major releases. I was thinking 8.0 to start, but that wouldn't help...
Some scenarios are addressed by 2585, but a positioned element inside a positioned element with auto-height is not yet fixed. ``` dompdf dompdf ```
Thanks for catching that. I'll need to go through and see if any other issues were closed when I merged to master.