Domain: tobias-jung.de
Stories and comments across the archive that link to tobias-jung.de.
Comments · 7
-
ProFont
I prefer ProFont, but perhaps that's because I have a low-resolution screen (102ppi). I set up my console font for ProFont at size 8 (size 7 isn't quite clean enough for me). The "Source Code Pro" font has a taller line height at that size, and the dot on the 0 is pushed off to the left (and antialiased), which makes it harder to distinguish from O. ProFont gets around this by using a slash for 0, which is very obvious even at small sizes.
-
Re:Fonts
You want ProFont or one of it's imitators:
http://www.tobias-jung.de/seekingprofont/
Especially if you're editing code.
It clearly differentiates 0 vs o, and i vs 1 vs l. -
ProFont (monospaced)
ProFont is my font of choice for programming needs. It's small and it provides a "0" (zero) which is good to distinguish from a capital "O". Extra goodie for german speaking coders: it includes umlauts.
-
ProFont ruled the day
This was my favorite for a long time. No question about 1 and l, or 0 and O; which may have been identical in the default Monaco. Also
:,;, and , where slightly bold so one could easily see statement ends.
But for whatever reason, big screens, better fonts, syntax highlighting. ProFont was quite readable in 9pt; important on small screens. I might try to put ProFont in Eclipse tomorrow. ProFont can be found here: http://www.tobias-jung.de/seekingprofont/index.html -
Re:Fonts for Programming
I use a font called ProFont. It's fixed width, very clear at small sizes, and has great differentiation between l and 1 and 0 and O. Also, the punctuation seems larger and more distinct. It's not the prettiest thing, but it makes coding much easier. You can find it for Win, Mac, Linux, or Atari!?! here.
-
ProFont for programmers
Probably my favorite thing about Andale Mono is that the zero has a dot in the center, making it trivial to distinguish from the letter O, which does not have the dot. Few other monospaced fonts today have that feature.
To programmers, that's a big win. In fact, making C-syntax characters look different ("1" v. "l", "{}" v. "()", "O" v. "0", "." v. ",", ":" v. ";", "'" v. "`") should be a priority for anybody working on an Andale Mono replacement. (Andale Mono could be improved on a few of these).
You'd probably be interested in ProFont - a font designed for programmers, which has existed for years, but few outside of the Mac programming community know about it. It was specifically designed to be readable at 9 point, with similar characters distinctly different, as this page demonstrates. The full distribution includes TrueType, Type 1, and bitmap versions of the font for Mac and Windows. You can also download a look-alike bitmap version for Windows here.
I've been using ProFont for years as the font in my editor when coding, and found it very helpful.
-
ProFont for programmers
Probably my favorite thing about Andale Mono is that the zero has a dot in the center, making it trivial to distinguish from the letter O, which does not have the dot. Few other monospaced fonts today have that feature.
To programmers, that's a big win. In fact, making C-syntax characters look different ("1" v. "l", "{}" v. "()", "O" v. "0", "." v. ",", ":" v. ";", "'" v. "`") should be a priority for anybody working on an Andale Mono replacement. (Andale Mono could be improved on a few of these).
You'd probably be interested in ProFont - a font designed for programmers, which has existed for years, but few outside of the Mac programming community know about it. It was specifically designed to be readable at 9 point, with similar characters distinctly different, as this page demonstrates. The full distribution includes TrueType, Type 1, and bitmap versions of the font for Mac and Windows. You can also download a look-alike bitmap version for Windows here.
I've been using ProFont for years as the font in my editor when coding, and found it very helpful.