Wesley Moore
Wesley Moore
> This is a fairly large amount of work though, and I'm not sure if/when I'll be able to get to it. Ok, I nerd sniped my way into doing...
All good so far, just working out some glyph positioning issues. Here's the WIP font atlas for 24pt (note € in the middle of the last line): 
Looks like it's going to be removed but in the name of completeness I'll answer this query: > * what does the `--strace` for the same command look like on...
Thank you! I'll try it out on the weekend.
@nxy7 did you end up working this issue out or raising a bug upstream (I'm having the same problem on COSMIC on Arch)?
We use/prefer MacRoman wherever possible in Prince and thus embedding in PDFs so I don't think it can be merged with `CharExistence::BasicMultilingualPlane`. The reason is that in a PDF, if...
I'm working on incorporating these changes along with implementing the suggestion from this comment https://github.com/yeslogic/allsorts/issues/111#issuecomment-2719338743
Merged a version of this: https://github.com/yeslogic/allsorts/compare/b819f875dd6d23f683f9ac143ef4bc674bdab83c...087dd92
I'm working on supporting outlining variable `glyf` outlines at the moment but I realised that Allsorts 0.15 should already be passing the `gvar` tests in the text-rendering-tests. And indeed if...
You're right, a debug build generates the right output: ---- Interestingly a Release build built with `clang` (18.1.8) is also fine. Release build built with `gcc` (14.2.1) and `-fsanitize=undefined` yields...