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            Works for PostScript-flavored OpenType fonts only.
83
84       -t, --tables
85            Print  the  size and name of every OpenType table in the font. For
86            example:
87                   52 BASE
88                87723 CFF
89                 4940 DSIG
90                21366 GPOS
91              ...
92
93       -T, --dump-tabletable
94            Print the contents of the font's OpenType table table.
95
96   Miscellaneous options
97       --script=script[.lang]
98            Select the script system script and language system lang  used  to
99            look  up  features  by --features.  Examples include "latn" (Latin
100            script), "grek" (Greek script), and "yi.YIC" (Yi script with clas‐
101            sic  characters).  If  lang is not specified, otfinfo will use the
102            default language system for that script. Defaults to "latn".
103
104       -V, --verbose
105            Write progress messages to standard error.
106
107       -q, --quiet
108            Do not generate any error messages.
109
110       -h, --help
111            Print usage information and exit.
112
113       --version
114            Print the version number and some short  non-warranty  information
115            and exit.
116

SEE ALSO

118       otftotfm(1)
119
120       OpenType Specification, Version 1.4
121

AUTHOR

123       Eddie Kohler (ekohler@gmail.com)
124
125
126
127Version 2.80                    LCDF Typetools                      OTFINFO(1)
Impressum