1. Get your text from wherever you store it - online or data file, etc.2. Call convertToPseudoUnicode() in Stencyl with this text with custom code. You'll have to use the "Internal Name" of attributes. See example. It's not a fast conversion, so it's best not to do this in the Drawing or Updated events.3. Use this converted text in the Drawing event, using your font with the special characters in it.