Embedded OpenType
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Fonts |extensions={{ext|eot}}, {{ext|fntdata}} |mimetypes={{mimetype|application/vnd.ms-fontobject}} }} '''Embedded OpenType''' (''...") |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(One intermediate revision by one user not shown) | |||
Line 14: | Line 14: | ||
== Specifications == | == Specifications == | ||
* [https://www.w3.org/Submission/2008/SUBM-EOT-20080305/ Embedded OpenType File Format] (W3C submission, 2008-03-05) | * [https://www.w3.org/Submission/2008/SUBM-EOT-20080305/ Embedded OpenType File Format] (W3C submission, 2008-03-05) | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|font/eot}} | ||
== Links == | == Links == |
Latest revision as of 05:15, 28 December 2023
Embedded OpenType (EOT) is an outline font format developed by Microsoft. It is intended to be used on web pages. A popular alternative to EOT is WOFF.
EOT is related to OpenType, but is a distinct format.
Contents[hide] |
[edit] Identification
The ASCII characters "LP
" appear at file offset 34.
[edit] Specifications
- Embedded OpenType File Format (W3C submission, 2008-03-05)