ivanjaros

Results 98 comments of ivanjaros

https://github.com/goccy/go-json/pull/437

I noticed blurry text too. But it seems this is not tied to the library, merely it adjusts the dimensions of the wrapper in the demo https://github.com/search?q=repo%3Atimdream%2Fwordcloud2.js%20ppx&type=code

there is os.PathDelimiter, iirc, or simple filepath.Join() exactly for this.

> Seems to work great for me! Takes about 1.2 seconds. `panic: could not load fonts: could not get font bytes. IBM Plex Serif-regular: Unknown font` If i comment out...

I seems the problem comes from here github.com/go-swiss/font/google/google.go:51:GetFontBytes() where it tries to downlaod fronts from google fonts but fails. I have disabled my firewall but it did not help. So...

This fails. Even though the json definition for the font exists. ![obrázok](https://user-images.githubusercontent.com/64546059/208235583-674da91f-fab4-4c18-ad19-5eadd701cf92.png)

When I use on of the built-in fonts, like FontCourier, the problem is gone. I am not sure if the problem is with the go-swiss/fonts library or this one(all code...

I have created new directory, in it i have put md file with content i linked above and main.go with content by erwin above and built it and run it...

Try https://github.com/ivanjaros/pdftest

What OS are you on? I am on Windows so maybe there is issue with OS-specific paths?