Fallback font

From Infogalactic: the planetary knowledge core
(Redirected from Last Resort font)
Jump to: navigation, search

A fallback font is a reserve typeface containing symbols for as many Unicode characters as possible. When a display system encounters a character which is not part of the repertoire of any of the other available fonts, a symbol from a fallback font is used instead. Typically, a fallback font will contain symbols representative of the various types of Unicode characters.

Systems that do not offer a fallback font typically display black or white rectangles, question marks, or nothing at all in place of missing characters. Placing one or more fallback fonts at the end of a list of preferred fonts ensures that there are no missing characters.

The Unicode BMP Fallback font

 0 0 
 2 0 

The Unicode BMP Fallback font is a Unicode font that was originally created for debugging purposes. It contains a glyph for every character in the Unicode Basic Multilingual Plane. Each glyph consists of a box containing the four hexadecimal digits corresponding to the Unicode value. [1] The example to the left is a mock-up of the glyph for a space character (U+0020).

Unlike the Unicode Last Resort font, the Unicode BMP Fallback font displays a different glyph for each different Unicode character, but cannot display all Unicode characters. Because four hexadecimal digits can only represent 64K characters (0000=0, FFFF=65,535) the Unicode BMP Fallback is limited to the 64K characters in the Unicode Basic Multilingual Plane.

The Unicode Last Resort font

File:LastResort samples.svg As of Unicode version 5.0, the Unicode consortium provides a fallback font to represent types of Unicode characters. This is a version of the Mac OS X Last Resort system font, modified to work on non-Apple platforms and made available by Apple via the Unicode Consortium.[2]

The symbols provided by the Unicode Last Resort font place glyphs into categories based on their location in the Unicode system and provide a hint to the user about which font or script is required to view the unavailable characters. The symbols provided by the Unicode Last Resort font are square with rounded corners with a bold outline. In the left and right sides of the outline, the Unicode range that the character belongs to is given using hexadecimal digits. Top and bottom are used for one or two descriptions of the Unicode block. A symbol representative of the block is centered inside the square.[3]

Unlike the Unicode BMP Fallback font or the GNU Unifont, the Unicode Last Resort font displays the same glyph for many different Unicode characters. Using this one-glyph-per-block generalization allows the Unicode Last Resort font to contain a glyph for every character in Unicode despite the fact that the total number of Unicode characters exceeds the address space of an sfnt (TrueType and OpenType) font structure, which has a 16-bit glyph index that can store a maximum of 65,536 glyphs. Unicode has now over 100,000 defined characters, with a potential address space of over one million characters—over 15 times the sfnt size limit. Unicode Last Resort Font will therefore not break as Unicode continues to grow and the Basic Multilingual Plane (BMP) and surrogate planes fill up further.

The GNU Unifont

The GNU Unifont is a font that contains a glyph for every character in the Unicode Basic multilingual plane.[4] Unlike the Unicode BMP Fallback font or the Unicode Last Resort Font, the characters are designed to resemble actual characters; for instance, an "A" looks like a real "A" rather than a generic glyph or a hexadecimal code.

The goal of the GNU Unifont project is to "lower our expectations about the font quality to a reasonable degree" in order to obtain complete coverage of all Unicode characters.[5] To achieve this goal, all glyphs are 16 pixels in height and either 8 or 16 pixels in width.

A TrueType version of the GNU Unifont is available for free.[6]

Apple's Last Resort font

Apple's Last Resort font is a Mac OS system font that is identical to the Unicode Last Resort font (which was created for the Unicode consortium by Apple).[2]

Apple's Last Resort font was first included in Mac OS 8.5 in 1998, for the benefit of applications using Apple Type Services for Unicode Imaging (ATSUI). It is also used in Mac OS X. In 2001, for the second release of OS X, the Last Resort font design was revised to include the border text and was re-digitized, and extended by Michael Everson of Evertype, who continues to update it with each new release of Unicode.

See also

References

  1. SIL International (March 20, 2008), Unicode BMP Fallback font. Retrieved August 28, 2011.
  2. 2.0 2.1 Apple Computer (November 2, 2002), Last Resort font. Retrieved August 27, 2011.
  3. Apple Computer (February 2, 2002), Last Resort Font Glyph Table. Retrieved August 28, 2011.
  4. Unifoundry.com (September 7, 2008), GNU Unifont Glyphs Retrieved August 28, 2011.
  5. Roman Czyborra (September 29, 1998), Proposal for a GNU Unicode Font Retrieved August 28, 2011.
  6. Luis Alejandro González Miranda (January 23, 2008), GNU Unifont in TrueType format Retrieved August 28, 2011.

External links