IdreesInc / Monocraft

A monospaced programming font inspired by the Minecraft typeface
https://idreesinc.com
SIL Open Font License 1.1
8.02k stars 115 forks source link

Added a small overlap on top of pixels with pixels on top #89

Closed Ciubix8513 closed 1 year ago

Ciubix8513 commented 1 year ago

This should fix #88

IdreesInc commented 1 year ago

Interesting, technically you aren't supposed to overlap stuff on fonts so this might cause issues with other renderers. I intend to at some point make an algorithm that combines pixels into groups and draws them all at once (so adjacent pixels become one big shape), but I also plan on writing code that keeps each pixel and even shrinks them down a bit so I can create a sort of "Monocraft-Light" for those with software that puts too much weight on each stroke. Will need to look into this more before I can merge, but I will be on vacation next week so it might take some time.

Ciubix8513 commented 1 year ago

This fix worked for me, but yea ideally that is the best solution, but it's relatively complicated and I didn't want to take on that problem. But I might give it a try

Ciubix8513 commented 1 year ago

This issue is better solved with #98 so i'm closing this PR