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...") |
(→Sample files) |
||
(6 intermediate revisions by 3 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/ | ||
+ | * {{DexvertSamples|font/otf}} | ||
+ | |||
+ | == Metaformat files == | ||
+ | * {{Synalysis|opentype}} | ||
== Links == | == Links == | ||
Line 20: | Line 31: | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
+ | [[Category:Adobe]] |
Latest revision as of 15:25, 28 December 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[hide] |
[edit] 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.
[edit] See also
[edit] Specifications
[edit] Sample files
[edit] Metaformat files
- Synalysis grammar file (for Hexinator / Synalize It!; more details)