Felix Schütt

Results 278 comments of Felix Schütt

@prayag17 yeah, use vlc-static-rs instead of vlc-rs, because the former includes the `vlc.lib` file as part of the distribution

Okay, (1) is fixed. It seems that (2) was related to my terminal, I used the Git Bash shell. When I used Windows Terminal, it worked as expected. I have...

> That's a good catch, we are going to see how we can fix it. Do you happen to remember how you installed Wasmer so we can try to reproduce...

> printpdf currently is lacking this (because it parses fonts on it own) No, if I remember correctly, it just "translates" a `printpdf::ParsedFont` to an `azul::ParsedFont` (which is a wrapper...

> Esp., I am wonder why azul almost copied the code without calling allsorts? I believe it's because ecause `azul` exposes a C API with very "open" fields, i.e. you...

Yeah, it should be feature-gated better, however, the new font shaping and subsetting adds `allsorts` anyway.

Yes, the fork is because of https://github.com/yeslogic/allsorts/pull/112 - I didn't get around to merge this.

Yeah, the HTML parser is not really for production. It doesn't know what the "br" tag corresponds to, i.e. internally it has "components" that take the node and generate a...

as far as I'm aware, underlines are not a PDF feature, you'd need to calculate underlines manually using a text shaping crate