B4X:
Dim Canvas1 As Canvas
Dim x1,y1 As Int
Dim Text As String
Text="Some Thing Write Here"
x1=10
y1=10
Canvas1.DrawText(Text,x1,y1,Typeface.STYLE_ITALIC,Colors.Black,"LEFT")
Error : STYLE_ITALIC type do not match,
Plz give me solution
Thanks in advance