Interesting project, but some of these look a bit... wrong to me. For example, ProFont is my favorite bitmap programming font and the renderer used makes it look bad. Just loaded it up in my Terminal.app to show how it /should/ look: [0]. Also while I'm at it, some cool fonts not mentioned that I think deserve some attention are tewi[1] and ProggyTiny[2]. Tewi glyphs are particularly nice [3]. [0]: http://i.imgur.com…
Tewi looks a lot like montecarlo, no?
Programming fonts
61–70 of 72 posts
Re: Programming fonts
#62Interesting project, but some of these look a bit... wrong to me. For example, ProFont is my favorite bitmap programming font and the renderer used makes it look bad. Just loaded it up in my Terminal.app to show how it /should/ look: [0]. Also while I'm at it, some cool fonts not mentioned that I think deserve some attention are tewi[1] and ProggyTiny[2]. Tewi glyphs are particularly nice [3]. [0]: http://i.imgur.com…
Woah, how'd you get your window controls to be like that?
[0]: https://github.com/alexzielenski/ThemeEngine
Re: Programming fonts
#63Also putting in a plug for my personal favorite font, Tamsyn ( http://www.fial.com/~scott/tamsyn-font/ ) Although firefox recently dropped support for bitmap fonts on linux, and my ttf version of it only looks good at one size, so I've been trying to find something to replace it in the browser.
Re: Programming fonts
#64The subpixels on my screen aren't rgb (vbgr on this one) ordered, so the images with AA don't quite work right for me. Annoyingly, quite a few sites/applications make the assumption that everything is rgb, which causes crappy looking text on my portrait screens, and even worse on my monitor at home which is bgr ordered. Also putting in a plug for my personal favorite font, Tamsyn ( http://www.fial.com/~scott/tamsyn-f…
I will add Tamsyn, thanks for the suggestion!
Re: Programming fonts
#65Interesting project, but some of these look a bit... wrong to me. For example, ProFont is my favorite bitmap programming font and the renderer used makes it look bad. Just loaded it up in my Terminal.app to show how it /should/ look: [0]. Also while I'm at it, some cool fonts not mentioned that I think deserve some attention are tewi[1] and ProggyTiny[2]. Tewi glyphs are particularly nice [3]. [0]: http://i.imgur.com…
But I did manage to fix profont by using a ttf version instead of the .fon one. Will be updated soon.
Re: Programming fonts
#66Inconsolata-dz is a great font, though I recommend https://github.com/DeLaGuardo/Inconsolata-LGC for fans of Inconsolata that would like bold and italic weights, as well as extended glyphs.
Re: Programming fonts
#67The subpixels on my screen aren't rgb (vbgr on this one) ordered, so the images with AA don't quite work right for me. Annoyingly, quite a few sites/applications make the assumption that everything is rgb, which causes crappy looking text on my portrait screens, and even worse on my monitor at home which is bgr ordered. Also putting in a plug for my personal favorite font, Tamsyn ( http://www.fial.com/~scott/tamsyn-f…
I've never had contact with different subpixel configurations. So I have no clue how to fix that. Any ideas? I will add Tamsyn, thanks for the suggestion!
Example of bgr AA: http://paste.click/fXuAWF
It'll probably look wrong on your monitor, with red and blue fringing visible. Thats what rgb ordered images look like to me.
I think it may be possible to specify AA with css, so that might be another avenue, but I'm not sure.
I do like the idea of the site and appreciate all the effort.
Re: Programming fonts
#68It's great that we have so many choices of great programming fonts nowadays. What's everyone's font of choice? I've been using Consolas for the last few years.
I've been using Bitstream/DejaVu Sans Mono for years as I really like their choice for 1Il| but this page made it easy for me to find some alternatives to try. Ubuntu mono and Monoid both stand out as looking good to me (M+ is a close third, but has larger line spacing than I'm used to).
Looking at alternative fonts, I noticed that the designer of the Meslo font considers Menlo (so also Bitstream/DejaVu) to be "too cramped," so my personal preference must be fore closer-together lines than average.
Here's some samples from a directory listing:
https://phab.jasom.org/orfiles/dejavu-sans-mono-latin.png
https://phab.jasom.org/orfiles/dejavu-sans-mono-non-latin.pn...
https://phab.jasom.org/orfiles/source-code-pro-latin.png
https://phab.jasom.org/orfiles/source-code-pro-non-latin.png
Re: Programming fonts
#69Earlier quoted context omitted.
When you say Retina you mean high dpi since retina is just a trade marked word for dpi of 220 inches or higher and means different things at different models. Sorry to be a stickler but Retina is a worthless term and just causes confusion.
To any non-tech person, "high DPI" is probably more likely to cause confusion and is just as variable in definition. To (almost) any tech person, "retina" is common enough that everyone knows what you're talking about. Being trademarked doesn't really affect the meaning of a word once it's part of popular parlance - Kleenex, Band-Aid, Hoover, Google...
Re: Programming fonts
#70Earlier quoted context omitted.
When you say Retina you mean high dpi since retina is just a trade marked word for dpi of 220 inches or higher and means different things at different models. Sorry to be a stickler but Retina is a worthless term and just causes confusion.
If you really want to be a stickler you should use PPI, not DPI.
http://99designs.com/designer-blog/2013/02/26/ppi-vs-dpi-wha...