Norihiro Kamae

Results 60 issues of Norihiro Kamae

### Description The `-G` option is removed from the cmake command line on Windows. In current CI, it took 40 seconds to switch Visual Studio version, which I want to...

GCC's static analyzer found a file pointer leak. I moved `fclose` to the outside of an `if` closure so that the file pointer will be always released when the file...

Probably, I missed to upload the packages for macOS ARM (Apple Silicon). Using my local file, I found nothing is displayed on M1 macbook air.

- Underlines and strike through (from the existing font dialog) - Ligatures - Weight

If this approach succeeded, I can replace #2.

Currently, PNG files are named by `os_gettime_ns`, which is calculated since the system boot time. This is not useful because the same name could be applied after rebooting the system....

When using bold outline, donuts shape whose size is smaller than the outline width is not filled. This PR is under development. Below is prior and current drawing results with...

This change is a workaround for a thick outline inside a circle (issue #14). The problem happens when stroking curves but lines are ok. Each curve is converted to multiple...

I'm trying to build windows binary in azure pipeline.

help wanted

This is an idea to keep scrolling infinite text. - [ ] Set a limit of lines, returns number of characters processed until reaching the limit. - [ ] Or,...

enhancement