Embedded OpenType
From Wikipedia, the free encyclopedia
Embedded OpenType | |
---|---|
File name extension |
|
Type of format | outline font |
Embedded OpenType (EOT) fonts are a compact form of OpenType fonts designed by Microsoft for use as embedded fonts on web pages. These files usually use the extension ".eot
".
These font files can be created from existing TrueType font files using Microsoft's Web Embedding Fonts Tool (WEFT). (A similar software product called "FAIRY", by BorWare AG, also generated .eot files, with some improvements. [1])
The font files are made small in size by use of subsetting (only including the needed characters), and by data compression (LZ compression, part of Agfa's MicroType Express).
Simply including fonts in webpages might lead to unrestricted copying of copyrighted font files. Like most font embedding schemes, Embedded OpenType includes features to discourage copying. Subsetting reduces the value of copying, as subsetted fonts will typically omit more than half of the characters. Tethering is also employed, using encryption and a list of "trusted roots" at the source end, and a proprietary decrypting DLL at the receiving end.
If the embedded font is not available to the web page for any reason (missing font file, wrong keys in the file, non-support by the web browser), then the second-choice font specification is used, ensuring that the page should be readable even without the intended font.
Embedded OpenType is a proprietary standard supported exclusively by Internet Explorer but was submitted to the W3C in 2007 as part of CSS3, which was rejected and resubmitted as a standalone submission in January 2008.
[edit] Web Embedding Fonts Tool
The Web Embedding Fonts Tool, or WEFT, is Microsoft's utility for generating embeddable web fonts.
WEFT is used by webmasters to create 'font objects' that are linked to their web pages so that users using Microsoft's Internet Explorer web browser will see the pages displayed in the font style contained within the font object.
WEFT scans the HTML document file(s), the TrueType font file(s), and some additional parameters. It adjusts the HTML files and creates Embedded OpenType files for inclusion on the web site. These files usually use the extension ".eot
".
WEFT can embed most fonts, but it will not embed fonts that have been designated as 'no embedding' fonts by their designers. WEFT may reject other fonts because problems have been identified.
Embedded fonts are widely used to generate non-English language websites.
The most recent version of the tool (WEFT 3.2) was released on 25 February, 2003.