basically i want to Convert text inside the TextInput object to a different character set that will display in the Text object after pressing a button
Develop games in your browser. Powerful, performant & highly capable.
Couldn't you just display it in an Iframe and use the HTML char set?
w3schools.com/charsets
And/or use something like Google fonts? They have fonts in 30 odd languages.
that does make sense but i first would have to make a custom font for what i need as i want particular characters to change into a particular way
so a capitalized A would be something like ^0 in the text object
I've used FontForge in the past to create custom fonts and it does a decent job and it's not too difficult to use. I believe it can save in .woff.
fontforge.github.io/en-US
thanks man i once tried to use it but it felt finicky i guess i can try again