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

..03-May-2022-

LICENSEH A D16-Jan-20031.5 KiB2922

MacFiles.hH A D25-Aug-20052.9 KiB7959

Makefile.MacH A D27-May-20041.7 KiB5536

Makefile.inH A D27-May-20041.3 KiB5237

Makefile.unixH A D27-May-20041.2 KiB4935

READMEH A D22-Dec-2002934 2523

config.guessH A D03-May-202243 KiB1,4811,288

config.subH A D03-May-202234.8 KiB1,8031,662

configureH A D22-Dec-200284.3 KiB2,8012,292

configure.inH A D22-Dec-2002212 1511

crctab.cH A D22-Dec-20022.9 KiB6454

dfont2res.1H A D01-Nov-2002599 2220

dfont2res.cH A D22-Dec-20026.8 KiB205132

fondu.1H A D27-May-20042 KiB6866

fondu.cH A D10-Oct-200537.2 KiB1,2411,085

fondups.cH A D25-Sep-200486.1 KiB3,0762,845

frombin.1H A D22-Dec-2002602 1816

frommacbinary.cH A D25-Aug-20058.3 KiB255190

install-shH A D22-Dec-20025.5 KiB252153

lumper.1H A D04-Feb-20041.4 KiB6361

lumper.cH A D03-Feb-200420.7 KiB747567

macfonts.hH A D27-May-20043.1 KiB9657

psfont.hH A D27-May-20047.3 KiB193136

readnfnt.cH A D24-Mar-200418.1 KiB485414

res2data.cH A D10-Oct-20053.8 KiB13699

setfondname.cH A D23-Mar-200410.2 KiB378294

showfond.1H A D01-Nov-2002568 2119

showfond.cH A D19-May-200426.2 KiB822692

tobin.1H A D22-Dec-20021.3 KiB3735

tomacbinary.cH A D25-Aug-200512.9 KiB403320

ufond.1H A D01-Nov-20021.9 KiB7471

ufond.cH A D22-Jan-200329.1 KiB851677

ufond.hH A D22-Jan-20034.2 KiB14197

ufondbdf.cH A D04-Nov-200314.5 KiB463383

ufondpfb.cH A D22-Jan-20035.7 KiB178136

ufondttf.cH A D22-Jan-20038.3 KiB278222

README

1BUILDING FONDU
2 Just type:
3     $ configure
4     $ make
5     # make install
6
7RUNNING FONDU
8 fondu mac-font-files
9   Will convert a series of mac font files (copied over to unix in binhex or
10   macbinary formats) into their equivalent unix font files.
11 ufond unix-font-files
12   Will convert a series of unix font files into the equivalent mac font file(s)
13   If several of the unix fonts have the same font family, then they will all
14   be placed in one mac FOND (family).
15 showfond mac-font-files
16   Will show some information about various mac font resources.
17 tobin files
18   Will take a list of files and convert them into macbinary format
19 frombin files
20   Will take a list of files and convert them from macbinary format
21   (on non-max platforms each output file may be split into three files
22       <filename>.data	For the data fork
23       <filename>.rcsc	For the resource fork
24       <filename>.info	For random info on the font
25