home *** CD-ROM | disk | FTP | other *** search
/ ftp.pasteur.org/FAQ/ / ftp-pasteur-org-FAQ.zip / FAQ / fonts-faq / part7 < prev    next >
Encoding:
Internet Message Format  |  1996-08-15  |  30.0 KB

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!news.mathworks.com!zombie.ncsc.mil!newsgate.duke.edu!news-feed-1.peachnet.edu!paperboy.wellfleet.com!news3.near.net!amber.ora.com!not-for-mail
  2. From: norm@ora.com (Norman Walsh)
  3. Newsgroups: comp.fonts,comp.answers,news.answers
  4. Subject: comp.fonts FAQ: Macintosh Info
  5. Supersedes: <font-faq-7_817479312@ora.com>
  6. Followup-To: poster
  7. Date: 14 Aug 1996 10:34:44 -0400
  8. Organization: O'Reilly and Associates, Inc.
  9. Lines: 733
  10. Sender: norm@ruby.ora.com
  11. Approved: news-answers-request@MIT.Edu
  12. Distribution: world
  13. Expires: 27 Sep 1996 14:34:08 GMT
  14. Message-ID: <font-faq-7_840033248@ora.com>
  15. References: <font-faq-1_840033248@ora.com>
  16. Reply-To: norm@ora.com (Norman Walsh)
  17. NNTP-Posting-Host: ruby.ora.com
  18. Summary: This posting answers frequently asked questions about fonts.
  19.          It addresses both general font questions and questions that
  20.          are specific to a particular platform.
  21. X-Web-Homepage: http://www.ora.com/homepages/comp.fonts/
  22. Xref: senator-bedfellow.mit.edu comp.fonts:48304 comp.answers:20518 news.answers:79239
  23.  
  24. Archive-name: fonts-faq/part7
  25. Version: 2.1.5
  26.  
  27. Subject: 2. Macintosh Information
  28.   
  29. Subject: 2.1. Macintosh Font formats
  30.   
  31.   Bitmap Fonts
  32.   ============
  33.   
  34.   Bitmap fonts: on the Macintosh, bitmap fonts also contain the kerning
  35.   information for a font and must be installed with both type 1 and type
  36.   3 fonts. Their presence also speeds the display of commonly used font
  37.   sizes.
  38.   
  39.   PostScript Type 1
  40.   =================
  41.   
  42.   Postscript Type 1 fonts can be installed on the Macintosh only by using
  43.   accompanying bitmapped fonts.
  44.   
  45.   PostScript Type 3
  46.   =================
  47.   
  48.   Postscript Type 3 fonts are installed on the Macintosh in the same way
  49.   that Type 1 fonts are.
  50.   
  51.   TrueType
  52.   ========
  53.   
  54.   Truetype fonts: no bitmapped font is necessary with this type, though
  55.   commonly used sizes are often supplied.
  56.   
  57.   QuickDraw GX
  58.   ============
  59.   
  60.   This section was constructed from postings by Charles A. Bigelow, Peter
  61.   Moller, David Opstad, and Michael Wang from Sep 93.
  62.   
  63.   What is it?
  64.   -----------
  65.   
  66.   QuickDraw GX (QDGX) is the new Mac OS engine for handling screen
  67.   presentation.  It has many advantages over older engines, among them the
  68.   ability to get ligatures, swashes etc. on the fly.  QDGX is also a
  69.   16-bit font format that allows for example users in Korea to run their
  70.   machines in their native tounge as well as write.
  71.   
  72.   How is it related to Unicode?
  73.   -----------------------------
  74.   
  75.   Although QDGX is a 16-bit encoding, it is "orthogonal" to Unicode
  76.   Unicode, to use a jargon term.  A TrueType font, GX or otherwise, can be
  77.   encoded using the Unicode standard, but that isn't necessary. However, a
  78.   TrueType font, and especially a GX font, can contain glyphs for which
  79.   there is no unique Unicode encoding, e.g. the 'fi' ligature, or a swash
  80.   'a' with a trailing curlicue. TrueType GX fonts, however, contain
  81.   additional information and structure that allows the QDGX system to
  82.   properly substitute variant glyphs for certain characters in the text.
  83.   For the above examples, QDGX will, if requested, look for the sequence
  84.   'f' + 'i' and substitute the 'fi' ligature, or look for 'a' at the end
  85.   of a line and substitute the glyph 'a-trailing curlicue'.
  86.   
  87.   It is really quite charming to see this happen, and it makes the font
  88.   [...] a clever, trained circus dog that does tricks than a simple font.
  89.   The GX fonts begin to show an additional personality beyond the image of
  90.   the glyphs.  In fact, the font can contain a state machine that controls
  91.   the substitution process--in effect, a computer program. There is
  92.   provision for another state machine controlling kerning as well, to get
  93.   around the problems that can arise with simple pair-based kerning.
  94.   
  95.   David Opstad contributes the following:
  96.   
  97.   The bidirectional text reordering algorithm defined in Unicode is fully
  98.   implemented in GX (in fact, during our testing of GX we uncovered some
  99.   problems with the Unicode specification!) Also, and most unfortunately,
  100.   since Unicode is the product of an international committee process there
  101.   were certain compromises that were made in the design, so there really
  102.   are Unicode character codes for certain ligatures and contextual forms
  103.   (e.g.  the "Basic Glyphs for Arabic Language" codes starting at U+FE70).
  104.   Note, however, that GX does not use these; we do Arabic contextual
  105.   processing the same way we do Roman contextual processing. Indeed, it
  106.   is this uniformity of approach that is, I believe, one of GX's main
  107.   strengths.
  108.   
  109.   One of my greatest hopes (that keeps me going after having worked on
  110.   getting GX done for over five years now) is that we're going to see a
  111.   real renaissance of fonts and creativity in font designs. GX finally
  112.   gets us back to the elegance of calligraphy, with the repeatability and
  113.   precision of the computer.
  114.   
  115.   What about rotation?
  116.   --------------------
  117.   
  118.   QDGX supports full 3X3 transformations (including perspective) on all
  119.   objects in the graphics system, including text. Anti-aliasing is not
  120.   included in GX 1.0, but we're looking at it for future versions.
  121.   
  122.   Is QDGX limited to TrueType fonts?
  123.   ----------------------------------
  124.   
  125.   Michael Wang contributes:
  126.   
  127.   Just to clarify, the component of QuickDraw GX that deals with font
  128.   features like automatic ligature substitution is called the Line Layout
  129.   Manager (which I'll abbreviate as LLM), and LLM features are
  130.   independent of scaler technology. In other words, a Type 1 font can
  131.   have all of the LLM features that a TrueType font can have under
  132.   QuickDraw GX.
  133.   
  134.   In fact, Apple and Adobe bundle a GX version of ATM with the QuickDraw
  135.   GX release along with a Type 1 GX version of Tekton Regular which
  136.   includes lots of additional glyphs and supports most of the LLM
  137.   features. If you are a Macintosh developer, there are beta GX versions
  138.   of ATM and Tekton that you can play around with on the QuickDraw GX
  139.   1.0b1 release that is part of the WWDC CD.
  140.   
  141.   Lawrence D'Oliveiro contributes:
  142.   
  143.   One implication of GX for font installation is that Type 1 fonts no
  144.   longer come in "bitmap" vs "screen" versions that live in separate
  145.   files: under QuickDraw GX, they live in "sfnt" resources, and install no
  146.   differently from TrueType fonts.
  147.   
  148.   As of 1 Mar 95, QuickDraw GX 1.0.1 is the current release.
  149.   
  150. Subject: 2.2. Frequently Requested Mac Fonts
  151.   
  152.   Greek Fonts
  153.   ===========
  154.   
  155.   This section was constructed from a posting by John Amanatides in Jan
  156.   1995.
  157.   
  158.   There are three ways to get Greek out of a Mac.  Approach one is to
  159.   simply use the Symbol font; this solution is the easiest but Symbol
  160.   doesn't have accents and you cannot easily exchange files with friends
  161.   in Greece.  Approach two is go all the way and install Apple's Greek
  162.   system software on your Mac.  It would make it identical to a machine
  163.   sold in Greece and is really only an option for the diehards.  Approach
  164.   three is to just get a Greek keyboard driver and Greek typefaces.  This
  165.   article talks mostly about approach three while it does also mention the
  166.   others.
  167.   
  168.   First some background.  Until the early '80s the Greek alphabet included
  169.   quite a lot of different diacritical marks.  Thus if you are interested
  170.   in classical Greek you will need to get a polytonic version of the
  171.   typeface.  Modern Greek now only uses accents, simplifying the use of
  172.   the alphabet and this is normally what you will get when you ask for a
  173.   Greek typeface.
  174.   
  175.   There are several encodings of the Greek alphabet.  ISO-8859-7 is the
  176.   most standard.  It is an 8-bit encoding that uses the regular 7-bit
  177.   ASCII standard in the lower 128 positions and Greek in the upper 128.
  178.   Unfortunately, Apple did not use it (sigh).  Apple's encoding is
  179.   slightly different in the upper 128 positions.  All modern Greek
  180.   typefaces for the Mac seem to use this encoding and if you use it you
  181.   can exchange files with your friends in Greece (and use Greek
  182.   dictionaries!).  If you are interested in classical Greek things become
  183.   a little trickier.  I don't know if there is a standard but Linguist's
  184.   Software's (see below) encoding seems to be the most popular.
  185.   
  186.   Sources of Greek Fonts for the Mac
  187.   ----------------------------------
  188.   
  189.   Apple
  190.   .....
  191.   
  192.   You can go all the way with Apple and get their Greek system software
  193.   but getting it is non-trivial.  In North America the only way to get it
  194.   seems to be to get the "Apple Developer Mailing" from APDA.  Designed
  195.   for developers, you get a CD mailed to you monthly.  The CD contains
  196.   the most recent worldwide Mac system software along with a lot of other
  197.   stuff.  It costs \$250 US and you get updates for a year.  The Greek
  198.   system software contains TrueType versions of GrCourier, GrHelvetica,
  199.   GrTimes and several bitmap versions of some of Apple's other typefaces
  200.   along with the Greek keyboard driver.
  201.   
  202.        APDA 800-282-2732 US
  203.        800-637-0029 Canada
  204.        716-871-6555
  205.   
  206.   A second place to get Greek system software is in Greece.  Apple's
  207.   distributor is:
  208.   
  209.        Rainbow Computer S.A.
  210.        Elia Eliou 75
  211.        Neos Kosmos, Athens
  212.        Greece 117 44
  213.        30-1-9012892 Voice
  214.        30-1-9012540 FAX
  215.   
  216.   Just because you have the Greek system software doesn't mean you have
  217.   to install the whole system;  you can just take the Greek typefaces and
  218.   the Greek keyboard driver and use them with your current system
  219.   software.
  220.   
  221.   Note: Linguists' Software (see below) also market version 6.0.3 of the
  222.   Greek operating system.
  223.   
  224.   Linotype-Hell
  225.   .............
  226.   
  227.   Linotype sells a variety of Type1 Greek typefaces in both modern and
  228.   polytonic versions and in a variety of weights/styles: Times,
  229.   Helvetica, Baskerville, New Century Schoolbook and Souvenir.  The
  230.   easiest way to purchase them is to get Linotype's CD of locked
  231.   typefaces (a new one is coming out in Dec. '94).  The CD costs \$49 US
  232.   and comes with 4 free fonts.  A Greek keyboard driver comes with the
  233.   typefaces.  Linotype can be reached at:
  234.   
  235.        Linotype-Hell Company
  236.        425 Oser Avenue
  237.        Hauppage, NY, 11788
  238.        USA
  239.        800-633-1900
  240.        516-434-3616 FAX
  241.   
  242.   These typefaces are also distributed by FontShop (see below) Note: the
  243.   new CD works on both a Mac and a PC and when you unlock a typeface you
  244.   unlock for both systems.
  245.   
  246.   FontShop
  247.   ........
  248.   
  249.   FontShop is an international chain of stores which supplies a wide
  250.   variety of typefaces to both professionals and the rest of us.  Their
  251.   North American address is:
  252.   
  253.        FontShop Canada Limited
  254.        510 Front Street West
  255.        Toronto, Ontario
  256.        Canada M5V 3H3
  257.        800-363-6687
  258.        416-348-0916 FAX
  259.   
  260.   Monotype
  261.   ........
  262.   
  263.   Monotype offers two Greek typefaces on their locked CD: Times New Roman
  264.   Greek and Arial Greek.  Each typeface comes in four weights/styles.
  265.   Their CD lists for \$49 and you get 8 free fonts (just enough for both
  266.   of their Greek typefaces :-).  You can reach Monotype at:
  267.   
  268.        Monotype Typography Inc.
  269.        Suite 2630, 150 South Wacker Drive
  270.        Chicago, IL, 60606
  271.        USA
  272.        800-MONOTYP (800-666-6897)
  273.        312-855-9475 FAX
  274.   
  275.   These typefaces are also distributed by FontShop.  Note: you get a 5 CPU
  276.   license.
  277.   
  278.   Linguist's Software
  279.   ...................
  280.   
  281.   Linguist's Software has typefaces for over 250 world languages and
  282.   gives several options for those interested in Greek.  First, you can
  283.   purchase the Greek operating system for the Mac version 6.0.3.  This
  284.   includes GrTimes and GrHelvetica (Type 3) as well as several bit-mapped
  285.   system fonts.  Second, you can purchase their modern Greek typefaces
  286.   Olympus and Philippi (Times and Helvetica clones) in four
  287.   weights/styles and in both Type1 and TrueType along with a keyboard
  288.   driver for System 7.  Finally, they have their own TrueType and Type1
  289.   typefaces in the LaserGreek package.  These are of particular interest
  290.   to Greek scholars since they include extra diacritics for ancient/N.T.
  291.   Greek.  This package now includes a Uncail typeface.  LaserGreek: \$99;
  292.   Modern Greek + keyboard driver: \$99; LaserGreek + GreekOS: \$139;
  293.   LaserGreek + Modern Greek + keyboard driver: \$139.
  294.   
  295.        Linguist's Software
  296.        PO Box 580
  297.        Edmonds, WA 98020-0580
  298.        USA
  299.        206-775-1130
  300.        206-771-5911 FAX
  301.   
  302.   Ecological Linguistics
  303.   ......................
  304.   
  305.   Ecological Linguistics also provides typfaces for a wide variety of
  306.   world languages.  They have a polytonic version of Times (GreekTimes)
  307.   in their GreekClassical package and monotonic versions of Times and
  308.   Helvetica (GkTimes, GkHelvetica) in four weights/styles in their
  309.   GreekModern package.  Both the GreekClassical and GreekModern packages
  310.   are \$60 US each and come with a keyboard driver.
  311.   
  312.        Ecological Linguistics
  313.        P.O. Box 15156
  314.        Washington, D.C., 20003
  315.        U.S.A.
  316.        202-546-5862
  317.   
  318.   MacCampus
  319.   .........
  320.   
  321.   MacCampus of Germany provides Greek and other Eastern European
  322.   typefaces.  The Greek typefaces come in two flavors: those that are
  323.   based on the modern Greek keyboard layout and those based on the Symbol
  324.   font layout.  MacCampus provides a keyboard driver so that you can use
  325.   the former type on non-Greek Macs.
  326.   
  327.   The typefaces available are:
  328.   
  329.   Modern Greek (Greek layout): Olympia (Helvetica clone) and Tiryns
  330.   (Times clone) in 4 weights/styles
  331.   
  332.   Classical Greek (extra diacritics, Symbol layout): Agora Times,
  333.   Parmenides (light, sans-serif)
  334.   
  335.        MacCampus
  336.        C. Kempgen
  337.        An den Weihern 18
  338.        D-96135 Stegaurach
  339.        Germany
  340.        (0951) 296739
  341.        (0951) 296425 FAX
  342.   
  343.   MacCampus typefaces are distributed by FontShop.
  344.   
  345.   Font World
  346.   ..........
  347.   
  348.   Another Greek typeface distributor is Font World.  They also sell a
  349.   variety of Eastern European typefaces.  They provide a package of
  350.   keyboard drivers for a variety of different world languages.  The
  351.   modern Greek typefaces are: FW Palace GK (Palatino?), FW Baskerfield
  352.   GK, FW Peace GK (sans serif) & condensed version, FW Pithos GK
  353.   (Lithos?), FW Stencil GK, FW Textbook GK, FW Tourist GK (Souvenir) and
  354.   FW World GK (Times?).  They come in a variety of weights/styles and go
  355.   for about \$100-\$200.
  356.   
  357.        Font World, Inc.
  358.        2021 Scottsville Road,
  359.        Rochester, NY 12623
  360.        USA
  361.        716-235-6861
  362.        716-235-6950 FAX
  363.   
  364.   SkepsiS
  365.   .......
  366.   
  367.   SkepsiS is a Greek publishing company that is heavily into Macs.  They
  368.   have created and sell several nice typefaces in several weights/styles:
  369.   Corfu (New Century Schoolbook?), Ithaca (Souvenir?), Rhodes
  370.   (University?), Mykonos (Courier?), Paros (Antique Olive?), Samos
  371.   (modern serif), GtcFutura (Futura?), Naxos (Eurostile?), Ios (?) The
  372.   cost for a package containing the above is 60,000 drachmas.
  373.   
  374.        SkepsiS Ltd
  375.        El. Benizelou 184
  376.        T.K. 176 75, Kallithea
  377.        Athens, Greece
  378.        30-1-952-2086
  379.        30-1-952-2088 FAX
  380.   
  381.   Magenta
  382.   .......
  383.   
  384.   Magenta is a Greek company that sells typefaces for Macs and PCs.
  385.   Their catalog lists over 70 typefaces with names like MgBodoni,
  386.   MgOptima, MgAvantGarde, etc in a variety of weights/styles.  Most are
  387.   modern Greek but they also have a few classical typefaces.  Each
  388.   typeface family goes for about 8,500 drachmas.
  389.   
  390.        Magenta Ltd
  391.        Antimaxou 17
  392.        115 28 Athens
  393.        Greece
  394.        30-1-722-9292 phone/FAX
  395.   
  396.   Note, I have tried to contact Magenta recently and have gotten no
  397.   response.
  398.   
  399.   Fronteiras
  400.   ..........
  401.   
  402.   Fonteiras is a German company that produces non-roman typefaces.  They
  403.   have 26 Greek typefaces, display and text, both polytonic and
  404.   monotonic.  Some of the families include clones of Dynamo, Stencil,
  405.   Broadway, Revue, Futura Black, Lithos, Industria, Insignia, Palatino,
  406.   Helvetica, Times, etc.  Packages go for about \$150-\$200 US and include
  407.   a Greek keyboard driver.  The monotonic typfaces have kerning tables and
  408.   some have real italics.  (Most other vendors only have obliques.)
  409.   
  410.        Fronteiras
  411.        Luisenstr. 22
  412.        D-60316 Franfurt
  413.        Germany
  414.        49-069-4980498 phone/FAX
  415.        100443.1305@compuserve.com
  416.   
  417.   Freeware/Shareware
  418.   ..................
  419.   
  420.   There is a free classical Greek typeface called Ismini that is available
  421.   on the net at:
  422.   
  423.   mac.archive.umich.edu:mac/system.extensions/font/type1/ismini.cpt.hqx
  424.   
  425.   Unfortunately, I don't think it uses the same encoding as Linguist's
  426.   Software.
  427.   
  428.   Other Fonts
  429.   ===========
  430.   
  431.   Many fonts are available at various archives.  The king of Macintosh
  432.   font archives is mac.archive.umich.edu.  On mac.archive.umich.edu, the
  433.   fonts are located in the following folders:
  434.   
  435.          /mac/system.extensions/font/type1
  436.          /mac/system.extensions/font/type3
  437.          /mac/system.extensions/font/truetype
  438.   
  439.   The following fonts are in Type 1 format for the Macintosh. Some are
  440.   also available in TrueType format.
  441.   
  442.      * Tamil
  443.   
  444.        Paladam, T. Govindram
  445.   
  446.      * Hebrew
  447.   
  448.        ShalomScript, ShalomOldStyle, ShalomStick, Jonathan Brecher
  449.   
  450.      * Japanese
  451.   
  452.        Shorai (Hirigana, with application)
  453.   
  454.      * Star Trek
  455.   
  456.        StarTrekClassic, Star TrekClassicMovies, StarTrekTNGCrille,
  457.        StarTrekTNG Titles, TNG monitors, StarFleet, Klinzai (Klingon font)
  458.   
  459.      * Command-key symbol
  460.   
  461.        Chicago (TrueType or bitmap, key: Ctrl-Q),  Chicago Symbols
  462.        (Type3, key: 1), EncycloFont (Type3, key: d)
  463.   
  464.      * Astrologic/Astronomic symbols
  465.   
  466.        Hermetica (Type1), InternationalSymbols (Type 3, Mars and Venus
  467.        only), MortBats (Type3), Zodiac (bitmap)
  468.   
  469.      * IBM OEM Line Drawing Characters
  470.   
  471.        Try Adobe PrestigeElite or Adobe LetterGothic. They have all the
  472.        characters you want, but the `line draw' characters are unencoded
  473.        -- you will need tools to reencode the outline font itself and
  474.        make a new PFM metric files.
  475.   
  476.        Or try IBMExtended from Impramatur Systems in Cambridge, Mass.  It
  477.        already is encoded using IBM OEM encoding (some DOS code page).
  478.   
  479.        The IBM version of Courier distributed freely under the X11
  480.        Consortium also contains the appropriate characters.  It is
  481.        distributed in PC format, however.  Again, the font will have to
  482.        be reencoded for Windows.  Appropriate AFM files for this font can
  483.        be obtained from:
  484.        http://www.ora.com/homepages/comp.fonts/FAQ-tools.html.
  485.   
  486.   Many of these mac fonts are available in files that are either entitled
  487.   xxxx.sit or xxxx.cpt.  xxxx.sit files are Stuffit archives.  xxxx.cpt
  488.   files are Compact Pro archives. StuffitLite (shareware $25) and Compact
  489.   Pro (shareware $25) are available at the standard ftp sites.
  490.   Uncompressors for these programs (free) are also available at the
  491.   archive sites. Check the utilities/compression utilities folders.
  492.   
  493. Subject: 2.3. Commercial Font Sources
  494.   
  495.   Commercial fonts can be obtained from a number of different companies,
  496.   including the large font houses: Adobe, Font Haus, Font Company,
  497.   Bitstream, and Monotype. At these companies, fonts cost about $40 for a
  498.   single face, and must be purchased in packages. Adobe, Bitstream, and
  499.   Monotype also sell pre-designated type collections for slightly lower
  500.   prices.
  501.   
  502.   Image Club sells a wide selection of fonts for about $50 for a 4 font
  503.   family.
  504.   
  505.   Other, cheaper companies sell fonts of lesser quality, including
  506.   KeyFonts, which sells a set of 100 fonts for $50 and Casady & Green's
  507.   Fluent Laser Fonts, a set of 79 fonts for $99. Casady & Greene also
  508.   sells Cyrillic language fonts in Times, Bodoni, and Helvetica sell for
  509.   about $40 for each 4 font family.
  510.   
  511.   Foreign language fonts, ranging from Egyptian hieroglyphics to Cyrillic
  512.   can be obtained from Ecological Linguistics.
  513.   
  514.   Please consult the vendor list for a more complete list of vendors.
  515.   
  516. Subject: 2.4. Mac Font Installation
  517.   
  518.      * System 7
  519.   
  520.        Install the fonts by opening the suitcase containing the bitmap
  521.        file and dropping the fonts into your system suitcase, located
  522.        inside your system folder. You will need to quit all other
  523.        applications before doing this.  For a TrueType font, the icon for
  524.        the font will have a stack of "A"s in it, instead of just one.
  525.        Dropping it into your system suitcase will make all sizes of the
  526.        font available. For Postscript type 1 fonts, you also need to
  527.        place the printer font in the extensions folder in your system
  528.        folder. If you are using ATM you need to place these fonts in the
  529.        root level of your system folder (not inside another folder).
  530.        Using Suitcase, a font management utility, you can avoid
  531.        cluttering your system folder with printer fonts.
  532.   
  533.        You can make new suitcases of fonts (generally not needed, but
  534.        used by those who use Suitcase) by using Font DA mover.  It
  535.        operates the same as in system 6, except that the most recent
  536.        version must be used.
  537.   
  538.      * System 6
  539.   
  540.        Bitmap fonts can be installed using Font DA mover to move the
  541.        fonts, located inside suitcases, into your system. You will need
  542.        to restart your computer to make these fonts available. Printer
  543.        fonts must be placed in the system folder, not inside any other
  544.        folder.
  545.   
  546.        Truetype fonts can be used with system 6 if you get the Truetype
  547.        init.  Then the fonts can be installed in your system with Font DA
  548.        mover.  Suitcase can also be used under system 6.
  549.   
  550. Subject: 2.5. Mac Font Utilities
  551.   
  552.      * SUITCASE
  553.   
  554.        Suitcase is a nifty little system extension that lets you avoid
  555.        having to install fonts into your system. In system 6, it means
  556.        that you can avoid restarting your system every time you want to
  557.        install a new font.
  558.   
  559.        In system 7, Suitcase lets you avoid quitting all applications
  560.        before making fonts available. Some programs, like Quark Xpress
  561.        will automatically update their font list when you open a new
  562.        suitcase, allowing much more flexibility in opening and closing
  563.        font suitcases and making different sets of fonts available.
  564.   
  565.        Suitcase appears in your Apple menu in both system 7 and 6 and
  566.        allows you to open suitcases, as though they were files, thus
  567.        making the fonts contained in them accessible to programs.
  568.   
  569.        In addition, when suitcase is installed, printer fonts can be
  570.        stored with the bitmap suitcases they correspond to, instead of
  571.        having to drop them into your system folder.
  572.   
  573.        The most recent version of Suitcase is compatible with TrueType.
  574.        Suitcase is about $54 from the mail order places.
  575.   
  576.      * Carpetbag
  577.   
  578.        A shareware program with functionality equivalent to Suitcase.
  579.   
  580.      * MASTER JUGGLER
  581.   
  582.        Does similar things
  583.   
  584.      * ATM
  585.   
  586.        Adobe Type Manager is an Init and Control panel allows accurate
  587.        screen display, at any size of PostScript type 1 fonts. It's
  588.        function is replicated with Truetype (but for different outline
  589.        font format). With it installed, you can print fonts of any size
  590.        to non-PostScript printers. When using ATM, printer fonts must
  591.        either be stored with the bitmap files opened with suitcase (when
  592.        using Suitcase), or they must be stored in the root level of the
  593.        system folder (with System 7.0, printer fonts must be stored in
  594.        the Extension folder if you are not using Suitcase). ATM is now
  595.        available, with the System 7.0 upgrade, as well as directly from
  596.        adobe with 4 Garamond fonts.
  597.   
  598.        ATM is not built into System 7.1 as previously expected.  With
  599.        System 7.1, printer fonts must be stored in the Fonts folder if
  600.        you are not using Suitcase.
  601.   
  602.        If you are using version 7.x prior to 7.1, the following hack
  603.        allows you to have a Font folder (if you don't use Suitcase):
  604.   
  605.        Open the second 'DCOD' resource from the ATM 68020/030 file. Do an
  606.        ASCII search for the string "extn" and change it to "font" (it's
  607.        case sensitive). Save, close, and Reboot.
  608.   
  609.        This process should work for 68000 machines using the proper ATM
  610.        file instead.
  611.   
  612.      * Super ATM
  613.   
  614.        This is a utility that will create fonts, on the fly, that match
  615.        the metrics of any Adobe-brand fonts you don't have.  It does a
  616.        remarkably good job of mimicry because it uses two "generic"
  617.        Multiple Master typefaces, serif and sans serif to simulate the
  618.        appearance of the missing typefaces. (There is a 1.4 megabyte
  619.        database file that allows Super ATM to simulate the fonts that
  620.        aren't there.)  You also get Type On Call (a CD-ROM), which has
  621.        locked outline fonts, and unlocked screen font for all but the
  622.        most recent faces in the Adobe Type library.
  623.   
  624.      * TTconverter
  625.   
  626.        A shareware accessory available at the usual archives will convert
  627.        Truetype fonts for the IBM into Macintosh format.
  628.   
  629.      * reAdobe
  630.   
  631.        Converts text (PFA) format PostScript Type 1 fonts into Mac format.
  632.   
  633.      * unAdobe
  634.   
  635.        Converts Mac format PostScript Type 1 fonts into text (PFA) format.
  636.   
  637.      * Microsoft Font Pack
  638.   
  639.        If you work with a mixture of Macs and PCs running Windows 3.1,
  640.        this is a good deal; 100 TrueType fonts compromising the Windows
  641.        3.1 standard set and the two Font Packs for Windows. This includes
  642.        various display fonts, the Windows Wingdings font, and the Lucida
  643.        family.
  644.   
  645.   A variety of programs, for example, Font Harmony, etc. will allow you
  646.   to change the names and ID numbers of your fonts.
  647.   
  648.   Fontmonger and Metamorphosis will let you convert fonts among several
  649.   formats (type 1 and 3 and Truetype for the Mac and PC), as well as
  650.   letting you extract the font outlines from the printer fonts.
  651.   
  652. Subject: 2.6. Making Outline Fonts
  653.   
  654.   This is very, very difficult. Many people imagine that there are
  655.   programs that will simply convert pictures into fonts for them. This is
  656.   not the case; most fonts are painstakingly created by drawing curves
  657.   that closely approximate the letterforms. In addition, special rules
  658.   (which improve hinting, etc.) mandate that these curves be drawn in
  659.   specific ways. Even designing, or merely digitizing, a simple font can
  660.   take hundreds of hours.
  661.   
  662.   Given that, there are two major programs used for font design on the
  663.   Macintosh, Fontographer ($280) and FontStudio ($400). These programs
  664.   will allow you to import scanned images, and then trace them with
  665.   drawing tools.  The programs will then generate type 1, 3, TrueType and
  666.   Bitmap fonts for either the Macintosh or the IBM PC. They will also
  667.   generate automatic hinting. They also open previously constructed
  668.   outline fonts, allowing them to be modified, or converted into another
  669.   format.
  670.   
  671.   As far as I know, there are no shareware programs that allow you to
  672.   generate outline fonts.
  673.   
  674. Subject: 2.7. Problems and Possible Solutions
  675.   
  676.     1. Another font mysteriously appears when you select a certain font
  677.        for display.
  678.   
  679.        This is often the result of a font id conflict. All fonts on the
  680.        Macintosh are assigned a font id, an integer value. When two fonts
  681.        have the same id, some programs can become confused about the
  682.        appropriate font to use. Microsoft word 4.0 used font id's to
  683.        assign fonts, not their names.  Since id's can be different on
  684.        different computers, a word document's font could change when it
  685.        was moved from one computer to another. Other signs of font id
  686.        problems are inappropriate kerning or leading (the space between
  687.        lines of text).  Some font ID problems can be resolved by using
  688.        Suitcase, which will reassign font ID's for you, as well as saving
  689.        a font ID file that can be moved from computer to computer to keep
  690.        the id's consistent.  Font ID problems can also be solved with
  691.        several type utilities, which will allow you to reassign font
  692.        id's.  Most newer programs refer to fonts correctly by name
  693.        instead of id number, which should reduce the frequency of this
  694.        problem.
  695.   
  696.     2. When using a document written in MSWord 5.0, the font mysteriously
  697.        changes when you switch from your computer at home to work, or
  698.        vice versa.
  699.   
  700.        This is the result of a bug in MSWord 5.0. The MSWord 5.0 updater,
  701.        which can be found at the info-mac archives at sumex (in the demo
  702.        folder), will fix this bug.
  703.   
  704. Subject: 2.8. Creating Mac screen fonts
  705.   
  706.   Creating Mac screen fonts from Type 1 outlines
  707.   ==============================================
  708.   
  709.   Peter DiCamillo contributes the following public domain solution:
  710.   
  711.   BitFont is a program which will create a bitmapped font from any font
  712.   which can be drawn on your Macintosh.  In addition to standard
  713.   bitmapped fonts, it works with Adobe outline fonts when the Adobe Type
  714.   Manager is installed, and works with TrueType?  fonts.  BitFont will
  715.   also tell you how QuickDraw will draw a given font (bitmapped, ATM, or
  716.   TrueType) and can create a text file describing a font and all its
  717.   characters.
  718.   
  719.   BitFont was written using MPW C version 3.2.  It is in the public
  720.   domain and may be freely distributed.  The distribution files include
  721.   the source code for BitFont.
  722.   
  723.   Berthold K.P. Horn contributes the following solution.
  724.   
  725.   This is a commercial solution.  A font manipulation package from Y&Y
  726.   includes:
  727.   
  728.   AFMtoPFM, PFMtoAFM, AFMtoTFM, TFMtoAFM, AFMtoSCR, SCRtoAFM, TFMtoMET,
  729.   PFBtoPFA, PFAtoPFB, MACtoPFA, PFBtoMAC, REENCODE, MODEX, DOWNLOAD,
  730.   SERIAL, and some other stuff I forget.
  731.   
  732.   To convert PC Type 1 fonts to Macintosh use PFBtoMAC on the outline
  733.   font itself; then use AFMtoSCR to make the Mac `screen font'
  734.   (repository of metric info). You may need to use PFMtoAFM to first make
  735.   AFM file.
  736.   
  737.   To convert Macintosh font to PC Type 1, use MACtoPFA, followed by
  738.   PFAtoPFB.  Then run SCRtoAFM on screen font to make AFM file.  Finally,
  739.   run AFMtoPFM to make Windows font metric file.
  740.   
  741.   Y&Y are the `TeX without BitMaps' people (see ad in TUGboat):
  742.   
  743.   Y&Y makes DVPSONE, DVIWindo, and fonts, for use with TeX mostly, in
  744.   fully hinted Adobe Type 1 format.
  745.   
  746.              Y&Y, Inc., 45 Walden Street, Concord MA 01742 USA
  747.   
  748.                               (800) 742-4059
  749.   
  750.                           (508) 371-3286 (voice)
  751.   
  752.                            (508) 371-2004 (fax)
  753.   
  754.   Mac Screen fonts can be constructed from outline fonts using
  755.   Fontographer, as well.
  756.   
  757.