2001-03-09
2001-03-09 16:18:52 by Kenneth Johansson <kenneth.johansson.home@gmail.com>
-
3bfd7245f11defdf25cef6bfa6d60d3c2ba14e42
(6 lines)
(+3/-3)
[
Show
| Annotate
]
Branch: 2.1
Improved example in documentation.
Rev: server/modules/graphics/graphic_text.pike:1.261
1:
// This is a roxen module. Copyright © 1996 - 2000, Roxen IS.
//
- constant cvs_version="$Id: graphic_text.pike,v 1.260 2001/02/20 09:48:09 kuntri Exp $";
+ constant cvs_version="$Id: graphic_text.pike,v 1.261 2001/03/09 16:18:52 kuntri Exp $";
#include <module.h>
inherit "module";
340: Inside #if defined(manual)
<attr name='texture' value='path'><p>
Uses the specified images as a field texture.</p>
<ex type=hor>
- <gtext font=\"yikes\" fontsize=\"100\"
- texture=\"/internal-roxen-squares\">A</gtext>
+ <gtext texture=\"/internal-roxen-ihfc\">Ah</gtext>
</ex>
</attr>