Benoit KUGLER

Results 47 comments of Benoit KUGLER

> > what would SetCacheSize do then ? > > This function would update the member variable with the argument minus the default size. Ah of course ! 😅

We try to avoid string []rune roundtrip by having all steps using []rune. Having said that, your proposal makes sense for standalone use, and I would welcome a PR. (I...

> You mean the API to accept `iter.Seq[rune]` instead of `[]rune`? Then this is also fine as this can avoid allocations too, as far as I understand. Hum... I'm not...

Thank you for the investigation. I'll close the issue, feel free to re-open if you see a path forward.

The `textlayout` was an exploratory package. This experiment gave me the feeling that supporting multiple font formats (under a common interface) wasn't really worth the pain, especially because the harfbuzz...

Thank you for the precisions ! > _ie:_ in both usecases above, "type1 support" is just for parsing the font file and storing (meta)data about the font. > all typesetting...

Hi, Thank you for this use case. I see two subtasks you want to handle : 1) knowing the resulting page size 2) concert to an image I'm afraid goweasyprint...