Smooth font generation challenge #962
-
Hello! I'm on a home project preparation phase, and would like to add my favorite Logisoso font to the SPIFFS as custom smooth font. After installed to the system, I tried the Create_font.pde in the Processing tool.
// Set the fontName from the array number or the defined fontName After deleted the line the script was running properly, because it's formerly defined above. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I do not get the same results. I did the following:
I delete the line you suggest and run again with fontNumber still 409 and the sketch crashes and has to be terminated Not sure if you made any other edits that caused the problem, would be helpful if you try exactly the above with the original master sketch. |
Beta Was this translation helpful? Give feedback.
-
Hi, I recently successfully converted a .ttf font chosen and downloaded from Google Fonts using Processing. But it was a struggle. I experienced that Processing demands a certain folder and file structure. I took some screenshot of my folder and file setup, put the images together in one image and annotated it. See the attachment |
Beta Was this translation helpful? Give feedback.
I do not get the same results.
I did the following:
int fontNumber = 409;
Ran again and this created font Yu Gothic UI Light20 as expected and without error
I delete the line you suggest and run again with fontNumber still 409 and the sketch crashes and has to be terminated
Not sure if you made any other edits that caused the problem, would be helpful if you try exactly the above with the original master sketch.