2013-03-04
2013-03-04 14:05:47 by Anders Johansson <anders@roxen.com>
-
0917d335a96d5817f056df1479516fe36d4fe26c
(3 lines)
(+2/-1)
[
Show
| Annotate
]
Branch: devel
No more foreign_idents.
More pain than they are worth.
4: Inside #if !constant(Image.FreeType.Face) and #if constant(has_Image_TTF)
#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.";