Browse Source

d.text: added examples and figures, thanks to Eric1234, Sunveer Singh and Google Code-in

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@72067 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 7 years ago
parent
commit
5f011c75bc
2 changed files with 12 additions and 2 deletions
  1. 12 2
      display/d.text/d.text.html
  2. BIN
      display/d.text/d_text.png

+ 12 - 2
display/d.text/d.text.html

@@ -70,6 +70,7 @@ color yellow, in bold, and using 4/100'ths (4%) of the
 active frame's vertical space per line:
 active frame's vertical space per line:
 <p>
 <p>
 
 
+<!--
 <div class="code"><pre>
 <div class="code"><pre>
 <b>d.text</b> &lt;&lt; EOF
 <b>d.text</b> &lt;&lt; EOF
 .C yellow
 .C yellow
@@ -79,10 +80,19 @@ active frame's vertical space per line:
 This is a test of d.text
 This is a test of d.text
 EOF
 EOF
 </pre></div>
 </pre></div>
-
-
 The user presses <em>control-d</em> 
 The user presses <em>control-d</em> 
 (the "Ctrl" and "d" keys) to end input to <em>d.text</em> (equal to EOF).
 (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>
 <h2>NOTES</h2>
 
 

BIN
display/d.text/d_text.png