Brian Sweeney

Results 826 comments of Brian Sweeney

The font fallback functionality hasn't been officially released yet. [2.0.4 is just 2.0.3](https://github.com/dompdf/dompdf/compare/v2.0.3...v2.0.4) with a minor change to address a recursion vulnerability. The font fallback functionality will be released as...

1. Dompdf _shouldn't_ be attempting to write to the vendor font directory, based on what you've shared here. Font metrics should only be written when a new font is registered....

Not yet, no. Just a quick summary of what's happening. When text is justified we have to do a spacing adjustment for the text in the PDF. This works fine...

Looks like it doesn't necessarily require the inline elements to break up a word since extra spacing is added around any inline element.

I would generally recommend a fresh install on each new system instead of copying the files. The dompdf_font_family_cache.php file is a generated file. If you do not have any installed...

This is a known issue. Work on a fix was started in the vertical-align branch (#2762) and that branch does render your sample as expected. Unfortunately, I have not yet...

Would need to see a sample of the HTML + CSS to be able to say what's happening here.

I'm not able to reproduce using what you've provided. Which version of Dompdf are you using? What's the page size and orientation?

Seems doable, similar logic would apply for sure.