Closed nriley closed 2 years ago
These all sound like great changes! Do you want to just send me a pull request? If for some reason that would be difficult, I can make the changes myself.
Sure, I can do that, it may be a week or so - very busy this week and traveling this weekend.NicholasOn Sep 19, 2022, at 11:42 PM, James Stout @.***> wrote: These all sound like great changes! Do you want to just send me a pull request? If for some reason that would be difficult, I can make the changes myself.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
Sure, I can do that, it may be a week or so - very busy this week and traveling this weekend.NicholasOn Sep 19, 2022, at 11:42 PM, James Stout @.***> wrote: These all sound like great changes! Do you want to just send me a pull request? If for some reason that would be difficult, I can make the changes myself.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
Here's a workaround (actually simpler than what you do now) - create debug/disambiguation canvases using
Canvas.from_screen
, for example:I found the appearance is improved if you remove
c.paint.typeface = "arial"
- Skia picks something OS-specific which looks better.Here's how it looks now with everything fixed:
Also would recommend not using
embolden
(synthetic bold) when fonts should have true bold. I was able to construct a true bold system font like this:Or to go back to the system font: