tags:

views:

292

answers:

4

I'm creating a GUI application that requires the user to provide lots of numeric data. What is the best font to display the user's data? I assume that a mono-spaced font would be better in this case, as multiple lines will have the same number of characters.

A: 

anything monospace will be fine.

Peter
+1  A: 

I'd probably go sans serif monospace.

What other fonts are you using for the rest of the application? If the answer is "Arial", "Arial Monospace" is probably the matching font for the numbers.

Dean J
But 0's and 6's look very similar in Arial.
Zombies
Here's a monospace Arial variant: http://tinyurl.com/yj49u7vNot very similar to my eye, although glad to know it's a problem for some.
Dean J
A: 

Agreed on monospace but let the USER choose which one and the size - you have to set one by default

Mark
+1  A: 

My favorite is Consolas

sylvanaar