logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lumper - lump a bunch of mac font resources into the same file

Author

       George Williams (gww@silcom.com).

                                                 3 Febuary 2004                                        LUMPER(1)

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

Name

       lumper - lump a bunch of mac font resources into the same file

Synopsis

lumperfont1.dfontfont2.dfont...

See Also