6x13
is the classic fixed monospace bitmap font that is expected to be available on every X server. It is part of the misc-fixed family. These fonts were handcrafted for readability in a terminal.
Why bitmap fonts? At a small text size each character has a limited resolution. A character size of 6x13
pixels means only 78 pixels per character. Modern fonts are designed to be scalable, and are less legible at these small sizes. Using bitmap fonts increases legibility by eliminating scaling and sub-pixel aliasing artifacts. Some scalable fonts include "ppems" embedded bitmaps for this reason.
With a fixed 6x13
font, the number of characters in a terminal is easy to compute. Every character is 6x13
pixels, so a 1440x900
pixel display will render 240x69
characters. 6x13
is semi-condensed, meaning the characters are slightly thinner than usual so that more can be printed on a line.
The disadvantage of misc-fixed fonts is that they don't scale, which can cause problems with displays that vary wildly from traditional pixel density. Although 6x13
is the traditional fixed font, there are numerous other sizes ranging from 5x7
to 10x20
.
SpecsUpdate
Ranked in these QuestionsQuestion Ranking
Pros

Pro Well designed
6x13 fixed is the apex of bitmap fonts. It has a nice, defined character set and great proportions for quantity of text onscreen, making for excellent readability. It is aesthetically pleasing for a bitmap font and has been deservedly termed 'classic'.
Pro Legible at small sizes
At a small text size, each character has a limited resolution. A character size of 6x13 pixels means only 78 pixels per character. Modern fonts are designed to be scalable and are less legible at these small sizes. Using bitmap fonts increases legibility by eliminating scaling and sub-pixel aliasing artifacts. Some scalable fonts include "ppems" embedded bitmaps for this reason.
Pro Available on every X server
6x13 is the classic fixed monospace bitmap font that is expected to be available on every X server. It is part of the misc-fixed family. These fonts were handcrafted for readability in a terminal.
Pro Widely available
It is distributed alongside the X Window System.
Cons
Con Doesn't have a slashed zero
The absence of non-slashed zeroes makes it harder to distinguish "0" from the letter "O".
Con Extremely small on high-DPI screens
While it is crafted for a screen where the pixels are visible, bitmap fonts do not work well on high-DPI screens as they do not scale too well.
Commonly Compared
