[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fonts in X



* Roland Rosenfeld <roland@spinnaker.de> writes:

> Jason Gunthorpe <jgg@ualberta.ca> wrote:
>> I've been poking around and I wondered if aynone had come up with a
>> way to make X aware of the 357 postscript type1 fonts included in

> You can start using "type1inst -nogs" from the type1inst package.  But
> you will have to optimize this by hand, because it uses "unknown" for
> the producer of the font like this:

> cmr10.pfb    -unknown-cmr10-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific

Even that can be easily fixed with a patch like this (only quickly
tested, and against Slinks type1inst-0.6):


--- /usr/bin/type1inst  Sat Mar 14 09:28:35 1998
+++ /usr/local/bin/type1inst    Mon Feb 21 16:31:37 2000
@@ -99,7 +99,12 @@
              "Reasonable Solutions:reasonable",
              "Southern Software:southern",
              "Title Wave:titlewave",
-             "ZSoft:zsoft");
+             "ZSoft:zsoft",
+             "American Mathematical Society:ams+y&y+bsr",
+             "Taco Hoekwater:hoekwater",
+             "The Omega Project:omega",
+             "Ross Moore and Y&Y:moore+y&y",
+             "marvosym:vogel");
 
 # Note: Hershey is the public Hershey fonts which come with Ghostscript.
 # These cause no end of problems since they look inside like funny PS


Not sure about the names for the cm*.pfb's: usually, they are said
to be from a collaboration of the AMS, Y&Y and Blue Sky Research, so
I chose that name. There doesn't seem to be a real agreement about
who gets the credit in the /Notice field, because the xy-fonts also
say:
  %Original Metafont design  Copyright (C) 1991-1997 Kristoffer H. Rose.

but also

  /Notice (Copyright (C) 1996, 1997 Ross Moore and Y&Y, Inc.)

So, the AMS has the copyright on the CM design (IIRC), but they
didn't do the PFB encoding alone, thus the `ams+y&y+bsr' name...

Colin

-- 
14. Madcatmachopsychoromantik . . . . . . . . . . . . . . . . . . 09.15


Reply to: