Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lumper(1) [debian man page]

LUMPER(1)						      General Commands Manual							 LUMPER(1)

NAME
lumper - lump a bunch of mac font resources into the same file SYNOPSIS
lumper font1.dfont font2.dfont ... DESCRIPTION
The program lumper adds to the file font1.dfont all the mac font resources ('sfnt', 'FOND', 'NFNT') found in the subsequent files. If there are any resource id conflicts it will generate a new resource id (and fix up any references to that id in the 'FOND' resources). The first file should be a mac .dfont file, subsequent files may be macbinary files (.bin), binhex files (.hqx), bare Macintosh resource forks, or data fork resource files (.dfont, as used by MacOS X). The mac 'FOND' resource is somewhat limited in the styles permitted in a mac font family. Now-a-days a mac font family seems to come in a sin- gle file with those fonts that fit into a traditional mac family in one FOND and several other FONDs to accomidate the other styles. Thus if you have the styles: Regular, Bold, Italic, BoldItalic, Condensed, Oblique, Light, LightItalic for a font "Foo", you might find a file called Foo.dfont containing the following FONDs: Foo Regular Bold Italic BoldItalic Condensed FooOblique Oblique FooLight Light LightItalic AUTHOR
George Williams (gww@silcom.com). 3 Febuary 2004 LUMPER(1)

Check Out this Related Man Page

T1MAC(1)						      General Commands Manual							  T1MAC(1)

NAME
t1mac - translate a PFA or PFB PostScript Type 1 font into Macintosh format SYNOPSIS
t1mac [--macbinary | --applesingle | --appledouble | --binhex | --raw] [--filename name] [input [output]] DESCRIPTION
t1mac reads a PFA (hexadecimal) or PFB (binary) PostScript Type 1 font file and generates an equivalent Macintosh Type 1 font file. The output file can be in MacBinary II, AppleSingle, AppleDouble, or BinHex format, or it can be a raw resource fork. The default is MacBinary II; use an option to choose a different format. If the output file is not specified output goes to the standard output. WARNING: The output of t1mac is not sufficient to use the font, since Macintoshes can't read raw Type 1 fonts. You will need to create a font suitcase containing bitmap fonts if you do not have such a suitcase for the font already. t1mac cannot help you do this. OPTIONS
--raw, -r Indicates that output should be a raw resource fork. --macbinary Indicates that output should be in MacBinary I or II format. This is the default. --applesingle Indicates that output should be in AppleSingle format. --appledouble Indicates that output should be in AppleDouble format. --binhex Indicates that output should be in BinHex 4.0 format. --filename=name, -n name Sets the Macintosh filename of the output font to name. The default is to construct the filename from the font's name using estab- lished Macintosh conventions. This option is not useful when output is a raw resource fork. SEE ALSO
t1unmac(1), t1ascii(1), t1binary(1), t1asm(1), t1disasm(1) AUTHORS
Eddie Kohler (ekohler@gmail.com) Version 1.37 T1MAC(1)
Man Page