Text formatting

Well, is there a way to format parts of a string

just like the HTML codes

for example if I want a part of some specific string bigger in size I would do that

local anyString = “[biggerSize]blablabla[/biggerSize]\n Blablalala”

I am kind of sure it isn’t available right now

but is there a way of doing this ? without creating 2 texts display objects ?

Corona SDK does not provide any API’s to do this. There are however some 3rd party libraries created by Corona developers that you can use. Search the forums for formatted text.

Rob

Corona SDK does not provide any API’s to do this. There are however some 3rd party libraries created by Corona developers that you can use. Search the forums for formatted text.

Rob