Felix Schütt

Results 278 comments of Felix Schütt

Yeah, I didn't want to do proper color management for this release.

This was an oversight, yes.

Yeah, it embeds the entire font without subsetting. This could technically be solved with switching to subsetting fonts with allsorts and only using the glyphs that are being used.

In the `0.8` API this is the default behaviour now.

This was fixed in https://github.com/fschutt/printpdf/commit/3fb349f82f02888ad5afaef9745e1f7c78c1187a use master

WASM is fully supported now.

Yeah I know about allsorts, but I never got around to migrating to allsorts.

`ParsedFont` now uses allsorts, but there's no text shaping yet. There is, however, an HTML API in progress.

Shaping was added in 0.8.2, as a pre-step towards HTML content generation. ```toml [dependencies.printpdf] version = "0.8.2" default-features = false features = ["text_layout"] ``` ```rust fn main() -> Result {...

No, but it shouldn't be hard to add since the API is just a couple of functions. I do wonder why people are interested in this library, I just wrote...