Jump to content

Changing text to uppercase


OlukitzFudgey

Recommended Posts

You can add the following line to the xml file in the fonts folder for the text style you are using:

<string id="capitalisation" value="upper case" />

And that will make the text all caps, it might be possible to add something like this to the widget that calls the text in the actual panels xml file:

capitalisation="upper case"

Sometimes code like that will work, other times it won't just depends on whether the game is programmed to read that or not.

If it won't read that and you haven't already set a font to the code just add a bit like this:

font="fonts/<file_name>"

to the widget that calls the text, then create an xml file in the fonts folder call <file_name> and past that top line into the file.

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...