diff options
author | rse <rse@FreeBSD.org> | 1997-09-10 03:52:11 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1997-09-10 03:52:11 +0800 |
commit | 0e6ab04929da3ef37f781742a253df3df2d3c15a (patch) | |
tree | d7daafbc852cdd16cb1cdc6c2931d7366cf5cad4 /graphics/gfont/pkg-message | |
parent | d7c026f9d5890f00b7ad2a0bd84b165d10562227 (diff) | |
download | freebsd-ports-gnome-0e6ab04929da3ef37f781742a253df3df2d3c15a.tar.gz freebsd-ports-gnome-0e6ab04929da3ef37f781742a253df3df2d3c15a.tar.zst freebsd-ports-gnome-0e6ab04929da3ef37f781742a253df3df2d3c15a.zip |
Import of a new program: gFONT (Graphics Font).
This is a handy tool to create GIF images in batch(!) containing
strings rendered via TeX-available fonts. This is especially
useful for Webdesigners who need some special fonts which HTML
does not provide.
Actually the Website META Language (WML) [see www/wml/ port]
has a powerful package named wml::des::gfont which is based
uppon this program: it defines a new HTML container tag named
<gfont> which gets replaced by a GIF image containg the tags
body string, rendered via any TeX-available font. Very useful
for headlines or big letters at the start of paragraphs.
Diffstat (limited to 'graphics/gfont/pkg-message')
-rw-r--r-- | graphics/gfont/pkg-message | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/gfont/pkg-message b/graphics/gfont/pkg-message new file mode 100644 index 000000000000..56e8c9d31fd7 --- /dev/null +++ b/graphics/gfont/pkg-message @@ -0,0 +1,12 @@ + + Copyright (c) 1997 Ralf S. Engelschall, All rights reserved. + + This program is free software; it may be redistributed and/or modified only + under the terms of either the GNU General Public License, which may be found + in the WML source distribution. Look at the file COPYING. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + |