home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / komprese / zip / DELZIP12.ZIP / DEMO2.ZIP / TEST.DAT next >
Text File  |  1997-09-28  |  34KB  |  698 lines

  1.   Frequently Asked Questions About Fonts
  2.   ----------------------------------------------------------------------
  3.   Compiled by Norman Walsh
  4.   Copyright (C) 1992, 93 by Norman Walsh .
  5.   
  6. Subject: Table of Contents
  7.  
  8.   1. General Information
  9.     1.1. Font Houses
  10.     1.2. What's the difference between all these font formats?
  11.     1.3. What about "Multiple Master" fonts?
  12.     1.4. Is there a methodology to describe and classify typefaces?
  13.     1.5. What is the "f" shaped "s" called?
  14.     1.6. What about "Colonial" Typefaces?
  15.     1.7. Where can I get ... fonts.
  16.     1.8. Where can I get fonts for non-Roman alphabets?
  17.     1.10. How can I convert my ... font to ... format?
  18.  
  19. Subject: 1. General Information
  20.   
  21.   Many FAQs, including this one, are available by anonymous ftp from
  22.   rtfm.mit.edu in the directory pub/usenet/news.answers.  Each posted
  23.   section of the FAQ is archived under the name that appears in the
  24.   "Archive-name" header at the top of the article.
  25.   
  26.   This FAQ is a work in progress.  If you have any suggestions, I would be
  27.   delighted to hear them.
  28.   
  29.   This FAQ is maintained in TeXinfo format.  A Perl script constructs the
  30.   postable FAQ from the TeXinfo sources.  TeX DVI, PostScript, and Info
  31.   versions of this FAQ are available from ftp.shsu.edu in
  32.   /tex-archive/help/comp-fonts-FAQ.  A "Gopher" server is also maintained
  33.   at shsu.edu which can provide interactive access to the FAQ.  Finally,
  34.   an online, hypertext version of the FAQ is maintained (experimentally)
  35.   on jasper.ora.com where an HTTP server runs.  For example, point
  36.   XMosaic (or a similar WWW browser) to http://jasper.ora.com/.
  37.   
  38.   The posted version of the FAQ is organized in a quasi-digest format so
  39.   that it is easy to find the questions you are interested in.  All
  40.   questions that appear in the table of contents can be found by searching
  41.   for the word "Subject:" followed by the question number.
  42.   
  43.   The "TeXinfo" distribution from the Free Software Foundation contains a
  44.   program called "Info" that can be used to read the Info version of the
  45.   FAQ in a hypertext manner.  The "TeXinfo" distribution can be obtained
  46.   from prep.ai.mit.edu in the /pub/gnu directory.  At the time of this
  47.   writing, texinfo-2.16.tar.gz is the most recent version.  Info files
  48.   can also be read in hypertext form by GNU Emacs.
  49.   
  50.   Future versions of the FAQ will make more use of the hypertext
  51.   capabilities provided by the Info format.  At present, the FAQ is
  52.   organized as a simple tree.  A plain ASCII, postable version of the FAQ
  53.   will always be maintained.
  54.   
  55.   All trademarks used in this document are the trademarks of their
  56.   respective owners.
  57.   
  58.   Standard disclaimers apply.
  59.   
  60. Subject: 1.1. Font Houses
  61.   
  62.   This section will be expanded on in the future.  It contains notes about
  63.   various commercial font houses.
  64.   
  65.   Compugraphic
  66.   ============
  67.   
  68.   See "Miles, Agfa Division"
  69.   
  70.   Miles, Agfa Division
  71.   ====================
  72.   
  73.   Compugraphic which was for a while the Compugraphic division of Agfa,
  74.   is now calling itself "Miles, Agfa Division" (yes, the Miles drug
  75.   company), since CG's off-shore parent Agfa has been absorbed by Miles.
  76.   So typographically speaking, Compugraphic, CG, Agfa, A-G ag, and Miles
  77.   all refer to the same company and font library. Their proprietary fonts
  78.   are still CG Xyz, but the name is Miles Agfa.
  79.   
  80. Subject: 1.2. What's the difference between all these font formats?
  81.   
  82.   This question is not trivial to answer.  It's analogous to asking what
  83.   the difference is between various graphics image file formats.  The
  84.   short, somewhat pragmatic answer, is simply that they are different
  85.   ways of representing the same "information" and some of them will work
  86.   with your software/printer and others won't.
  87.   
  88.   At one level, there are two major sorts of fonts: bitmapped and outline
  89.   (scalable).  Bitmapped fonts are falling out of fashion as various
  90.   outline technologies grow in popularity and support.
  91.   
  92.   Bitmapped fonts represent each character as a rectangular grid of
  93.   pixels.  The bitmap for each character indicates precisely what pixels
  94.   should be on and off.  Printing a bitmapped character is simply a
  95.   matter of blasting the right bits out to the printer.  There are a
  96.   number of disadvantages to this approach.  The bitmap represents a
  97.   particular instance of the character at a particular size and
  98.   resolution.  It is very difficult to change the size, shape, or
  99.   resolution of a bitmapped character without significant loss of quality
  100.   in the image.  On the other hand, it's easy to do things like shading
  101.   and filling with bitmapped characters.
  102.   
  103.   Outline fonts represent each character mathematically as a series of
  104.   lines, curves, and 'hints'.  When a character from an outline font is
  105.   to be printed, it must be 'rasterized' into a bitmap "on the fly".
  106.   PostScript printers, for example, do this in the print engine.  If the
  107.   "engine" in the output device cannot do the rasterizing, some front end
  108.   has to do it first.  Many of the disadvantages that are inherent in the
  109.   bitmapped format are not present in outline fonts at all.  Because an
  110.   outline font is represented mathematically, it can be drawn at any
  111.   reasonable size.  At small sizes, the font renderer is guided by the
  112.   'hints' in the font; at very small sizes, particularly on
  113.   low-resolution output devices such as screens, automatically scaled
  114.   fonts become unreadable, and hand-tuned bitmaps are a better choice (if
  115.   they are available).  Additionally, because it is rasterized "on
  116.   demand," the font can be adjusted for different resolutions and 'aspect
  117.   ratios'.
  118.   
  119.   Werenfried Spit adds the following remark:
  120.   
  121.   Well designed fonts are not scalable. I.e. a well designed 5pt font is
  122.   not simply its 10pt counterpart 50% scaled down. (One can verify this
  123.   by blowing up some small print in a copier and compare it with large
  124.   print; or see the example for computer modern in D.E. Knuth's TeXbook.)
  125.   Although this fact has no direct implications for any of the two
  126.   methods of font representation it has an indirect one: users and word
  127.   processor designers tend to blow up their 10pt fonts to 20pt or scale
  128.   them down to 5pt given this possibility.  Subtle details, but well...
  129.   
  130.   LaserJet .SFP and .SFL files, TeX PK, PXL, and GF files, Macintosh
  131.   Screen Fonts, and GEM .GFX files are all examples of bitmapped font
  132.   formats.
  133.   
  134.   PostScript Type 1, Type 3, and Type 5 fonts, Nimbus Q fonts, TrueType
  135.   fonts, Sun F3, MetaFont .mf files, and LaserJet .SFS files are all
  136.   examples of outline font formats.
  137.   
  138.   Neither of these lists is even close to being exhaustive.
  139.   
  140.   To complicate the issue further, identical formats on different
  141.   platforms are not necessarily the same.  For example Type 1 fonts on
  142.   the Macintosh are not directly usable under MS-DOS or Unix, and
  143.   vice-versa.
  144.   
  145.   It has been pointed out that the following description shows signs of
  146.   its age (for example, the eexec encryption has been thoroughly hacked).
  147.   I don't dispute the observation and I encourage anyone with the
  148.   knowledge and time to submit a more up to date description.
  149.   
  150.   It has further been suggested that this commentary is biased toward
  151.   Kingsley/ATF.  The omission of details about Bitstream (and possibly
  152.   Bauer) may be considered serious since their software lies inside many
  153.   3rd-party PostScript interpreters.
  154.   
  155.   The moderators of this FAQ would gladly accept other descriptions/
  156.   explanations/viewpoints on the issues discussed in this (and every
  157.   other) section.
  158.   
  159.   [Ed Note: Liam R. E. Quin supplied many changes to the following
  160.   section in an attempt to bring it up to date.  Hopefully it is a better
  161.   reflection of the state of the world today (12/07/92) than it was in
  162.   earlier FAQs]
  163.   
  164.   Henry Schneiker  wrote the following
  165.   description of the differences between several scalable font
  166.   technologies:
  167.   
  168.   ((( semi-quote )))
  169.   
  170.   There has been a lot of confusion about font technologies in recent
  171.   times, especially when it comes to Type 1 versus Type 3 fonts, "hints,"
  172.   PostScript compatibility, encryption, character regularizing, kerning,
  173.   and the like.
  174.   
  175.      * Encryption (eexec)
  176.   
  177.        All fonts produced with Adobe's font technology are protected
  178.        through data encryption. The decryption is provided by the `eexec'
  179.        (encrypted execute) PostScript operator and, until recently, was
  180.        only present in Adobe's licensed PostScript.
  181.   
  182.        Adobe has published the details of the Type 1 font format in the
  183.        `Black Book', Adobe Type 1 Font Format (version 1.1), Adobe
  184.        Systems Inc., 1990.  The encryption was mainly used because of
  185.        font copyright problems; unencrypted fonts can also be used, but
  186.        these tend to use an efficient binary encoding, also in documented
  187.        the Type 1 book, and so are still not readable PostScript.
  188.   
  189.      * Type 1, Type 3, and Type 5 font formats
  190.   
  191.        There are generally three font formats used in Adobe PostScript
  192.        printers: Type 1, Type 3, and Type 5. Type 1 fonts are Adobe's
  193.        downloadable format. Type 3 fonts are third-party downloadable
  194.        format. Type 5 fonts are the ROM-based fonts that are part of your
  195.        printer.
  196.   
  197.        There is no functional difference between a Type 1, Type 3, or
  198.        Type 5 font. A Type 3 font can do anything a Type 1 or Type 5 font
  199.        can do.  The only real difference between them is where the
  200.        `BuildChar' routine comes from. For Type 1 and Type 5 fonts it's
  201.        built into the printer. For Type 3 fonts it's built into the font.
  202.        In other words, anything a Type 1 font can do a Type 3 font can
  203.        also do.
  204.   
  205.        [Ed note: the reverse is not true.  Type3 fonts can do things that
  206.        Type1 fonts cannot.  But they aren't hinted...]
  207.   
  208.        When PostScript is asked to generate a character, PostScript looks
  209.        in the font's dictionary for FontType. If FontType is 1 or 5
  210.        PostScript executes an internal routine that knows how to
  211.        interpret the font data stored in CharStrings. If FontType is 3
  212.        PostScript executes the routine BuildChar from the font's
  213.        dictionary to interpret the font data (often stored in
  214.        CharStrings).
  215.   
  216.        However, each BuildChar routine is written to read data formatted
  217.        in a method convenient to the vendor. Adobe, Altsys, Bitstream, and
  218.        Kingsley/ATF all format their font data differently and, hence,
  219.        have different BuildChar routines.
  220.   
  221.        [Ed note: relative hard disk efficiency of Kingsley vs. Adobe fonts
  222.        deleted on 12/07/92]
  223.   
  224.        Type 5 fonts are special in that they often include hand-tuned
  225.        bitmaps for the commonly used sizes, such as 10- and 12-point.
  226.        Other sizes are generated from the outlines in normal fashion.
  227.   
  228.        Don't confuse Type 1, Type 3, and Type 5 fonts with Bitstream's
  229.        Type A, Type B, Type C, and Type F. They are not the same and
  230.        serve only to confuse the issue.
  231.   
  232.      * Resolution `hints'
  233.   
  234.        When a character is described in outline format the outline has
  235.        unlimited resolution. If you make it ten times as big, it is just
  236.        as accurate as if it were ten times as small.
  237.   
  238.        However, to be of use, we must transfer the character outline to a
  239.        sheet of paper through a device called a raster image processor
  240.        (RIP). The RIP builds the image of the character out of lots of
  241.        little squares called picture elements (pixels).
  242.   
  243.        The problem is, a pixel has physical size and can be printed only
  244.        as either black or white. Look at a sheet of graph paper. Rows and
  245.        columns of little squares (think: pixels). Draw a large `O' in the
  246.        middle of the graph paper. Darken in all the squares touched by the
  247.        O. Do the darkened squares form a letter that looks like the O you
  248.        drew? This is the problem with low resolution (300 dpi). Which
  249.        pixels do you turn on and which do you leave off to most accurately
  250.        reproduce the character?
  251.   
  252.        All methods of hinting strive to fit (map) the outline of a
  253.        character onto the pixel grid and produce the most
  254.        pleasing/recognizable character no matter how coarse the grid is.
  255.   
  256.        [Ed note: deleted some paragraphs that are no longer true.  Times
  257.        change...]
  258.   
  259.      * Optical Scaling
  260.   
  261.        Optical Scaling modifies the relative shape of a character to
  262.        compensate for the visual effects of changing a character's size.
  263.        As a character gets smaller, the relative thickness of strokes,
  264.        the size of serifs, the width of the character, the
  265.        inter-character spacing, and inter-line spacing should increase.
  266.        Conversely, as a character gets larger, the relative thickness,
  267.        widths, and spacing should decrease.
  268.   
  269.        Contrast this with linear scaling, in which all parts of a
  270.        character get larger or smaller at the same rate, making large
  271.        characters look wide and heavy (strokes are too thick, serifs are
  272.        too big) while small characters look thin and weak.
  273.   
  274.      * Kerning
  275.   
  276.        As applied to PostScript fonts, kerning refers to kern pairs. A
  277.        kern pair specifies two characters (e.g., A and V) and the
  278.        distance to move the second character relative to the first. The
  279.        typical use of a kern pair is to remove excessive space between a
  280.        pair of characters.  However, it may also be used to add space.
  281.   
  282.      * PostScript clones
  283.   
  284.        There are currently several printer manufacturers on the market
  285.        with PostScript clones. To be viable, a PostScript clone must
  286.        comply with the `red book' (PS Language Reference Manual).
  287.   
  288.        In order to avoid paying royalties to Adobe, and because Adobe's
  289.        Type 1 font format was originally proprietary, many PostScript
  290.        interpreters use some other font format.  Sun uses F3, and some
  291.        other vendors use Bitstream's Speedo format, for example.  The
  292.        only real problem this causes is that the widths of characters
  293.        (the `font metrics') may vary from Adobe's, so that programs that
  294.        assume the Adobe character widths will produce poor quality
  295.        output.  Bitstream fonts used to be particularly bad in the early
  296.        days, but they and most or all of the other vendors have solved
  297.        those problems.
  298.   
  299.      * Apple TrueType [Ed note: formerly "Royal (`sfnt')"] format and
  300.        System 7
  301.   
  302.        Apple's new System 7.0 supports a new format of outline font that
  303.        will allow high-quality characters of any size to be displayed on
  304.        the screen.  TrueType stores font outlines as B-spline curves
  305.        along with programmed resolution hints. B-spline curves are faster
  306.        to compute and easier to manipulate than the Bezier curves used in
  307.        PostScript.
  308.   
  309.        Adobe is not going to support Apple's new format by converting the
  310.        Adobe/Linotype library to B-spline format. There are two reasons
  311.        for this: First, there is no support for font encryption (yes, the
  312.        hooks are there, but nothing is implemented). Second, Adobe does
  313.        not want to dilute PostScript and its font library. However, the
  314.        Macintosh is too big a market to simply turn away from. Therefore,
  315.        Adobe will provide its Font Manager to display its own fonts on
  316.        the Mac screen.  Apple ships Adobe's ATM for this purpose.
  317.   
  318.   ((( unquote )))
  319.   
  320. Subject: 1.3. What about "Multiple Master" fonts?
  321.   
  322.   Multiple Master Fonts are an extension to the Adobe font format.
  323.   providing the ability to interpolate smoothly between several "design
  324.   axes" from a single font. Design axes can include weight, size, and
  325.   even some whacko notions like serif to sans serif.  Adobes' first
  326.   Multiple Master Font was Myriad - a two-axis font with WEIGHT (light to
  327.   black) on one axis, and WIDTH (condensed to expanded) along the other
  328.   axis. In the case of Myriad, there are four "polar" designs at the
  329.   "corners" of the design space. The four designs are light condensed,
  330.   black condensed, light expanded, and black expanded.
  331.   
  332.   Given polar designs, you can set up a "weight vector" which
  333.   interpolates to any point within the design space to produce a unique
  334.   font for a specific purpose. So you can get a "more or less condensed,
  335.   somewhat black face".
  336.   
  337.   Multiple Master Fonts can be used on any PostScript printer.  Multiple
  338.   Master Fonts need a new PostScript operator known as makeblendedfont.
  339.   The current crop of Multiple Master Fonts supply an emulation of this
  340.   operator so the printer doesn't need this operator.
  341.   
  342.   A short tutorial on Multiple Master Fonts and makeblendedfont appears
  343.   in PostScript by Example, by Henry McGilton and Mary Campione,
  344.   published by Addison-Wesley.
  345.   
  346.   Danny Thomas contributes that there are a few PostScript interpreter
  347.   (version)s which have bugs that appear with the emulation of the
  348.   makeblendedfont operator used to support Multiple Master fonts. There
  349.   weren't many exhibiting this problem, though it may have happened even
  350.   with one Adobe interpreter.
  351.   
  352. Subject: 1.4. Is there a methodology to describe and classify typefaces?
  353.   
  354.   There is a standard, Panose, but it is mostly ignored by typographers
  355.   (not because it's bad, just because they don't need it).  The Panose
  356.   system is documented, among other places, in the Microsoft Windows 3.1
  357.   Programmer's Reference from Microsoft Press.
  358.   
  359.   The ISO also has a scheme, but it is not Panose.
  360.   
  361.   At least one book by a respected authority, Alexander Lawson, Printing
  362.   Types: An Introduction, describes another, less rigorous system [ed: of
  363.   his own], which is exposited in "An Introduction" and used without
  364.   exposition in his later "Anatomy of a Typeface".
  365.   
  366.   There is another book, Rookledges International Typefinder, which has a
  367.   very complete system that uses tell-tales of individual glyphs as well
  368.   as overall style to index most known faces right in the book.
  369.   
  370.   J. Ben Leiberman has another book on type face description.
  371.   
  372.   Terry O'Donnell adds the following comments:
  373.   
  374.   The current ISO system was initiated (I believe) by Archie Provan of
  375.   RIT--a successor to Mr. Lawson. Whereas in typographic practice or
  376.   teaching--only a high level classification is necessary - times have
  377.   changed and the current ISO system aims to accomplish something beyond
  378.   the high level. A major goal is to aid software to help users make
  379.   selections. For example, a naive user might ask for all fonts on a font
  380.   server which have a Roman old style appearance. Another goal would be
  381.   to help users with multi-lingual text: a user creating a document in
  382.   English using e.g. Baskerville wants to know what Arabic or Japanese
  383.   language font on his system/file server would harmonize well with the
  384.   Baskerville. It is not all in place yet--but the more detailed ISO
  385.   classes--and the current addition of non-latin typefaces--are an
  386.   attempt to address this issue.
  387.   
  388.   A second goal is to help with the font substitution problem. Neither
  389.   ISO or Panose address the metrics issues in font substitution--but both
  390.   might aid software in picking the nearest style of available available
  391.   fonts.
  392.   
  393. Subject: 1.5. What is the "f" shaped "s" called?
  394.   
  395.   Both the "f" with half a crosbar (roman) and the integral sign (italic)
  396.   are called long-S.
  397.   
  398. Subject: 1.6. What about "Colonial" Typefaces?
  399.   
  400.   Why does colonial printing have that "Colonial" feel?
  401.   =====================================================
  402.   
  403.   Colonial type was either very roughly treated by moist salt air on the
  404.   crossing and in colonial port cities, or was copied locally by tacky
  405.   techniques (such as driving used foundry type into soft lead to make
  406.   very soft deformable matrices), and the paper was very rough, which
  407.   abrades both the serifs and the hairlines.  So except for the best work
  408.   done with new, european types, the serifs were much smaller, even
  409.   broken off, than the original founder/punchcutter intended.  Thins
  410.   could be abraded by rough paper to nothingness, esp after humid salt
  411.   air had leached the hardener out of the alloy.
  412.   
  413.   What fonts are good for mock-colonial uses?
  414.   ===========================================
  415.   
  416.   For example, what fonts have the following features: old-style figures
  417.   (non-lining numbers), the long s character, slightly irregular shapes
  418.   (a la type produced by colonial printers), and a decent complement of
  419.   ligatures.  And what about free or cheap faces like this?
  420.   
  421.   I don't know if any exist with all of 1-5. As I believe you get what
  422.   you pay for, especially in fonts, I haven't looked at free and
  423.   cheap-copy fonts.
  424.   
  425.   Microsoft's expansion set for their Win3.1 optional fonts has Garamond
  426.   Expert 
  427.   and I think I remember it having the long ess too.  I forget about
  428.   OSFigs; it should tho'.  Monotype's metal faces "16th Century Roman"
  429.   and "Poliphilus" may be available in digital; if so, they imitate early
  430.   presswork with early and are very close to what one wants.
  431.   
  432.   "A commercial supplier [not yet sampled] is Image Club Graphics in
  433.   Calgary (1-800-661-9410).  It is called Caslon Antique.  It is supplied
  434.   as both roman and italic, together, for $25. They advertise in
  435.   MacWorld/MacUser/MacBlah.   I am unable to tell from abcDEF123 if the
  436.   numerals are old-style, but I think not.  Ligatures?  long-S?  Not yet
  437.   known.  Guillemots, though, are there. ... Letraset, circa 1977,
  438.   showing a Caslon Antique with modern numerals, no ligatures, and only
  439.   UKPounds and German ss extensions." [Ike Stoddard]
  440.   
  441.   NB: Caslon Antique is not a Caslon per se: "The last Caslon to mention
  442.   is that ubiquitous but unrelated Caslon Antique, which possesses no
  443.   similarity whatsoever to the original. This old reprobate was
  444.   introduced by Barnhart Brothers of Chicago under the name Fifteenth
  445.   Century. Its negative reception lasted until about 1918, when, with a
  446.   simple name change to Caslon Antique, it became the most commonly
  447.   selected type for reproductions of colonial American printing. It is
  448.   now seen in everything from liquor advertisments to furniture
  449.   commercials" [Lawson, 1990,Anatomy]
  450.   
  451.   Miles Agfa (Compugraphic) has always had a Caslon Antique; I don't know
  452.   if it is available for TrueType or Type 1, but Agfa has been doing
  453.   TrueType bundles at reasonable prices. [wdr]
  454.   
  455.   What fonts could a colonial printer have had?
  456.   =============================================
  457.   
  458.   According to D.B.Updike in the classic reference "Printing Types: Their
  459.   History, Forms 
  460.   types of the Caslon Old Style fonts and cheap copies of same in the
  461.   18th C.  Before that, it would have been the older Dutch 
  462.   faces, almost always lagging English tastes.  If you can find the
  463.   Oxford Fell types, they are classic Dutch-as-used-by-englishmen.
  464.   Anything with a Dutch moniker and the Oldstyle adjective is probably
  465.   ok; Van Dijck if you find it, say (died 1673).
  466.   
  467.   Ben Franklin recommended Caslon faces.  But these were not available in
  468.   England before 1720, first full broadside in 1734. Lawson declares that
  469.   the first printing of the Declaration of Independance was in Caslon.
  470.   
  471.   Wilson's Scotch Modern was the "modern" font that surfaced in quantity
  472.   in america.  If the Scotch Roman your vendor has is sort-of  like-Bodoni
  473.   but nicer than his Bodoni, that's it.  It wasn't available until late
  474.   1700s, though.
  475.   
  476. Subject: 1.7. Where can I get ... fonts.
  477.   
  478.   Before I go any farther, let me extol the virtues of the Archie servers.
  479.   If you need to find something on the net, and you have any idea what it
  480.   might be called, Archie is the place to go.  In North America, telnet to
  481.   "archie.rutgers.edu" and login as "archie".  There are many other
  482.   servers around the world, any Archie server can give you a list of other
  483.   servers.  There are better documents than this to describe Archie and
  484.   you should be able to find them from the above starting point.  If you
  485.   have trouble, feel free to ask norm (via Email please, no need to
  486.   clutter comp.fonts with a query about Archie ;-).
  487.   
  488.   In addition to the telnet option, several archie clients exist including
  489.   a very nice X11 implementation (Xarchie).
  490.   
  491.      * Adobe Type 1 Fonts in MS-DOS/Unix Format:
  492.   
  493.        ftp.cica.indiana.edu:/pub/pc/win3/fonts
  494.   
  495.        ftp.cica.indiana.edu:/pub/pc/win3/fonts/atm
  496.   
  497.        archive.umich.edu:/msdos/mswindows/fonts
  498.   
  499.      * Adobe Type 1 Fonts in Mac Format:
  500.   
  501.        mac.archive.umich.edu:/mac/system.extensions/font/type1
  502.   
  503.        sumex-aim.stanford.edu:/info-mac/font
  504.   
  505.      * Adobe Type 3 Fonts in Mac Format:
  506.   
  507.        mac.archive.umich.edu:/mac/system.extensions/font/type3
  508.   
  509.      * TrueType fonts in MS-DOS Format:
  510.   
  511.        ftp.cica.indiana.edu:/pub/pc/win3/fonts/truetype
  512.   
  513.      * TrueType fonts in Mac Format:
  514.   
  515.        mac.archive.umich.edu:/mac/system.extensions/font/truetype
  516.   
  517.      * TeX PK/PXL/GF fonts:
  518.   
  519.        The TeX community has its own support groups that can provide
  520.        better answers to this question.  The canonical list of MetaFont
  521.        fonts is posted occasionally to comp.text.tex.  The comp.text.tex
  522.        newsgroup (or the Info-TeX mailing list, if you do not have access
  523.        to news) are good places to start.  Email norm if you need more
  524.        specific information.
  525.   
  526.      * LaserJet bitmap fonts:
  527.   
  528.        wuarchive.wustl.edu:/mirrors/msdos/laser
  529.   
  530.        Also on other simtel20 mirrors...
  531.   
  532.   If you know of other archive sites (the above list is no where near
  533.   complete) or other formats that are available on the net, please let us
  534.   know.
  535.   
  536.   The sites above represent places where shareware and public domain fonts
  537.   are available.  Many, many typefaces are not available in shareware
  538.   form.  And many shareware faces are less than adequate for a variety of
  539.   reasons, particularly at small sizes.  It seems to be the consensus of
  540.   the comp.fonts community that "you get what you pay for."  If you need a
  541.   professional quality font, you should probably buy it from a
  542.   professional.
  543.   
  544.   The list of font vendors in Appendix A (annotated with information about
  545.   non-Roman alphabets) was contributed by Masumi Abe.  Masumi was Adobe's
  546.   Manager of Typographic Marketing for Asia.  He has since left Adobe.
  547.   
  548.   Many font CDs are now available which offer many fonts for a low
  549.   cost/font.
  550.   
  551. Subject: 1.8. Where can I get fonts for non-Roman alphabets?
  552.   
  553.   As mentioned above, the list of font vendors is annotated with
  554.   information about non-Roman alphabets.  Commercially, Masumi suggests
  555.   that Linguists' Software is the current [ed: as of 7/92] leading
  556.   supplier of non-Roman fonts.
  557.   
  558. Subject: 1.10. How can I convert my ... font to ... format?
  559.   
  560.   Conversion from one bitmapped format to another is not generally too
  561.   difficult.  Conversion from one scalable format to another is very
  562.   difficult.  Several commercial software packages claim to perform these
  563.   tasks, but none has been favorably reviewed by the comp.fonts
  564.   community.  ATech's AllType program, in particular, has had poor
  565.   reviews [ed: as of 7/92].
  566.   
  567.   In an effort to settle a long-running and oft-asked question, I'll be
  568.   blunt: as of today [6/93], THERE ARE NO NON-COMMERCIAL PROGRAMS WHICH
  569.   WILL CONVERT FROM ONE SCALABLE FORMAT TO ANOTHER.  Not from TrueType to
  570.   PostScript Type 1, Type 3, Type 5, or any other scalable PostScript
  571.   format.  Not from PostScript Type 1 to TrueType.  Not to or from
  572.   Intellifont.  Not to or from Sun F3 format.
  573.   
  574.   There are some commercial programs: AllType, Metamorphosis, Font
  575.   Monger, and even MoreFonts (to/from some proprietary format, I
  576.   believe).  And there are probably other commercial programs as well.
  577.   However, as several people have noted, conversion from one scalable
  578.   format to another is a bad idea.  If the original font was well hinted,
  579.   the converted font will not be.  Of course, if the original was poorly
  580.   hinted, maybe it won't matter much.
  581.   
  582.   For specific conversions, check the platform specific parts of the FAQ.
  583.   Most of the conversions discussed require platform specific tools.
  584.   
  585.   Here is a summary of the conversions discussed (and the section in
  586.   which they appear):
  587.   
  588.   Mac Type 1 PostScript
  589.        To PC Type 1 PostScript (MS-DOS).  To TrueType (commercial).
  590.   
  591.   PC Type 1 PostScript
  592.        To Mac Type 1 PostScript (Mac, commercial).  To TrueType
  593.        (commercial).  To TeX PK (MS-DOS).
  594.   
  595.   TrueType
  596.        To Type 1 PostScript (Mac and MS-DOS, commercial).  To HP LaserJet
  597.           bitmaps (MS-DOS, hack!).
  598.   
  599.   TeX PK
  600.        To HP LaserJet bitmap softfonts (MS-DOS).
  601.   
  602.   HP LaserJet bitmap softfonts
  603.        To TeX PK (MS-DOS).
  604.   
  605.   In addition, Adobe ships a copy of Adobe Font Foundry with all of its
  606.   fonts which can convert Type 1 fonts into HP LaserJet softfonts.
  607.   
  608. Subject: 1.11. Are fonts copyrightable?
  609.   
  610.   This topic is hotly debated at regular intervals on comp.fonts.  Terry
  611.   Carroll.  provides the following analysis of current [ed: as of 6/92]
  612.   legislation and regulation regarding fonts and copyrights in the United
  613.   States.  Terry is "Editor in Chief" of Volume 10 of the Santa Clara
  614.   Computer and High Technology Law Journal.  Members of the comp.fonts
  615.   community are encouraged to submit other materials that add clarity to
  616.   the issue.
  617.   
  618.   It has been pointed out that this section deals primarily font copyright
  619.   issues relevant to the United States and that this situation is not
  620.   universal.  For example, in many parts of Europe typeface designs are
  621.   protectable.
  622.   
  623.   "First, the short answer in the USA: Typefaces are not copyrightable;
  624.   bitmapped fonts are not copyrightable, but scalable fonts are
  625.   copyrightable.  Authorities for these conclusions follow.
  626.   
  627.   Before we get started, let's get some terminology down:
  628.   
  629.   A typeface is a set of letters, numbers, or other symbolic characters,
  630.   whose forms are related by repeating design elements consistently
  631.   applied in a notational system and are intended to be embodied in
  632.   articles whose intrinsic utilitarian function is for use in composing
  633.   text or other cognizable combinations of characters.
  634.   
  635.   A font is the computer file or program that is used to represent or
  636.   create the typeface.
  637.   
  638.   Now, on to the legal authorities:
  639.   
  640.   Volume 37 of the Code of Federal Regulations specifies this about the
  641.   copyrightability of typefaces:
  642.   
  643.   "The following are examples of works not subject to copyright and
  644.   applications for registration of such works cannot be entertained: . . .
  645.   typeface as typeface" 37 CFR 202.1(e).
  646.   
  647.   The regulation is in accordance with the House of Representatives report
  648.   that accompanied the new copyright law, when it was passed in 1976:
  649.   
  650.   "The Committee has considered, but chosen to defer, the possibility of
  651.   protecting the design of typefaces.  A 'typeface' can be defined as a
  652.   set of letters, numbers, or other symbolic characters, whose forms are
  653.   related by repeating design elements consistently applied in a
  654.   notational system and are intended to be embodied in articles whose
  655.   intrinsic utilitarian function is for use in composing text or other
  656.   cognizable combinations of characters.  The Committee does not regard
  657.   the design of typeface, as thus defined, to be a copyrightable
  658.   'pictorial, graphic, or sculptural work' within the meaning of this bill
  659.   and the application of the dividing line in section 101."  H. R. Rep.
  660.   No.  94-1476, 94th Congress, 2d Session at 55 (1976), reprinted in 1978
  661.   U.S. Cong. and Admin. News 5659, 5668.
  662.   
  663.   It's also in accordance with the one court case I know of that has
  664.   considered the matter: Eltra Corp. V. Ringer, 579 F.2d 294, 208 USPQ 1
  665.   (1978, C.A. 4, Va.).
  666.   
  667.   The U.S. Copyright Office holds that a bitmapped font is nothing more
  668.   than a computerized representation of a typeface, and as such is not
  669.   copyrightable:
  670.   
  671.   "The [September 29, 1988] Policy Decision [published at 53 FR 38110]
  672.   based on the [October 10,] 1986 Notice of Inquiry [published at 51 FR
  673.   36410] reiterated a number of previous registration decisions made by
  674.   the [Copyright] Office.  First, under existing law, typeface as such is
  675.   not registerable.  The Policy Decision then went on to state the
  676.   Office's position that 'data that merely represents an electronic
  677.   depiction of a particular typeface or individual letterform' [that is, a
  678.   bitmapped font] is also not registerable."  57 FR 6201.
  679.   
  680.   However, scalable fonts are, in the opinion of the Copyright Office,
  681.   computer programs, and as such are copyrightable:
  682.   
  683.   "... the Copyright Office is persuaded that creating scalable typefonts
  684.   using already-digitized typeface represents a significant change in the
  685.   industry since our previous [September 29, 1988] Policy Decision.  We
  686.   are also persuaded that computer programs designed for generating
  687.   typeface in conjunction with low resolution and other printing devices
  688.   may involve original computer instructions entitled protection under the
  689.   Copyright Act.  For example, the creation of scalable font output
  690.   programs to produce harmonious fonts consisting of hundreds of
  691.   characters typically involves many decisions in drafting the
  692.   instructions that drive the printer.  The expression of these decisions
  693.   is neither limited by the unprotectable shape of the letters nor
  694.   functionally mandated.  This expression, assuming it meets the usual
  695.   standard of authorship, is thus registerable as a computer program."  57
  696.   FR 6202."
  697.  
  698.