I'm trying to set line-through Text in AndEngine but I can't find how. Is it possible without manually calculating position and draw line by myself?
Asked
Active
Viewed 56 times
1 Answers
0
i think you have to do it "manualy" with the position of the text-position methods - text.getposition + text.getwidth + textgethight

Izu
- 235
- 1
- 5
-
I already did that, and it works but I thought there is better way :) – Błażej Jun 10 '14 at 06:51