Hello, I downloaded this kind of font online, and I need to translate the input of others into this font in Processing and save the file in SVG format to the local folder. Cuz I need to upload the SVG file to my plotter to write. However, this font cannot be displayed in Processing, and the saved file is still the default font.
Does anyone know how to solve it?
Hello, I have format my code. I need to export a word entered by others into the font I downloaded and save it as an SVG file in the local folder. But when I ran it, the folder still showed the original font.
Sure, My solution was to convert the symbol corresponding to SVG files directly after I took a screenshot about each letter and number separately, and added ‘PShape’ variable in the code so that the Processing could recognize the character outline in the SVG file. So when the audiences enter each letter, it will enable automatically recognize the corresponding SVG file and generate a new SVG file in the local folder.