How to add a stroke to a display.newEmbossedText()?

Hi,

I used this line to create my text view :

alert\_level\_num = display.newEmbossedText("1",display.contentCenterX,display.contentCenterY+100, "SF Arch Rival", 300) alert\_level\_num:setFillColor(red) alert\_level\_num:setEmbossColor( color ) alert\_level\_num:setStrokeColor( 0.2, 0.3, 0.8 ) alert\_level\_num.strokeWidth = 8 alert\_level\_num.isVisible=false screenGroup:insert(alert\_level\_num)

Now i saw it’s possible to add a stroke to a display, whatever i cannot find any information about the display.newEmbossedText()

Any suggestion to how to stroke my text with a white line ? Just like in my example : ShSv1.jpg

Unfortunately it is not possible to stroke text in Corona.

Unfortunately it is not possible to stroke text in Corona.