Chlumsky / msdfgen

Multi-channel signed distance field generator
MIT License
3.9k stars 404 forks source link

Mplus1 font artifacts #162

Closed wdanilo closed 2 years ago

wdanilo commented 2 years ago

Hi, I'm using the M PLUS 1 font. It is a variable one so I'm using the API exposed in this PR. Unfortunately, glyphs are rendered with some artifacts:

image

@Chlumsky do you think you'd find a minute to take a look at it? I'd be insanely thankful for your help here.

Chlumsky commented 2 years ago

Use a version with Skia preprocessing.

wdanilo commented 2 years ago

Thanks, @Chlumsky! We will try it out. It requires some work (as we are compiling everything to WASM), so we will test it out in the upcoming days/weeks and in case we will still have some issues, I'll let you know. For now, I'm closing this issue. Thanks again!