[GRASS-SVN] r29564 - grass/trunk/display/d.text.freetype
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 4 16:53:03 EST 2008
Author: hcho
Date: 2008-01-04 16:53:03 -0500 (Fri, 04 Jan 2008)
New Revision: 29564
Removed:
grass/trunk/display/d.text.freetype/README
Log:
Deleted an outdated file.
Deleted: grass/trunk/display/d.text.freetype/README
===================================================================
--- grass/trunk/display/d.text.freetype/README 2008-01-04 21:28:17 UTC (rev 29563)
+++ grass/trunk/display/d.text.freetype/README 2008-01-04 21:53:03 UTC (rev 29564)
@@ -1,52 +0,0 @@
-$Id$
-
-Displays text using TrueType fonts.
-===================================
-
-Install
--------
-
-1. To use this module, install FreeType2 first.
-
-2. You should know where the required files are installed:
-
- ft2build.h: e.g., /usr/local/include/ft2build.h
- freetype2 header directory: e.g., /usr/local/include/freetype2
- libfreetype.a: e.g., /usr/local/lib/libfreetype.a
-
-3. Add configure option like the following:
-
- ./configure --with-includes=/usr/local/include \
- --with-freetype \
- --with-freetype-includes=/usr/local/include/freetype2 \
- --with-freetype-libs=/usr/local/lib
-
-4. Install GRASS.
-
-5. Change directory to src/display/d.text.freetype and run:
-
- gmake5 -i
- gmakelinks5 -i
-
-6. Update $(GISBASE)/etc/freetypecap file to indicate your own files.
-
-
-Usage
------
-
-d.text.freetype text="text" # The default font in freetypecap is used.
-
-If path, charset, color, or size is given, the value of the default font
-will be overrided.
-
-
-Bugs
-----
-
-With some PCF files, it cannot handle bitmap images correctly.
-Could anyone fix this?
-
-
-Huidae Cho <grass4u at gmail.com>
-2002/04/29
-
More information about the grass-commit
mailing list