Roxen.git
/
server
/
font_handlers
/
builtin.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/font_handlers/builtin.pike:1:
// This file is part of Roxen WebServer. // Copyright © 2000 - 2009, Roxen IS. #include <config.h> #if constant(Image.FreeType.Face) inherit "freetype"; #else inherit "ttf"; #endif
-
constant cvs_version = "
$Id: builtin.pike,v 1.16 2009/05/07 14:15:53 mast Exp $
";
+
constant cvs_version = "
$Id$
";
constant name = "Builtin fonts"; constant doc = "Fonts included in pike (and roxen)"; inherit FontHandler; array available_fonts() { return ({ "pike builtin", "roxen builtin" }); }