[GRASS-SVN] r38647 -
grass/branches/develbranch_6/scripts/d.text.freetype
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 9 05:01:16 EDT 2009
Author: hamish
Date: 2009-08-09 05:01:16 -0400 (Sun, 09 Aug 2009)
New Revision: 38647
Modified:
grass/branches/develbranch_6/scripts/d.text.freetype/description.html
Log:
fix html lint
Modified: grass/branches/develbranch_6/scripts/d.text.freetype/description.html
===================================================================
--- grass/branches/develbranch_6/scripts/d.text.freetype/description.html 2009-08-09 07:59:50 UTC (rev 38646)
+++ grass/branches/develbranch_6/scripts/d.text.freetype/description.html 2009-08-09 09:01:16 UTC (rev 38647)
@@ -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