change the color of the text

Palma Colapietro 136 Reputation points
2021-06-19T11:18:01.39+00:00

Hito all.
About Small Basic.
How to change color of text in a graphics window?

Thanks

Small BASIC
Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
282 questions
0 comments No comments
{count} votes

Accepted answer
  1. WhTurner 1,611 Reputation points
    2021-06-19T11:29:14.243+00:00

    try:
    GraphicsWindow.BrushColor="Red"
    GraphicsWindow.FontSize=20
    GraphicsWindow.DrawText(10,10,"test test test")

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.