Text Alignment

nazilabdulla

Member
Licensed User
Longtime User
B4X:
Dim Text As String="ABCD"
        Turtle.SetX(X)
        Turtle.SetY(Y)
        Turtle.PushState
        Turtle.SetSpeedFactor(SF)
        Turtle.SetPenColor(ConstantColor).SetPenSize(Size)
        Turtle.DrawText(Text)
Default Text Alignment for the DrawText is Centre, Is it possible to change to Left or Right
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…