Man page - addftinfo(1)
Packages contains this manual
- refer(1)
- indxbib(1)
- gpinyin(1)
- pdfroff(1)
- lookbib(1)
- groff_man_style(7)
- groff_mm(7)
- groff_mdoc(7)
- tfmtodit(1)
- groff_me(7)
- groff_ms(7)
- roff(7)
- pre-grohtml(1)
- eqn2graph(1)
- mmroff(1)
- grap2graph(1)
- grohtml(1)
- grodvi(1)
- groff_man(7)
- addftinfo(1)
- groff_font(5)
- groff_char(7)
- gropdf(1)
- grolbp(1)
- gdiffmk(1)
- gperl(1)
- grn(1)
- groff_diff(7)
- glilypond(1)
- pfbtops(1)
- xtotroff(1)
- post-grohtml(1)
- groff(7)
- pic2graph(1)
- groff_out(5)
- gxditview(1)
- groff_hdtbl(7)
- grolj4(1)
- pdfmom(1)
- lkbib(1)
- groff_trace(7)
- hpftodit(1)
- groff_rfc1345(7)
- groff_www(7)
- groff_tmac(5)
- chem(1)
- afmtodit(1)
- groff_mom(7)
apt-get install groff
Available languages:
en da ja ro deManual
addftinfo
NameSynopsis
Description
Options
See also
Name
addftinfo - add font metrics to troff fonts for use with groff
Synopsis
|
addftinfo |
[ -asc-height n ] [ -body-depth n ] [ -body-height n ] [ -cap-height n ] [ -comma-depth n ] [ -desc-depth n ] [ -fig-height n ] [ -x-height n ] resolution unit-width font |
|||
|
addftinfo |
--help |
|||
|
addftinfo |
-v |
|||
|
addftinfo |
--version |
Description
addftinfo reads an AT&T troff font description file font , adds additional font metric information required by GNU troff (1), and writes the combined result to the standard output. The information added is derived from the fontβs existing parameters and assumptions about traditional troff names for characters. Among the font metrics added are the heights and depths of characters (how far each extends vertically above and below the baseline). The resolution and unit-width arguments should be the same as the corresponding parameters in the DESC file. font is the name of the file describing the font; if font ends with β I β, the font is assumed to be oblique (or italic).
Options
--help displays a usage message, while -v and --version show version information; all exit afterward.
All other
options change parameters that are used to derive the
heights and depths. Like the existing quantities in the font
description file, each value
n
is in
scaled
points,
inches/
resolution
for a font whose type
size is
unit-width
; see
groff_font
(5)
.
-asc-height
n
height of characters with ascenders, such as βbβ, βdβ, or βlβ
-body-depth n
depth of characters such as parentheses
-body-height n
height of characters such as parentheses
-cap-height n
height of uppercase letters such as βAβ
-comma-depth n
depth of a comma
-desc-depth n
depth of characters with descenders, such as βpβ, βqβ, or βyβ
-fig-height
height of figures (numerals)
-x-height n
height of lowercase letters without ascenders such as βxβ
addftinfo makes no attempt to use the specified parameters to infer unspecified parameters. If a parameter is not specified, the default will be used. The defaults are chosen to produce reasonable values for a Times font.
See also
groff_font (5) , groff (1) , groff_char (7)