Index of /tex-archive/fonts/utilities/ps2pk/ps2pk15/type1

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -
[TXT]CHANGES15-Jan-1996 10:21 3.7K
[TXT]Makefile.emx13-Nov-1995 21:42 1.9K
[   ]Makefile.unx15-Jan-1996 09:38 1.8K
[TXT]README02-Jan-1994 22:00 1.2K
[TXT]Xstuff.h02-Jan-1994 22:00 730
[TXT]arith.c31-Dec-1993 22:00 14K
[TXT]arith.h31-Dec-1993 22:00 2.1K
[TXT]blues.h31-Dec-1993 22:00 3.8K
[TXT]bstring.c15-Jan-1996 10:10 157
[TXT]cluts.h13-Aug-1992 00:00 1.6K
[TXT]curves.c31-Dec-1993 22:00 7.4K
[TXT]curves.h13-Aug-1992 00:00 2.0K
[TXT]digit.h13-Aug-1992 00:00 3.1K
[TXT]ffilest.h31-Dec-1993 22:00 4.2K
[TXT]font.h13-Aug-1992 00:00 3.3K
[TXT]fontfcn.c08-Jan-1994 22:00 10K
[TXT]fontfcn.h13-Aug-1992 00:00 3.7K
[TXT]fontfile.h13-Aug-1992 00:00 3.0K
[TXT]fontmisc.h01-Jan-1994 22:00 1.7K
[TXT]fonts.h13-Aug-1992 00:00 1.8K
[TXT]fontstruct.h13-Aug-1992 00:00 7.4K
[TXT]fontxlfd.h13-Aug-1992 00:00 1.7K
[TXT]fsmasks.h31-Dec-1993 22:00 2.8K
[TXT]hdigit.h13-Aug-1992 00:00 4.9K
[TXT]hints.c31-Dec-1993 22:00 30K
[TXT]hints.h13-Aug-1992 00:00 2.1K
[TXT]lines.c31-Dec-1993 22:00 5.4K
[TXT]lines.h13-Aug-1992 00:00 1.9K
[TXT]objects.c07-Jan-1994 22:00 38K
[TXT]objects.h07-Jan-1994 22:00 10K
[TXT]paths.c31-Dec-1993 22:00 51K
[TXT]paths.h31-Dec-1993 22:00 9.5K
[TXT]pictures.h13-Aug-1992 00:00 1.9K
[TXT]regions.c31-Dec-1993 22:00 60K
[TXT]regions.h13-Aug-1992 00:00 8.4K
[TXT]scanfont.c10-Aug-1995 00:00 43K
[TXT]spaces.c01-Jan-1994 22:00 33K
[TXT]spaces.h01-Jan-1994 22:00 5.8K
[TXT]strokes.h13-Aug-1992 00:00 1.7K
[TXT]t1funcs.c15-Jan-1996 10:03 17K
[TXT]t1hdigit.h13-Aug-1992 00:00 1.8K
[TXT]t1imager.h31-Dec-1993 22:00 4.3K
[TXT]t1info.c15-Jan-1996 10:04 13K
[TXT]t1intf.h13-Aug-1992 00:00 1.6K
[TXT]t1io.c13-Aug-1992 00:00 8.3K
[TXT]t1snap.c13-Aug-1992 00:00 2.6K
[TXT]t1stdio.h31-Dec-1993 22:00 2.9K
[TXT]t1stub.c13-Aug-1992 00:00 1.6K
[TXT]t1test.c02-Jan-1994 22:00 17K
[TXT]token.c10-Aug-1995 00:00 27K
[TXT]token.h13-Aug-1992 00:00 3.0K
[TXT]tokst.h13-Aug-1992 00:00 29K
[TXT]trig.h13-Aug-1992 00:00 1.6K
[TXT]type1.c10-Aug-1995 00:00 58K
[TXT]types.h01-Jan-1994 22:00 1.0K
[TXT]util.c10-Aug-1995 00:00 4.7K
[TXT]util.h31-Dec-1993 22:00 7.6K

This directory contains a rasterizer for "Type 1" (PostScript) format
outline fonts.  It was donated by IBM for the R5 contrib tape and has
been maintained since then by the MIT X Consortium.  This version is
compatible with X11R5 public patch 13.

To be used, this rasterizer must be bound into the X server and the font
server.  It is most convenient to do this if this directory is moved
into the 'mit' directory tree (i.e., mit/font/lib/font/Type1, a peer of
the 'Speedo' directory).  Of course, mit/font/lib/font/Imakefile must be
made aware of its new subdirectory and the objects in it.  In any case,
you must ensure that the library mit/font/lib/font/libfont.a contains
this code.
 
In addition, the rasterizer must be "registered" with X. The source in
mit/fonts/lib/font/fontfile/renderers.c, specifically the routine
FontFileRegisterFontFileFunctions(), must be modified to add the line:
 
    Type1RegisterFontFileFunctions();
 
after the call to "SpeedoRegisterFontFileFunctions".
 
Some Type 1 fonts have been donated; see, for example, the directory
contrib/fonts/scaled/Type1.  In order to use them, they must be in the
font path, either by combining them in some existing font object
directory, or adding a new font directory to the path.