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 - 2000, Roxen IS. #if constant(has_Image_TTF) #include <config.h>
-
constant cvs_version = "$Id: ttf.pike,v 1.
4
2000/09/04
06
:
49
:
35
per Exp $";
+
constant cvs_version = "$Id: ttf.pike,v 1.
5
2000/09/04
07
:
40
:
51
per Exp $";
constant name = "TTF fonts";
-
constant doc = "True Type font loader.";
+
constant doc = "True Type font loader.
Uses freetype to render text.
";
constant scalable = 1; inherit FontHandler; static mapping ttf_font_names_cache; static string trimttfname( string n ) { n = lower_case(replace( n, "\t", " " )); return ((n/" ")*"")-"'";