DrawTextFixed("tag1", "ColOne\tColTwo\tColThree", TextPosition.TopLeft );
"ColOneColTwoColThree"
instead of like this:
"ColOne ColTwo ColThree"
In other words, it seems like the DrawTextFixed method doesn't print TABs correctly or I'm doing something wrong. Thoughts?
Comment