[SOLVED] Convert string to HTML charset in element.text

I want to convert a list-pushed string to HTML charset in a ‘element.text’.
As my audience (initially) is Nordic, I need to use the processed font, which works initially:

But when I launch with a ‘push and request’ like:

this.videoId_ListNames.push("Jeg tænker på dig");

  • and

this.app.root.findByName("Text").element.text = this.videoName;
(including tries with .innerHTML … and .toString() and so on)

Cf https://playcanvas.com/editor/scene/1133051

Have already debugged/googled by these sources etc:


https://www.w3schools.com/jsref/jsref_fromcharcode.asp

I vaguely remembering handling this (at least as a pure html+css-layer workaround), but the system should be able to handle this as plain a textfield in the 3D container layer … otherwise why having the ‘Process font’ option at all? :slight_smile:

Hmm … suddenly worked at test project and not main (debugging)


Yes, works both places now :slight_smile: