Roxen.git
/
server
/
font_handlers
/
ttf.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/font_handlers/ttf.pike:1:
// This file is part of Roxen WebServer. // Copyright © 1996 - 2009, Roxen IS. #if !constant(Image.FreeType.Face) #if constant(has_Image_TTF) #include <config.h>
-
constant cvs_version = "
$Id: ttf.pike,v 1.20 2011/12/28 18:29:37 mast Exp $
";
+
constant cvs_version = "
$Id$
";
constant name = "TTF fonts"; constant doc = "True Type font loader. Uses freetype to render text."; constant scalable = 1; inherit FontHandler; protected mapping ttf_font_names_cache; protected string trimttfname( string n )