diff options
Diffstat (limited to 'Master/texmf/doc/man/man1/otftotfm.1')
-rw-r--r-- | Master/texmf/doc/man/man1/otftotfm.1 | 61 |
1 files changed, 49 insertions, 12 deletions
diff --git a/Master/texmf/doc/man/man1/otftotfm.1 b/Master/texmf/doc/man/man1/otftotfm.1 index 1d46a440063..212f4508ba7 100644 --- a/Master/texmf/doc/man/man1/otftotfm.1 +++ b/Master/texmf/doc/man/man1/otftotfm.1 @@ -1,5 +1,5 @@ '\"t -.ds V 2.79 +.ds V 2.83 .de M .BR "\\$1" "(\\$2)\\$3" .. @@ -153,17 +153,24 @@ and options. \fISignature\fR is an opaque 6-character encoding signature. .PP .B Otftotfm -also installs a font file suitable for printing. -PostScript-flavored OpenType fonts are translated to Type 1 format and -installed as PFB fonts; TrueType-flavored fonts are installed as is (pdftex -and pdflatex can read TrueType directly). However, +also installs a font file suitable for printing. PostScript-flavored +OpenType fonts are translated to Type 1 format and installed as PFB fonts. +TrueType-flavored fonts are normally installed as is, since pdftex and +pdflatex can read TrueType directly; but if you provide the +.B \-\-type42 +option, .B otftotfm -will not install a font file if one already exists. The installation paths -are as follows, where \fIPSname\fR is the font's PostScript name. +will translate TrueType fonts to Type 42 format, which dvips understands. +.B Otftotfm +does not overwrite existing font files. +.PP +The installation paths are as follows, where \fIPSname\fR is the font's +PostScript name. .TS l l l . PFB TEXMF/fonts/type1/\fIvendor\fR/\fItypeface\fR/ \fIPSname\fR.pfb TrueType TEXMF/fonts/truetype/\fIvendor\fR/\fItypeface\fR/ \fIfontfile\fR +Type 42 TEXMF/fonts/type42/\fIvendor\fR/\fItypeface\fR/ \fIPSname\fR.t42 .TE .PP You can override these directories with environment variables and options @@ -179,6 +186,7 @@ VPL VPLDESTDIR \-\-vpl\-directory encoding ENCODINGDESTDIR \-\-encoding\-directory PFB T1DESTDIR \-\-type1\-directory TrueType TRUETYPEDESTDIR \-\-truetype\-directory +Type 42 T42DESTDIR \-\-type42\-directory font map \- \-\-map\-file .TE .PP @@ -467,6 +475,27 @@ TeX "at" a particular size effectively ignores the design size; loading a font plain or "scaled" by a given factor uses the design size.) The default is taken from the input font's optical size feature, or 10pt if it has no such feature. +' +.Sp +.TP 5 +.BI \-\-fixed\-width +Set the font to fixed-width (its space character will have no stretch or +shrink). Normally you won't need this option; the font will tell +.B otftotfm +whether it is fixed width. The opposite of +.B \-\-fixed\-width +is +.BR \-\-proportional\-width . +' +.Sp +.TP 5 +.BI \-\-italic\-angle= angle +Set the output font's default italic angle to +.IR angle , +a number of degrees. This value is used by TeX to position +accents. Normally you won't need this option; the font will tell +.B otftotfm +its italic angle. .PD ' ' @@ -725,6 +754,16 @@ dotless-j. ' .Sp .TP 5 +.BI \-\-no\-truetype +Do not install TrueType-flavored fonts. +' +.Sp +.TP 5 +.BI \-\-type42 +Install TrueType-flavored fonts in translated Type 42 format. +' +.Sp +.TP 5 .BI \-\-no\-updmap Do not run an .M updmap 1 @@ -732,11 +771,6 @@ program. This can be useful if you're installing a bunch of fonts; it is much faster to run .B updmap once, at the end, than to run it once per font. -' -.Sp -.TP 5 -.BI \-\-no\-truetype -Do not install TrueType-flavored OpenType fonts. .PD ' ' @@ -821,6 +855,8 @@ Do not generate a font map line for the font. .BI \-\-type1\-directory= dir .TP 5 .BI \-\-truetype\-directory= dir +.TP 5 +.BI \-\-type42\-directory= dir Set the directory used for various output types. Each directory may be set by an environment variable, and defaults to a TDS directory in automatic mode, or to "." otherwise. Environment variable names and default TDS @@ -1575,6 +1611,7 @@ output through .M otfinfo 1 , .M t1dotlessj 1 , .M t1testpage 1 , +.M ttftotype42 1 , .M kpsewhich 1 , .M updmap 1 .LP |