

Bitmap fonts are simply collections of raster images of glyphs. It is less commonly known as a raster font or a pixel font. However, the particular font-handling application can affect the spacing, particularly when justifying text.Īn assortment of bitmap fonts from the first version of the Macintosh operating systemĪ bitmap font is one that stores each glyph as an array of pixels (that is, a bitmap). every character is plotted a constant distance from the previous character that it is next to, while drawing) or proportional (each character has its own width). Although all font types are still in use, most fonts used on computers today are outline fonts.įonts can be monospaced (i.e.
#OUTLINE FONT CODE#
Outline and stroke fonts can be resized in a single font by substituting different measurements for components of each glyph, but they are more complicated to render on screen or in print than bitmap fonts because they require additional computer code to render the bitmaps to display on screen and in print.
#OUTLINE FONT SERIES#

In the terminology of movable metal type, a font is a set of pieces of movable type in a specific typeface, size, width, weight, slope, etc. A computer font specifically designed for the computer screen, and not for printing, is a screen font. A computer font is designed and created using a font editor. Comparison between printed (top) and digital (bottom) versions of PerpetuaĪ computer font is implemented as a digital data file containing a set of graphically related glyphs.
