NAME
ttc - show fonts in a ttc
SYNOPSIS
ttc [options] [file ...]
Options:
--with-filename -H includes filename
--ident shows identification
--help shows a brief help message and exits
--man shows full documentation and exits
--verbose provides more verbose information
--quiet runs as silently as possible
OPTIONS
- --with-filename -H
-
Include the filename in the output. This is default if there is more than one file to process.
- --help
-
Prints a brief help message and exits.
- --man
-
Prints the manual page and exits.
- --ident
-
Prints program identification.
- --verbose
-
Provides more verbose information. This option may be repeated to increase verbosity.
- --quiet
-
Suppresses all non-essential information.
- file
-
The input file(s) to process, if any.
DESCRIPTION
This program will read the given ttc file(s) and lists the fonts contained.
The output contains per font:
- the index of the font
- PS= its PostScript name
- fam= the family name
- sub= the subfamily (style)
EXAMPLE
ttc -H Times.ttc
Times.ttc:
1: PS="Times-Roman" fam="Times" sub="Regular"
2: PS="Times-Bold" fam="Times" sub="Bold"
3: PS="Times-Italic" fam="Times" sub="Italic"
4: PS="Times-BoldItalic" fam="Times" sub="Bold Italic"