vertical text in smal basic 2.5 #285
francescopanerai52
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
testo = "errore"
testo_verticale()
Sub testo_verticale
lunghezza = Text.GetLength(testo)
For f = 1 To lunghezza
GraphicsWindow.FontSize = 14
carattere = Text.GetSubText(testo, f, 1)
GraphicsWindow.ShowMessage(carattere,"")
textBox2 = carattere + Text.GetCharacter(13) + Text.GetCharacter(10)
GraphicsWindow.ShowMessage(textBox2,"")
endfor
Beta Was this translation helpful? Give feedback.
All reactions