You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to draw words in a single stroke with a pen plotter using mergelines and the cursive font. However, glyphs like d don't connect because the incoming stroke is not present and the downstroke is seperated.
vpype text --font cursive "bird" linemerge show
It's unclear to me how the pickled fonts were generated, and what the process for updating them looks like.
It looks like it'd be a matter of adding a few segments that trace back on themselves, as does happen in some sans-serif fonts.
The text was updated successfully, but these errors were encountered:
There is a plugin for TTF support. And another could be quickly written for SHX support but you'd then be left to shift through various old Adobe fonts from the 90s or whatever which was basically all the single line vector fonts that were used. Though I don't recall if they had better support for these sorts of things. It's a pretty tricky subject how to connect the letters in a font like that. But give that the D has a top and outward part it's going to need an extra pick up of the pen (unless you keep create an up and down slope for the 'd' there.
I want to draw words in a single stroke with a pen plotter using
mergelines
and the cursive font. However, glyphs liked
don't connect because the incoming stroke is not present and the downstroke is seperated.It's unclear to me how the pickled fonts were generated, and what the process for updating them looks like.
It looks like it'd be a matter of adding a few segments that trace back on themselves, as does happen in some sans-serif fonts.
The text was updated successfully, but these errors were encountered: