Inter 4.0 - Using it for text-stroke (outline/hollow) #742
Answered
by
rsms
Jimmy-Jim-J
asked this question in
Q&A
|
Hi. First time caller on this thread and Github. Experiencing an issue with the text when I text-stroke it. It's not meant in a derogatory term, but when I text-stroke the typeset, I call the design element a 'bit dirty'. See screen grab. I appreciate this end use, might not have been a need. I couldn't find any other Q&As regarding this type of text treatment in the Inter thread. Has anybody else experienced it, and apart from photoshopping the artwork, have a solution? |
Answered by
rsms
Sep 13, 2024
Replies: 2 comments 4 replies
|
This is the case with all variable fonts. You either need to unify the shapes by applying the boolean union (using for example skia-pathops) or use the static font files which are pre-processed with boolean union (aka "remove overlaps") |
4 replies
Answer selected by
rsms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



This is the case with all variable fonts. You either need to unify the shapes by applying the boolean union (using for example skia-pathops) or use the static font files which are pre-processed with boolean union (aka "remove overlaps")