

If the bold variant is wider, the text editor has three choices. Syntax highlighting text editors often use bold to highlight keywords. All the fonts shown below have plain and bold characters of equal width. Lucida Console and Andale Mono, for example, use wider characters for their bold variants. The biggest problem is that many monospaced fonts are not monospaced when you mix the plain and bold variants. So monospaced fonts are in limited supply. Programmers love that, but most other people don’t. Monospaced fonts put text in a fixed grid. These have a broad appeal because they look nice. There are countless proportionally spaced fonts available everywhere. But after the first non-space on a line, columns won’t line up any more, because characters like “i” and “m” have rather different widths. If you use a proportionally spaced font, you can still use spaces at the start of each line for indentation. As spaces and all characters have the same width, all your columns will line up nicely. As every programmer knows, the benefit of a monospaced font is that you can use spaces to indent logical blocks in source code. Courier New is a classic, simply because it ships with all versions of Windows since 1995.
#EDITPAD LITE SET DEFAULT FONT SOFTWARE#
Most software developers prefer to use a monospaced font. Free trial download Benefits of Monospaced Fonts
