Recommended Fonts for Programmers

Last update on March 31, 2009 11:30 AM by jad05
Published by jad05

Fonts for programmers






Courrier: A bad choice


Most programmers use the Courier font.

This font is not readable.
Size 9, it is impossible to distinguish between 0 (zero) O (letter 'O') and 1 (one) l (lowercase L) (Take the test).
Once the font is bold, it is unreadable.
In addition, the wheelbase of characters that add unnecessarily to the playback screen.

Fortunately, there are other fonts more legible and reduce eye strain.

Recommended fonts


DejaVu Sans Mono (Free)
Link: dejavu.sourceforge.net/wiki/index.php/Main_Page

(or the Bitstream Vera Sans Mono, which is similar. In fact, DejaVu fonts are nothing less than Bitstream, but with a character set and more extensive, it seems, more "free")
This policy is anti-aliasée same size 8 (which may please or not).

Dina (Free)
Link: www.donationcoder.com/Software/Jibz/Dina/

It is a bitmap font available in sizes 8, 9 and 10, non-antialiasée.

The distinction 0 / O 1 / l is quite clear with fonts, and characters are legible even in bold.

Here is a comparison of Courrier, and Dina DejaVu Sans Mono (click to enlarge):


Links


If you need more programming fonts:

www.dsg4.com/04/extra/bitmap/
www.tobias-jung.de/seekingprofont/
websitetips.com/fonts/pixel/
keithdevens.com/wiki/ProgrammerFonts
Best answers for « Recommended Fonts for Programmers » in :
How to add a site to the Open Directory Project? Show Fonts for programmers Courrier: A bad choice Recommended fonts Links Courrier: A bad choice Most programmers use the Courier font. This font is not readable. Size 9, it is impossible to distinguish between 0 (zero) O (letter...
Change the default installation folder C: \ Program Files ShowChange the default installation folder C: \ Program Files The installation of most software programs are set by default in the C: \ Program Files. Below is a means of how to change into another partition. Under Windows Vista, select...
Automatically Launch a program at PC startup ShowAutomatically Launch a program at PC startup The problem Solutions Not touching the registry By modifying the registry Disable its launch The problem Some programs such as Mozilla Firefox, Internet Explorer or the e-mail programs...
The Add/Remove Programs icon is missing in Control Panel ShowThe Add/Remove Programs icon is missing in Control Panel When trying to add a program on your computer system, you suddenly noticed that the specific icon is missing. This can be due to Appwiz.cpl missing or damaged. This applet is...
Download Free&Easy Font Viewer ShowFree&Easy Font Viewer is a simple software which is very useful to visualize the fonts on the system. Most of the time, to select or to search the fonts which are on the hard disk is a tiring work and takes a lot of time. With the help of this...
Programming languages ShowProgramming language A "programming language" is a language designed to describe a set of consecutive actions to be executed by a computer. A programming language is therefore a practical way for us (humans) to give instructions to a...
Characteristics of programming languages ShowThere are many programming languages, each corresponding to specific needs (formula calculus, character string processing, real-time, etc.) with each having specific characteristics and functionalities. Therefore, the choice of programming language...
Program structure ShowHow does a computer program work? A program's behaviour depends on the type of language used to write the program. Nonetheless, almost all programming languages are based upon the same principle: The program consists of a set of commands that the...