Tontyna
Tontyna
> I have to read the spec again. Good luck!
@peregrinogris the spec you quote is about **page** based counters. It's been a while since I dealt with css counters and the spec, but as far as I remember the...
Fontconfig needs its configuration files, otherwise no `@font-face`, fallback to native system fonts. As the warning says: "Expect ugly output", see #592 That makes things a bit more complicated because...
I don't have a Windows system at hand to hard-core-test the wheel, e.g. by not using WeasyPrint standalone but within a project containing other modules requiring GTK libraries. Or inside...
Not enough info! What's the CSS declaration of your "col" and "row" classes?
Now, thanks to @ramonski, I know that Bootstrap 4.x uses a CSS flex layout.
>I know that the problem probably comes from a problem in the flex layout. Problem is that bootstrap css defines both, a `flex-basis` and a `max-width` for the `col-*` flex...
Ah, the **new issue** should be along the lines of "don't apply max-width to flex items unless their flex container has an absolute width"
Just an idea. Quoting the docs on [pango_cairo_create_layout()](https://developer.gnome.org/pango/stable/pango-Cairo-Rendering.html#pango-cairo-create-layout) > Creates a layout object set up to match the current transformation and target surface of the Cairo context. > [...] >...
> Hopefully someone has an idea what I can do about it You can't do nothing about it. See #36. WeasyPrint is unable to paginate/split rows which cross the page...