Thing is, if you release this plug-in to the public, people can see how it works and write a little scrubber tool that removes data encoded in that particular way 🙀 (View Post)
If you just want to convert a bunch of SVG images to a color font, without needing to do work in a font editor, there are some command line tools that'll do just that for you: https://github.com/adob… (View Post)
You could also use TrueType instructions to embed any (encoded) data among the assembly code. Or through entries in a bogus lookup table. Fun stuff! Plenty of ways to do this, but if it isn't accompa… (View Post)