SFNT

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Asalewski (talk | contribs) at 12:41, 24 October 2020 (Fix typo: "...and many other." => "...and many others."). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

SFNT
Filename extension
.ttf .cff .otf .aat .sil[1]
Internet media type
  • font/sfnt
  • application/font-sfnt (deprecated)
[2]

SFNT is a font file format which can contain other fonts, such as PostScript, TrueType, OpenType, Web Open Font Format (WOFF) fonts and other. SFNT stands for spline font or scalable font, and was originally developed for TrueType fonts on the Macintosh and used by Apple Computer's QuickDraw.[3] SFNT was named after the resource tag the Macintosh used internally to track font data.

Many existing font formats are based on the table-based SFNT format, such as TrueType, OpenType and Open Font Format, Web Open Font Format (WOFF), SIL Graphite and many others.

SFNT is flexible, extensible and offers an opportunity to introduce additional table structures when needed, in a way that would not affect existing font rendering engines and text layout implementations.[4] However, due to the limitation of SFNT system, a maximum number of 164 = 65536 can be put in one font table.[5] This limitation is partially overcome in the derived formats using "OpenType Collections", formerly known as "TrueType collections", so that a file can contain multiple fonts with up to 65536 characters.

See also

References

  1. ^ . IANA https://www.iana.org/assignments/media-types/application/font-sfnt. Retrieved 2016-06-09. {{cite web}}: Missing or empty |title= (help)
  2. ^ "Media Types". IANA. 2017-10-12. Retrieved 2017-10-17.
  3. ^ "The 'sfnt' format". Apple Developer Connection. Apple. Archived from the original on 2013-10-23. Retrieved 2010-10-18.
  4. ^ "application/font-sfnt media type registration". IANA. 2013-03-29. Retrieved 2014-02-16.
  5. ^ "The TrueType Font File". Apple Developer. Retrieved 2018-12-06.

External links