1OTFINFO(1)                  General Commands Manual                 OTFINFO(1)
2
3
4

NAME

6       otfinfo - report information about OpenType fonts
7

SYNOPSIS

9       otfinfo [-sfzpvag] [FILE...]
10

DESCRIPTION

12       Otfinfo  reports  information  about  the named OpenType font FILEs (or
13       standard input, if no FILEs are given). Results are printed to standard
14       output.  Each  line is prefaced with the relevant FILE if more than one
15       FILE was supplied.
16

OPTIONS

18       With long options, you need type only as many characters as  will  make
19       the option unique.
20
21   Query options
22       -s, --scripts
23            Print  supported  scripts  and  language  systems. The scripts are
24            printed one per line, with human-readable descriptions; for  exam‐
25            ple:
26              cyrl            Cyrillic
27              grek            Greek
28              latn            Latin
29              latn.TUR        Latin/Turkish
30
31       -f, --features
32            Print GSUB and GPOS features supported by the selected script (see
33            the --script option below). The scripts are printed one per  line,
34            with human-readable descriptions; for example:
35              aalt    Access All Alternates
36              c2sc    Small Capitals From Capitals
37              case    Case-Sensitive Forms
38              cpsp    Capital Spacing
39              ...
40              zero    Slashed Zero
41
42       -z, --optical-size
43            Print optical size information. For example:
44              design size 11 pt, size range (8.4 pt, 13 pt], subfamily ID 11, subfamily name Semibold Italic
45
46       -p, --postscript-name
47            Print each font's PostScript name. For example:
48              MinionPro-SemiboldItCapt
49
50       -a, --family
51            Print each font's family name. For example:
52              Minion Pro
53
54       -v, --font-version
55            Print font version information, if available. For example:
56              OTF 1.013;PS 001.000;Core 1.0.27;makeotf.lib(1.11)
57
58       -i, --info
59            Print  each font's name, version, designer, vendor, copyright, and
60            license information. For example:
61              Family:              Minion Pro
62              Subfamily:           Regular
63              Full name:           Minion Pro
64              PostScript name:     MinionPro-Regular
65              Version:             OTF 1.011;PS 001.000;Core 1.0.27;makeotf.lib1.3.1
66              Unique ID:           1.011;ADBE;MinionPro-Regular
67              Designer:            Robert Slimbach
68              Vendor URL:          http://www.adobe.com/type/
69              Trademark:           Minion is either a registered trademark or a trademark of Adobe Systems Incorporated in the United States and/or other countries.
70              Copyright:           © 2000 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent Des. 337,604. Other patents pending.
71              License URL:         http://www.adobe.com/type/legal.html
72
73       -g, --glyphs
74            Print the name of every glyph in each  font,  one  per  line.  For
75            example:
76              .notdef
77              space
78              exclam
79              ...
80              ncommaaccent.end
81              lje.alt
82
83       -u, --unicode
84            Print  each  Unicode code point supported by the font, followed by
85            the glyph number representing that code point  (and,  if  present,
86            the name of the corresponding glyph).
87
88       -t, --tables
89            Print  the  size and name of every OpenType table in the font. For
90            example:
91                   52 BASE
92                87723 CFF
93                 4940 DSIG
94                21366 GPOS
95              ...
96
97       -T table, --dump-table=table
98            Print the contents of the font's OpenType table table.
99
100   Miscellaneous options
101       --script=script[.lang]
102            Select the script system script and language system lang  used  to
103            look  up  features  by --features.  Examples include "latn" (Latin
104            script), "grek" (Greek script), and "yi.YIC" (Yi script with clas‐
105            sic  characters).  If  lang is not specified, otfinfo will use the
106            default language system for that script. Defaults to "latn".
107
108       -V, --verbose
109            Write progress messages to standard error.
110
111       -q, --quiet
112            Do not generate any error messages.
113
114       -h, --help
115            Print usage information and exit.
116
117       --version
118            Print the version number and some short  non-warranty  information
119            and exit.
120

SEE ALSO

122       otftotfm(1)
123
124       OpenType Specification, Version 1.4
125

AUTHOR

127       Eddie Kohler (ekohler@gmail.com)
128
129
130
131Version 2.108                   LCDF Typetools                      OTFINFO(1)
Impressum