Laurenz
Laurenz
Would they really have to wait that long? The event receiving in the for loop has a timeout of 100ms after all.
It doesn't look to me as if the use of hashes in IDs is intentional. There is no mention of this in the linked PR #2279 that changed it. Moreover,...
In any case it is problematic to hash content and use that for the output. With ASLR (address space layout randomization) the output will be unstable.
Yes. `insert_with` takes a hash that is derived from a `GroupItem` which may contain `Content` in `FrameItem::Meta` entries.
We're already subsetting fonts for PDF export, just not in the most optimal way.
> Until we figure out font embedding, as is I have code that could be used to layout invisible text on top of existing glyphs, which would allow text highlighting,...
@PgBiel What you wrote does work on main, but it will be rather inefficient if the font is used a lot in the document.
I do sort of agree with @Enivex though. Maybe we need a reusable font type that wraps a buffer or string resource with settings rather than a dictionary.
It is true that the difference isn't big at the moment, mostly that it could have methods, can be documented better and similar minor things. My statement from above isn't...