Encyclopedia > Bitmap font

  Article Content

Bitmap font

A bitmap font is one that stores each glyph as an array of pixels (that is, a bitmap).

Scaling

Bitmap fonts look best at their native pixel size. Many text rendering systems perform nearest-neighbor resampling, introducing ugly jagged edges. A good system will perform anti-aliasing on bitmap fonts whose size does not match the size that the application requests. This works well for making the font smaller but not as well for increasing the size, as it tends to blur the edges.

A "trace" program can follow the outline of a high-resolution bitmap font and create an initial outline that a font designer uses to create an outline font useful in systems such as PostScript or TrueType. Outline fonts scale easily without jagged edges or blurriness.


Article based on bitmap font (http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?bitmap+font) at FOLDOC (http://www.foldoc.org).



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Battle Creek, Michigan

... alone who is 65 years of age or older. The average household size is 2.43 and the average family size is 3.04. In the city the population is spread out with 27.2% under ...

 
 
 
This page was created in 46.3 ms