hi guys math expression issue

Im developing a quiz app where i need to put text in some specific format for example for math quiz i need  expression like sqrt, subscripts an so on, do i have to use images instead for achive that or there is a kind of format to lua understand those special symbols and location for any character?

I don’t think there are any special symbols that Corona processes like this, although you can access square root symbols and so on if they exist in the font you are using to print.

To get subscript and superscripts like you do in HTML, you’d need to create a separate text object and bump it up or down accordingly.

I don’t think there are any special symbols that Corona processes like this, although you can access square root symbols and so on if they exist in the font you are using to print.

To get subscript and superscripts like you do in HTML, you’d need to create a separate text object and bump it up or down accordingly.