Tab size '\t' ?!?
in
Programming Questions
•
1 year ago
Hello,
I'm trying to implement simple serial console application and everything is going just fine, except '\t' character.
The problem is that text("1\t2\t\t3"); looks like "1 2 3". Using font with fixed width do not fix the problem.
My question is how to set tab size in Processing?
Note: Replacing the "\t" with " " is not solution in my case. Tab character is used for alignment of data.
I'm trying to implement simple serial console application and everything is going just fine, except '\t' character.
The problem is that text("1\t2\t\t3"); looks like "1 2 3". Using font with fixed width do not fix the problem.
My question is how to set tab size in Processing?
Note: Replacing the "\t" with " " is not solution in my case. Tab character is used for alignment of data.
1