Brian Sweeney
Brian Sweeney
We do not currently have a solution for this. You'll have to manually simulate small caps by doing something like: `Wat`, or just `Wat`. Unfortunately, you can't just replace the...
Just a follow-up comment about implementation. Performing a transform and size reduction should work fine. Ideally we'll be able to eventually detect when a font supports this variant and utilize...
This is a bit tricky. The way dompdf is set up isn't really optimized for differentiating a user-defined base path from the running file path. I'll need to think on...
also see #144
additional discussion in #1370
I haven't tried this yet and will take a look. In the meantime could you try again with a truetype font? That could be the source of the error.
Thanks for the follow-up. Glad the URL method works fine for you. We'll probably still update the font parser to add base64 support so I'll keep the issue open. (Actually,...
Nice catch and thanks for checking. That should be a quick fix for the next release.
"quick fix" ha ha
I'm working on some updates to the regex used by the Stylesheet class. Won't be in the 2.0.1 release but I expect those will be in the following release. I'll...