• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..14-Feb-2015-

.dependenciesH A D03-Jan-20021.3 KiB2928

CHANGESH A D24-Nov-19983.7 KiB7268

MakefileH A D18-May-1999527 5028

READMEH A D24-Nov-19981.2 KiB2620

README.RMzH A D24-Nov-1998488 139

Xstuff.hH A D24-Nov-1998730 4330

arith.cH A D07-Sep-199913.8 KiB425182

arith.hH A D24-Nov-19982.1 KiB6316

blues.hH A D24-Nov-19983.8 KiB9653

bstring.cH A D24-Nov-1998157 104

cluts.hH A D24-Nov-19981.6 KiB363

curves.cH A D09-May-19997.5 KiB221103

curves.hH A D24-Nov-19982 KiB416

digit.hH A D24-Nov-19983.1 KiB6521

ffilest.hH A D24-Nov-19984.2 KiB152100

font.hH A D24-Nov-19983.3 KiB10859

fontfcn.cH A D03-Jan-200237.3 KiB1,106722

fontfcn.hH A D09-May-19993.7 KiB10054

fontfile.hH A D24-Nov-19983 KiB7342

fontmisc.hH A D24-Nov-19981.8 KiB6428

fonts.hH A D24-Nov-19981.8 KiB5015

fontstruct.hH A D07-Sep-19997.5 KiB225150

fontxlfd.hH A D24-Nov-19981.7 KiB4615

fsmasks.hH A D24-Nov-19982.8 KiB7331

hdigit.hH A D19-Feb-20015.2 KiB10545

hints.cH A D09-May-199930.5 KiB929523

hints.hH A D24-Nov-19982.1 KiB438

lines.cH A D24-Nov-19985.5 KiB19080

lines.hH A D24-Nov-19981.9 KiB384

objects.cH A D03-Jan-200240.6 KiB1,209487

objects.hH A D07-Sep-199910.3 KiB297163

paths.cH A D19-Feb-200150.8 KiB1,515840

paths.hH A D24-Nov-19989.5 KiB200111

paths_rmz.hH A D24-Nov-19988.7 KiB21173

pictures.hH A D03-Jan-20021.9 KiB4913

regions.cH A D03-Jan-200260.7 KiB1,781924

regions.hH A D24-Nov-19988.3 KiB20492

scanfont.cH A D29-Jul-200242.7 KiB1,362981

spaces.cH A D09-May-199932.9 KiB1,017477

spaces.hH A D24-Nov-19985.8 KiB14366

spaces_rmz.hH A D24-Nov-19985.9 KiB14863

strokes.hH A D24-Nov-19981.7 KiB396

t1hdigit.hH A D24-Nov-19981.8 KiB418

t1imager.hH A D24-Nov-19984.4 KiB15273

t1intf.hH A D24-Nov-19981.6 KiB375

t1io.cH A D29-Jul-200216.1 KiB617433

t1snap.cH A D24-Nov-19982.6 KiB8029

t1stdio.hH A D22-Dec-19983 KiB8644

t1stub.cH A D09-May-19991.7 KiB4812

token.cH A D24-Nov-199827.4 KiB1,209751

token.hH A D24-Nov-19983 KiB7831

tokst.hH A D24-Nov-199829.2 KiB509400

trig.hH A D24-Nov-19981.6 KiB363

type1.cH A D19-Feb-200166.3 KiB2,0861,405

types.hH A D24-Nov-1998992 3322

util.cH A D09-May-19995 KiB205109

util.hH A D24-Nov-19987.6 KiB18391

README

1This directory contains a rasterizer for "Type 1" (PostScript) format
2outline fonts.  It was donated by IBM for the R5 contrib tape and has
3been maintained since then by the MIT X Consortium.  This version is
4compatible with X11R5 public patch 13.
5
6To be used, this rasterizer must be bound into the X server and the font
7server.  It is most convenient to do this if this directory is moved
8into the 'mit' directory tree (i.e., mit/font/lib/font/Type1, a peer of
9the 'Speedo' directory).  Of course, mit/font/lib/font/Imakefile must be
10made aware of its new subdirectory and the objects in it.  In any case,
11you must ensure that the library mit/font/lib/font/libfont.a contains
12this code.
13
14In addition, the rasterizer must be "registered" with X. The source in
15mit/fonts/lib/font/fontfile/renderers.c, specifically the routine
16FontFileRegisterFontFileFunctions(), must be modified to add the line:
17
18    Type1RegisterFontFileFunctions();
19
20after the call to "SpeedoRegisterFontFileFunctions".
21
22Some Type 1 fonts have been donated; see, for example, the directory
23contrib/fonts/scaled/Type1.  In order to use them, they must be in the
24font path, either by combining them in some existing font object
25directory, or adding a new font directory to the path.
26

README.RMz

1Dear Folks,
2
3this directory basically contains the Type 1 rasterizer code, donated
4to the X11-project by IBM and afterwards modified by Piet Tutelaers
5for his ps2pk-package. But there are several files modified by
6myself. Thus the state of this directory is not an official one and
7subject to further changes!
8
9Before version 0.6 of t1lib I have cleaned the sources, removed the X11-dummy
10function and made the sources more ANSI-C compliant.
11
12			                       (03/09/1998, RMz)
13