ZZYSonny

Results 7 comments of ZZYSonny

It seems like pdf_render is not far away from generating a svg. I will see if I can do it.

Really? I've only seen pdf2img converting pdf to a rasterized picture.

OK I will try.

I've got text rendering (mostly) correct. The way I render text is - For each embedded font, extract SVG path of unicode encodable glyph. Compose to SVG font and use...

> You can actually link most fonts directly in SVG. CID fonts are a bit more difficult. Not really. One can embed pfa fonts into a pdf, which is not...

I am thinking of using extern mode and launch qemu myself. I can do that with gdb manually, but when I try to connect VSCode to it, I can't see...

When I set "overrideLaunchCommands": [], external mode works fine. So now I am using tasks and external mode.