Earlier quoted context omitted.
Huh. Not to sound cheap, but it really seems unnecessary to me to spend 60 Eur for a font, when I already have really good fonts like Inconsolata in my reach for free. Is font really that important, do you think? This is an honest question, please don't think I'm sarcastic.
That's an average price of a AAA game, right? And what kind of utility do you get from that? Just did a quick check... I bought it in Sept of 2012, 2323 days ago. $70 / (2323 day * 6 hrs/day) = $0.005/hr Did I get my money's worth (and mind you, I paid less than that.. I'm just going by today's prices)? I think I did. It all depends on how you value things.
Programming Fonts – Test Drive
111–120 of 289 posts
Re: Programming Fonts – Test Drive
#112One of my favorites is PragmataPro [0] (with powerline glyphs) and I'm sad it's not there. I guess they can't use proprietary fonts. PragmataPro was so weird when I started using it but it has grown on me and now I have a hard time switching to a terminal that uses something else. In any case, if you're like me and you look at the terminal screen for hours on end every single day, find some font that won't tire your…
Huh. Not to sound cheap, but it really seems unnecessary to me to spend 60 Eur for a font, when I already have really good fonts like Inconsolata in my reach for free. Is font really that important, do you think? This is an honest question, please don't think I'm sarcastic.
Re: Programming Fonts – Test Drive
#113Earlier quoted context omitted.
That's an average price of a AAA game, right? And what kind of utility do you get from that? Just did a quick check... I bought it in Sept of 2012, 2323 days ago. $70 / (2323 day * 6 hrs/day) = $0.005/hr Did I get my money's worth (and mind you, I paid less than that.. I'm just going by today's prices)? I think I did. It all depends on how you value things.
Except that most expensive AAA games don't have free counterparts...
Re: Programming Fonts – Test Drive
#114Re: Programming Fonts – Test Drive
#115Earlier quoted context omitted.
I'm curious to know how you started using proportional fonts for coding. All of the tooling for writing code defaults to monospace, so what started you coding in a different style?
One of the early proponents of using proportional fonts for code was Bjarne Stroustroup - his "The C++ Programming Language" books all do that, and he briefly explains it in the intro as being more readable, and urges the readers to give it a go. I wasn't convinced, personally, but the idea was already around then.
Re: Programming Fonts – Test Drive
#116My favourite for a few years now is a commercial font, Triplicate. It’s a true serif monospace font; every other monospace font I’ve encountered that is labelled “serif” is actually a slab serif. It has a proper italic face as well, which is a less rare, but it’s a functional italic face rather than ornamental. It comes with some interesting variants, most notably Poly which is not fully monospaced, adjusting the wid…
Re: Programming Fonts – Test Drive
#117Re: Programming Fonts – Test Drive
#118I am fascinated of how important font is for some, I tend to stick with the default font and not think about it. The only time I have really noticed a font is libre font (or what its name was) after installing LibreOffice, I did uninstall LibreOffice and bought MS Office instead because of that font
Re: Programming Fonts – Test Drive
#119Earlier quoted context omitted.
That's what I feature on the blog, but you'll notice the right-hand side of app.programmingfonts.org is interactive. That's kinda hard to do with static images ;)
Would it violate the ToS to create a simple sprite sheet out of a proprietary fixed-width font?
Re: Programming Fonts – Test Drive
#120I've been using DejaVu Sans Mono for quite some time. It's a nice font. It used to be the default monospace font in KDE, until they switched to Noto Mono. Autohinting setting for fontconfig makes it look better for me: DejaVu Sans Mono true
It's weird because I can be pretty snobbish and opinionated with a lot of programming-related stuff (I use a very expensive keyboard, a large 4k screen, a heavily customized editor and window manager etc...) but when it comes to fonts I really have a hard time finding a real improvement with some of the very expensive fonts people are recommending in this thread compared to good old DevaVu.
I would be very interested to read an article that would explain in details what makes certain fonts better or worse than others, especially for programming.