summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-fontname.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-fontname.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-fontname.html26
1 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-fontname.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-fontname.html
index a6296c0505a..30a0d7cd095 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-fontname.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-fontname.html
@@ -16,18 +16,30 @@ change the name to something that identifies the font somewhat
precisely. Unfortunately, names such as “BaskervilleMT” are
already far beyond the abilities of the typical feeble file system,
and add the specifier of a font shape or variant, and the difficulties
-spiral out of control.
+spiral out of control. Font companies deal with the issue by
+inventing silly names, and providing a map file to show what the
+“real” names. Thus the Monotype Corporation provides the
+translations:
+<blockquote>
+ <code>bas_____ BaskervilleMT</code><br>
+ <code>basb____ BaskervilleMT-Bold</code><br>
+ <code>basbi___ BaskervilleMT-BoldItalic</code>
+</blockquote><p>
+and so on. These names could be used within (La)TeX programs,
+except that they are not unique: there&#8217;s nothing to stop Adobe using
+&#8216;<code>bas_____</code>&#8217; for <em>their</em> Baskerville font.
<p/>Thus arose the Berry naming scheme.
<p/>The basis of the scheme is to encode the meanings of the various parts
of the file&#8217;s specification in an extremely terse way, so that enough
font names can be expressed even in impoverished file name-spaces. The
-encoding allocates one letter to the font &#8220;foundry&#8221;, two to the
-typeface name, one to the weight, and so on. The whole scheme is
-outlined in the <i>fontname</i> distribution, which includes
-extensive documentation and a set of tables of fonts whose names have
-been systematised.
+encoding allocates one character to the font &#8220;foundry&#8221; (Adobe, Monotype,
+and so on), two to the typeface name (Baskerville, Times Roman, and so
+on), one to the weight, shape, and encoding and so on.
+<p/>The whole scheme is outlined in the <i>fontname</i> distribution,
+which includes extensive documentation and a set of tables of fonts
+whose names have been systematised.
<dl>
-<dt><tt><i>fontname distribution</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/info/fontname.zip">info/fontname</a> (or <a href="http://www.tex.ac.uk/tex-archive/info/fontname/">browse the directory</a>)
+<dt><tt><i>fontname distribution</i></tt><dd><a href="http://mirror.ctan.org/info/fontname.zip">info/fontname</a> (or <a href="http://mirror.ctan.org/info/fontname/">browse the directory</a>); <a href="http://mirror.ctan.org/help/Catalogue/entries/fontname.html">catalogue entry</a>
</dl>
<p/>
<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fontname">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fontname</a>