[GRASS-SVN] r72104 - grass/branches/releasebranch_7_4/display/d.text
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 20 07:59:07 PST 2018
Author: neteler
Date: 2018-01-20 07:59:07 -0800 (Sat, 20 Jan 2018)
New Revision: 72104
Added:
grass/branches/releasebranch_7_4/display/d.text/d_text.png
Modified:
grass/branches/releasebranch_7_4/display/d.text/d.text.html
Log:
d.text: added examples and figures, thanks to Eric1234, Sunveer Singh and Google Code-in
Modified: grass/branches/releasebranch_7_4/display/d.text/d.text.html
===================================================================
--- grass/branches/releasebranch_7_4/display/d.text/d.text.html 2018-01-20 15:27:37 UTC (rev 72103)
+++ grass/branches/releasebranch_7_4/display/d.text/d.text.html 2018-01-20 15:59:07 UTC (rev 72104)
@@ -70,6 +70,7 @@
active frame's vertical space per line:
<p>
+<!--
<div class="code"><pre>
<b>d.text</b> << EOF
.C yellow
@@ -79,11 +80,20 @@
This is a test of d.text
EOF
</pre></div>
-
-
The user presses <em>control-d</em>
(the "Ctrl" and "d" keys) to end input to <em>d.text</em> (equal to EOF).
+-->
+<div class="code"><pre>
+d.text text="This is a test of d.text" color=yellow bgcolor=gray size=4
+</pre></div>
+
+<div align="center" style="margin: 10px">
+<img src='d_text.png' width="600" border="1">
+<br>
+<i>Displayed Text</i>
+</div>
+
<h2>NOTES</h2>
Note that the GRASS command
Copied: grass/branches/releasebranch_7_4/display/d.text/d_text.png (from rev 72067, grass/trunk/display/d.text/d_text.png)
===================================================================
(Binary files differ)
More information about the grass-commit
mailing list