[GRASS-SVN] r43494 -
grass/branches/releasebranch_6_4/scripts/d.text.freetype
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 18 10:34:34 EDT 2010
Author: neteler
Date: 2010-09-18 14:34:34 +0000 (Sat, 18 Sep 2010)
New Revision: 43494
Modified:
grass/branches/releasebranch_6_4/scripts/d.text.freetype/description.html
Log:
backported example code HTML style
Modified: grass/branches/releasebranch_6_4/scripts/d.text.freetype/description.html
===================================================================
--- grass/branches/releasebranch_6_4/scripts/d.text.freetype/description.html 2010-09-18 14:33:40 UTC (rev 43493)
+++ grass/branches/releasebranch_6_4/scripts/d.text.freetype/description.html 2010-09-18 14:34:34 UTC (rev 43494)
@@ -102,31 +102,32 @@
<P>
<H4>Command mode:</H4>
+
The following example prints three lines: "<TT><font color=gray>GRASS</font>
<font color=red>d.text.freetype</font> <font color=gray>output</font></TT>",
"<TT><font color=gray>See test.input file</font></TT>", and
"<TT><font color=gray>for more details.</font></TT>".
-<DL>
-<DT><TT><B>d.text.freetype -c</B>
-<dd>.F /usr/X11R6/lib/X11/fonts/TTF/luximb.ttf:ISO-8859-1
-<dd>.S 20p
-<dd>.L 0
-<dd>GRASS
-<dd>.C red
-<dd> d.text.freetype
-<dd>.C gray
-<dd> output
-<dd>.L 1
-<dd>See test.input file
-<dd>for more details.</TT>
-</DL>
-<BR>
+<div class="code"><pre>
+<B>d.text.freetype -c</B>
+.F /usr/X11R6/lib/X11/fonts/TTF/luximb.ttf:ISO-8859-1
+.S 20p
+.L 0
+GRASS
+.C red
+ d.text.freetype
+.C gray
+ output
+.L 1
+See test.input file
+for more details.
+</pre></div>
Command mode instructions may also be read directly from a text file:<BR><BR>
<TT><B>d.text.freetype</B> -c < test.input</TT>
<BR><BR>
+
<H2>DEFINITION FILE</H2>
To help users select fonts conveniently, the definition file,
@@ -140,6 +141,7 @@
See the file for examples.
<BR><BR>
+
<H2>SEE ALSO</H2>
<EM><A HREF="d.text.html">d.text</A></EM><br>
@@ -149,6 +151,7 @@
<EM><A HREF="d.where.html">d.where</A></EM><br>
<BR><BR>
+
<H2>AUTHOR</H2>
Huidae Cho
@@ -156,4 +159,5 @@
<P>
Updates by Hamish Bowman, NZ
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>
More information about the grass-commit
mailing list