Roxen.git
/
server
/
font_handlers
/
old.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/font_handlers/old.pike:1:
// This file is part of Roxen WebServer. // Copyright © 1996 - 2000, Roxen IS. #include <config.h>
-
constant cvs_version = "$Id: old.pike,v 1.
5
2000/09/04 07:
29
:
04
per Exp $";
+
constant cvs_version = "$Id: old.pike,v 1.
6
2000/09/04 07:
40
:
51
per Exp $";
constant name = "Compatibility bitmap fonts";
-
constant doc = "Compatibility (bitmapped) fonts for Roxen 1.3 and earlier.";
+
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."
;
inherit FontHandler; array available_fonts() { array res = ({}); foreach(roxen->query("font_dirs"), string dir) { dir+="32/"; if(array d = r_get_dir(dir))