diff options
author | Karl Berry <karl@freefriends.org> | 2005-12-29 00:31:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2005-12-29 00:31:48 +0000 |
commit | a9d59a2d83b345581f2eb0c6b7f08c091f5622f0 (patch) | |
tree | 00fba7fbf3f00c16be8699398c6e4c2a256c68ac /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-MF.html | |
parent | 89caab08d62b22519b44acf582a5fc3d302cbd60 (diff) |
doc/english/F-ca
git-svn-id: svn://tug.org/texlive/trunk@19 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-MF.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-MF.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-MF.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-MF.html new file mode 100644 index 00000000000..54042becd41 --- /dev/null +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-MF.html @@ -0,0 +1,23 @@ +<head> +<title>UK TeX FAQ -- question label MF</title> +</head><body> +<h3>What is Metafont?</h3> +<p>Metafont was written by Knuth as a companion to TeX; whereas TeX +defines the layout of glyphs on a page, Metafont defines the shapes of +the glyphs and the relations between them. Metafont details the sizes of +glyphs, for TeX's benefit, and details the rasters used to +represent the glyphs, for the benefit of programs that will produce +printed output as post processes after a run of TeX. +<p>Metafont's language for defining fonts permits the expression of several +classes of things: first (of course), the simple geometry of the +glyphs; second, the properties of the print engine for which the +output is intended; and third, 'meta'-information which can +distinguish different design sizes of the same font, or the difference +between two fonts that belong to the same (or related) families. +<p>Knuth (and others) have designed a fair range of fonts using Metafont, +but font design using Metafont is much more of a minority skill than is +TeX macro-writing. The complete TeX-user nevertheless needs to +be aware of Metafont, and to be able to run Metafont to generate personal +copies of new fonts. +<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=MF">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=MF</a> +</body> |