He forgot my favorite programming font, Terminus. It's pretty popular in Linux development. http://en.wikipedia.org/wiki/Terminus_%28typeface%29
Looking at the fonts he did select, it's clear why Terminus gets no mention: it's significantly different aesthetically, with squarer edges and more straight lines, etc., from his preferred fonts.
Top Programming Fonts
141–150 of 174 posts
Re: Top Programming Fonts
#142Earlier quoted context omitted.
Generally speaking - most of the monospace fonts I see are totally fine and I really don't care about the differences between the 10 he mentioned as being good. But when I go to windows and run cmd.exe I'm blown away by just how ugly the font they use there is.
I'm blown away that you can change the font for cmd.exe, but you only get one other option: Lucida Console. Still, it beats "Raster Fonts".
Re: Top Programming Fonts
#143Several others here have suggested my favorite font already, the standard 6x13 "Fixed" bitmap font. Pretty much every Linux machine has a version of this, but most modern Debians (and probably others) that ship with fontconfig have bitmapped fonts turned off by default for programs that use fontconfig for their font info (i.e., not xterm, but gnome-terminal, usually gvim, et cetera). If you want to use Fixed and othe…
What if you have a high DPI monitor? Isn't that too hard to see?
Re: Top Programming Fonts
#144Every second spent on "programming font" choice is a second wasted. Every single second. Twiddling fonts is to programming what applying flame decals is to car racing. If the font doesn't become transparent to you after uhm, about 5 seconds of focusing at the code then you should permanently switch to iPads as you have no business doing any real computing.
I started out using FixedSys, since it was the default on the editor I was using at the time - PFE, I think. And since taking the time to switch to the X 6x13 font (which I happened to encounter towards the end of my time at university), I must have saved enough time scrolling horizontally through other people's code to break even.
I have dicked about a bit trying out other programming fonts, it's true, but having had success the once from doing this, why not double check?
Re: Top Programming Fonts
#145Trying out Consolas with iTerm2. Wish it was a little more easily portable.
Re: Top Programming Fonts
#146He forgot my favorite programming font, Terminus. It's pretty popular in Linux development. http://en.wikipedia.org/wiki/Terminus_%28typeface%29
A person can't fit quite as much on the screen but I find the extra spacing makes it much easier to read (eg emails).
Re: Top Programming Fonts
#147https://bitbucket.org/nik/consolas/
(the Microsoft license allows this if you have a license for Office, Windows Vista+ or Visual Studio)
Re: Top Programming Fonts
#148I'm still using 7pt Dina, a monospace bitmap font, in all console windows and my IDEs - all except Visual Studio 2010, that is, which doesn't properly support bitmap fonts (leading me to avoid using it whenever possible).
Re: Top Programming Fonts
#149Several others here have suggested my favorite font already, the standard 6x13 "Fixed" bitmap font. Pretty much every Linux machine has a version of this, but most modern Debians (and probably others) that ship with fontconfig have bitmapped fonts turned off by default for programs that use fontconfig for their font info (i.e., not xterm, but gnome-terminal, usually gvim, et cetera). If you want to use Fixed and othe…
http://stackoverflow.com/questions/3275956/is-there-a-versio...
Re: Top Programming Fonts
#150I don't wish to troll, but I see this a lot and I can't for the life of me figure out how anyone needs to give this any more thought than 'monospace, next question?', despite many explanations each time. Can someone shed some light on any advantages they feel are of a reasonably significant importance, and why? I mean, I can see plenty of advantages, but they're all so negligible they're not worth even the time it ta…
Therefore the xterm font (FixedMedium6x13) wins. But getting exactly that font in other editors like it is in xterms is not so simple:
For linux, see this comment in the current discussion:
http://news.ycombinator.com/item?id=2584147
For osx, see my question, also in that thread: