Brian Sweeney
Brian Sweeney
I'm closing this issue because Dompdf is, as far as I know, working as intended and I don't think we'll do any work to address the specific request in the...
nothing yet
As I've been researching issues with php-font-lib the [Character Code/Glyph Mapping Requirements and Recommendations](https://developer.apple.com/fonts/TrueType-Reference-Manual/RM07/appendixB.html) appendix from the TrueType spec might be useful while exploring this enhancement. Two items of note:...
I'm not familiar enough with Khmer to say for certain how to address the issue. The issue is not really with php-font-lib (unless the font itself is unable to be...
@EdersonPalma perhaps you can describe what you're trying to achieve. Are you trying to start the footer on page two? Also worth noting that Dompdf does not yet support `calc`,...
If the footer applies to every page why do you need to add the `page-break-before` styling?
@EdersonPalma can you [start a new discussion](https://github.com/dompdf/dompdf/discussions/new/choose) so we can talk further. No need to clutter the issue with this type of chatter.
no worries, just want to make sure we take this discussion to the forums 👍
Improved font selection based on character support was added with #3155.
Noting for reference that the CSS 3 specification does allow this type of functionality using [named pages](http://www.w3.org/TR/css3-page/#using-named-pages)