Branch: Tag:

2000-09-04

2000-09-04 10:26:53 by Per Hedbor <ph@opera.com>

Use cif, not imagetar.

Rev: server/font_handlers/old.pike:1.7

2:   // Copyright © 1996 - 2000, Roxen IS.      #include <config.h> - constant cvs_version = "$Id: old.pike,v 1.6 2000/09/04 07:40:51 per Exp $"; + constant cvs_version = "$Id: old.pike,v 1.7 2000/09/04 10:26:53 per Exp $";      constant name = "Compatibility bitmap fonts";   constant doc =   "Compatibility (bitmapped) fonts for Roxen 1.3 and earlier." - " Image tar-file fonts are preferable to this format, since they are " - "usually smaller, and easier to create."; + " Compact image file fonts are preferable to this format, since they are " + "almost always smaller, and easier to create.";      inherit FontHandler;