ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

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 at FOLDOC.




Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Bitmap font".