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 -
2004
, Roxen IS.
+
// Copyright © 1996 -
2009
, Roxen IS.
#include <config.h>
-
constant cvs_version = "$Id: old.pike,v 1.
14
2009/
02
/
06
11
:
53
:
24
jonasw
Exp $";
+
constant cvs_version = "$Id: old.pike,v 1.
15
2009/
05
/
07
14
:
15:
53
mast
Exp $";
constant name = "Compatibility bitmap fonts"; constant doc = "Compatibility (bitmapped) fonts for Roxen 1.3 and earlier." " Compact image file fonts are preferable to this format, since they are " "almost always smaller, and easier to create."; inherit FontHandler; Thread.Mutex lock = Thread.Mutex();