Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lots of text objects?
#1
Hi there.

Im writing a monitor app, it gathers loads of data and gives a graphical representation. And, I'd like to add certain numbers as text. I'll need well over 100 different text objects.

So I really have to create 100+ text surfaces of each value and blit them to the main surface? Or is there a way to create a text layer, add all the text and just overlay this?

Or just a simple method that will draw text on the main surface?

Thanks.
Reply
#2
Are you using pygame? Your question sounds very library-specific.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020