Roxen.git/
server/
font_handlers/
old.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-04
2000-09-04 10:26:53 by Per Hedbor <ph@opera.com>
c6239d4bc6c7c4b4b7de03be4e39e18da52e6aa0 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
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;