OpenType
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Fonts |extensions={{ext|otf}}, {{ext|ttf}} |pronom={{PRONOM|fmt/520}} }} OpenType is an outline font format developed by Micros...") |
265 993 303 (Talk | contribs) |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 6: | Line 6: | ||
}} | }} | ||
[[OpenType]] is an outline font format developed by Microsoft and Adobe. It is the successor to both [[TrueType]] and [[Adobe Type 1]] font formats. | [[OpenType]] is an outline font format developed by Microsoft and Adobe. It is the successor to both [[TrueType]] and [[Adobe Type 1]] font formats. | ||
| + | |||
| + | == Identification == | ||
| + | {{PAGENAME}} files containing "CFF data" begin with ASCII "{{magic|OTTO}}" (4F 54 54 4F), whereas {{PAGENAME}} files containing TrueType outlines begin with the bytes 00 01 00 00. | ||
== See also == | == See also == | ||
| + | * [[Embedded OpenType]] | ||
* [[Open Font Format]] | * [[Open Font Format]] | ||
* [[TrueType]] | * [[TrueType]] | ||
| Line 14: | Line 18: | ||
== Specifications == | == Specifications == | ||
* [https://www.microsoft.com/typography/otspec/ OpenType specification] | * [https://www.microsoft.com/typography/otspec/ OpenType specification] | ||
| + | |||
| + | == Sample files == | ||
| + | * http://tug.ctan.org/tex-archive/fonts/cm-unicode/fonts/otf/ | ||
| + | |||
| + | == Metaformat files == | ||
| + | * {{Synalysis|opentype}} | ||
== Links == | == Links == | ||
| Line 20: | Line 30: | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
| + | [[Category:Adobe]] | ||
Revision as of 10:12, 20 June 2023
OpenType is an outline font format developed by Microsoft and Adobe. It is the successor to both TrueType and Adobe Type 1 font formats.Contents |
Identification
OpenType files containing "CFF data" begin with ASCII "OTTO" (4F 54 54 4F), whereas OpenType files containing TrueType outlines begin with the bytes 00 01 00 00.
See also
Specifications
Sample files
Metaformat files
- Synalysis grammar file (for Hexinator / Synalize It!; more details)