Open nmorse opened 3 years ago
Data columns with alpha characters mixed in don't line-up vertically with a variable width font.
Shouldn't "monospace" be standard in a terminal?
something like .setTypeface(Typeface.create("monospace",Typeface.NORMAL));
.setTypeface(Typeface.create("monospace",Typeface.NORMAL));
I'd like to +1 this! Minor but so handy for printing out lists of stuff.
Data columns with alpha characters mixed in don't line-up vertically with a variable width font.
Shouldn't "monospace" be standard in a terminal?