We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, I have some code that loads a font with keystrokes, similar to a word processing program. However, I was wondering if it is even possible to load alternate glyphs using one of the Processing font functions. I have created a typeface with stylistic alternates, and I would like to load them using the OpenType features built into the font. I'm not even sure if Processing has this capability as I know many programs don't support this feature anyway. Thank you!
Answers
Hi! Did you ever figure it out? apparently it is not possible. You probably have to use p5.js and do it in a browser. I'm struggling with the same problem