Several 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…
Has anyone figured out the equivalent of this on OSX? I asked about this a while back on StackOverflow: http://stackoverflow.com/questions/3275956/is-there-a-versio...
Top Programming Fonts
151–160 of 174 posts
Re: Top Programming Fonts
#152[1] http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-...
Re: Top Programming Fonts
#153Earlier quoted context omitted.
This will affect you differently depending on what language you use and whether you like to align things in columns. Think of how some people format C functions, with each parameter on a new line aligned at the open paren. Personally I find that kind of alignment unnecessary and creates too much busywork. Proportional fonts prevent you from even trying. (Unless your editor supports elastic tabstops, but since very fe…
I have tab and column alignment OCD. I can't even read other people's code without getting a terrible itch to realign things. I think a proportional font would either drive me crazy or, on the other hand, might be kind of good for me.
All joking aside, the choice of font should reflect what it is that you are trying to do with the text.
In theory a serifed font is more readable if you are reading the entire text, whereas a sans serif font is supposedly better for skimming through looking for something in particular.
(so on a web page with an article, the article text should be serifed, and the sidebar menu should be sans serif)
An application of this might be that if you are printing out a codebase in order to read it in entirety for the first time, you should use a font with serifs.
whereas if the codebase is relatively familiar to you, but you are printing it out and going bug hunting or reviewing the code, use a sans serif font.
Re: Top Programming Fonts
#154Earlier quoted context omitted.
There's a few things that i think you're reacting to (i think, because i've had similar feelings, but i could totally be wrong). The first is that Verdana is really nicely hinted, which means that, unlike most other fonts out there, Verdana has the advantage of always technically looking sharp. The second is that Verdana is mostly monolinear, like Courier or Andale or any of traditional monospaces, there's only the s…
I don't know. Verdana and style? Verdana? Letter Gothic, for example, has tons more style than most other fonts, proportional or not. Verdana, in that context, is to me just as to quite a bit more boring than nearly all the fonts mentioned in the article. (Courier excluded.)
I know, i know, it's verdana, the scourge of late 90s web design but it still has style (doesn't everything?), it's just that verdana has come to encompass 'corporate' and 'default' and 'websafe' in much the same way that the verizon logo encompasses 'design by committee.' Verdana's got some serious baggage, but i would hardly say it's soulless.
And in any case, it's pointless to argue this issue, but, i dunno, ten or twenty years from now, maybe we'll look back and feel differently about Verdana (in much the same way that people are warming up to Optima (the inspiration for letter gothic) again after what appears to have been a 20 year hiatus).
Re: Top Programming Fonts
#155I love Inconsolata, but there's just one thing about it: the curly quotation marks. If you have that same quibble, good news: Inconsolata-dz[1]. Inconsolata with straight quotes. [1] http://nodnod.net/2009/feb/12/adding-straight-single-and-dou...
Re: Top Programming Fonts
#156Inconsolata looks like it is nice for Mac users, but on Windows 7 with Cleartype enabled (the default) it is the blurriest font I've ever seen, regardless of what size I used. Consolas, on the other hand, is exceedingly crisp.
Re: Top Programming Fonts
#157Re: Top Programming Fonts
#158Earlier quoted context omitted.
Terminus is awesome, it's a shame so many "top programming fonts" forget it.
I switched over to antialiased fonts a while ago, but every so often I feel the urge to go retro and switch back to Terminus for a few weeks.
Re: Top Programming Fonts
#159I say this every time this discussion comes up but I do feel it bears repeating: I switched away from monospaced a while ago and I am never going back. I encourage you to try something like Verdana for a week just to see how it feels.
I've been using Verdana for coding for years, with some modifications. I've changed the parentheses, braces, operators etc. to be more prominent - that makes it just perfect for me. Edit: screenshot here: http://i.imgur.com/xv5oz.png
Re: Top Programming Fonts
#160Earlier quoted context omitted.
I've been using Verdana for coding for years, with some modifications. I've changed the parentheses, braces, operators etc. to be more prominent - that makes it just perfect for me. Edit: screenshot here: http://i.imgur.com/xv5oz.png
Would you be willing to share your colorscheme?