Python Forum
how to render TAB in pygame
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to render TAB in pygame
#2
In GUI you cant just put a /t and expect it to print out a tab like it does in the console/terminal. You have to literally push it over some number of pixels to the right.... in the same manner that you pushed each line down on the X axis in increments of 25 pixels to simulate newlines.
Recommended Tutorials:
Reply


Messages In This Thread
how to render TAB in pygame - by lightframe109 - Sep-03-2020, 01:52 PM
RE: how to render TAB in pygame - by metulburr - Sep-03-2020, 09:49 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [pyGame] Render Text from Variable, examples needed ! JamieVanCadsand 1 5,944 Oct-03-2017, 09:54 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

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