diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:56:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:56:57 +0000 |
commit | f07bb53970ee2ecc53f81a206a3d3a67ef665e4a (patch) | |
tree | 6f57a1d62971db79e5ff023bdfd83b22cb971dc9 /Master/texmf-dist/doc/fontname/Suppliers.html | |
parent | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (diff) |
doc 6
git-svn-id: svn://tug.org/texlive/trunk@85 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fontname/Suppliers.html')
-rw-r--r-- | Master/texmf-dist/doc/fontname/Suppliers.html | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fontname/Suppliers.html b/Master/texmf-dist/doc/fontname/Suppliers.html new file mode 100644 index 00000000000..d1e246911bb --- /dev/null +++ b/Master/texmf-dist/doc/fontname/Suppliers.html @@ -0,0 +1,98 @@ +<html lang="en"> +<head> +<title>Filenames for TeX fonts</title> +<meta http-equiv="Content-Type" content="text/html"> +<meta name="description" content="Filenames for TeX fonts"> +<meta name="generator" content="makeinfo 4.6"> +<!-- +This document is in the public domain and may be used freely.--> +<meta http-equiv="Content-Style-Type" content="text/css"> +<style type="text/css"><!-- + pre.display { font-family:inherit } + pre.format { font-family:inherit } + pre.smalldisplay { font-family:inherit; font-size:smaller } + pre.smallformat { font-family:inherit; font-size:smaller } + pre.smallexample { font-size:smaller } + pre.smalllisp { font-size:smaller } +--></style> +</head> +<body> +<div class="node"> +<p> +Node: <a name="Suppliers">Suppliers</a>, +Next: <a rel="next" accesskey="n" href="Typefaces.html#Typefaces">Typefaces</a>, +Up: <a rel="up" accesskey="u" href="Filenames-for-fonts.html#Filenames%20for%20fonts">Filenames for fonts</a> +<hr><br> +</div> + +<h3 class="section">Suppliers</h3> + +<p>The <dfn>supplier</dfn> is the source of a font, typically a (digital) type +foundry. + + <p>You should use the supplier letter which matches the supplier you +obtained the font from, not the original source; for example, Avant +Garde was designed by Herb Lubalin for ITC, but Adobe also sells it. +The name of the font that you get from Adobe should start with <code>p</code>. +This is because font resellers typically make modifications to the +original design. + + <p>Notes on specific suppliers: + + <dl> +<dt><code>f</code> + <dd>For fonts that are distributed without any specific attribution to the +creator, by individuals, or by small foundries. (Unfortunately, we +don't have enough characters to assign one to every font +supplier in the world.) + + <br><dt><code>r</code> + <dd>obsolete; specifies raw fonts, in the old distribution of Dvips. New +fonts should never use <code>r</code>. (The right thing to do is specify the +correct encoding, variant, or whatever the font's characteristics +actually are.) + + <br><dt><code>z</code> + <dd>for fonts that just don't fit well into the naming scheme. The <code>z</code> +should be followed by the real supplier letter. +</dl> + + <p>Here is the table from the file <code>supplier.map</code>. It is organized +alphabetically by abbreviation. Each line consists of an abbreviation, +directory name, and comment. + +<pre class="example"> + + 0 fontfont FontFont + 5 softmake Softmaker + 9 unknown + a autologi Autologic + b bitstrea Bitstream + c cg Compugraphic + d dtc Digital Typeface Corporation + e apple Apple + f public small foundries + g gnu Free Software Foundation + h bh Bigelow & Holmes + i itc International Typeface Corporation + j microsft Microsoft + k softkey SoftKey + l linotype Linotype + m monotype Monotype + n ibm IBM + o corel Corel + p adobe Adobe (<code>p</code> for PostScript) + r - raw (for [obsolete] use with virtual fonts) + s sun Storm Type + t paragrap ParaGraph + u urw URW + w wolfram Wolfram + z - bizarre (fontname is nonstandard) + - autofont Eddie Kohler's <tt>autofont</tt> program + - jknappen Joerg Knappen + - mnm Hong Feng, free software in China + - yandy Y&Y + </pre> + + </body></html> + |