OpenType
From Just Solve the File Format Problem
(Difference between revisions)
(→See also) |
265 993 303 (Talk | contribs) |
||
| (2 intermediate revisions by one user 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 == | ||
| Line 16: | Line 19: | ||
* [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 == | ||
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)