: Making a dots trace font I made several styles of the same font family. How can I make one that translates it into a series of dots? (Resulting in a (round-)dot trace font)
I made several styles of the same font family. How can I make one that translates it into a series of dots? (Resulting in a (round-)dot trace font)
More posts by @Kimberly620
3 Comments
Sorted by latest first Latest Oldest Best
If you wanted to dork out on your solution, you could make a script in Processing to help automate the process a bit.
You can load the font as-is with the PFont function: processing.org/reference/PFont.html
Generate ellipses in the shape path: processing.org/reference/ellipse_.html
And then export the forms as PDFs: processing.org/reference/libraries/pdf/index.html
What about using a dot pattern as the fill on the shapes? Select the shape, and use the appearance palette to apply a dot pattern?
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.