Assigning a Custom Font to the text within a table
Greeting Fellow Saladers
As I understand it is possible to assign a custom font to numbers.
is it possible to assign a custom font to a word defined in a table? eg in the table it would say "Play" and it could print that into a menu?
As I understand it is possible to assign a custom font to numbers.
is it possible to assign a custom font to a word defined in a table? eg in the table it would say "Play" and it could print that into a menu?
Best Answer
-
tatiang Posts: 11,949
Numbers are a whole lot easier because (a) there are 10 possibilities instead of 26 and (b) you can use mathematical functions to parse the digits of a large number and then assign them to images with the same name.
You can't currently parse a word in a table (or in a text attribute for that matter), so this would be quite difficult to set up. You'd need each letter in a separate cell and then you'd need a looping rule that reads out the letters one by one and either spawns or communicates with a letter placeholder actor that changes to the correct letter.