d.title.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <h2>DESCRIPTION</h2>
  2. <em>d.title</em> generates to standard output a string which can be used by
  3. <em><a href="d.text.html">d.text</a></em> to draw a TITLE for the raster map
  4. layer <em>name</em> in the active display frame on the graphics monitor.
  5. Output created by <em>d.title</em> can be redirected into a file, or piped
  6. directly into <em><a href="d.text.html">d.text</a></em> to display the map
  7. TITLE created by <em>d.title</em>. The map TITLE created will include the
  8. map layer's name, TITLE, MAPSET, LOCATION_NAME, geographic region boundary
  9. coordinates, and cell resolution.
  10. If the <b>-d</b> draw flag is used, then <em>d.title</em> will call
  11. <em>d.text</em> for you and the title will be automatically rendered
  12. to the display.
  13. <h2>NOTES</h2>
  14. The text created with
  15. <em><a href="d.text.html">d.text</a></em>
  16. will not necessarily fit within the
  17. active display frame on the graphics monitor;
  18. the user should choose a text size appropriate to this frame.
  19. <h2>EXAMPLES</h2>
  20. For example, a user wishing to create a suitable TITLE for the
  21. Spearfish, SD <em>soils</em> map layer and to display this TITLE in the
  22. active display frame on the graphics monitor might type the following:
  23. <dl>
  24. <dd> <b>d.title map=</b><em>soils</em> <b>color=</b><em>red</em> <b>size=</b><em>5</em> <b>&gt; TITLE.file</b>
  25. <dd> <b><a href="d.text.html">d.text</a> &lt; TITLE.file</b>
  26. </dl>
  27. Alternately, the user might pipe <em>d.title</em> output directly
  28. into <em><a href="d.text.html">d.text</a>:</em>
  29. <dl>
  30. <dd>
  31. <b>d.title map=</b><em>soils</em> <b>color=</b><em>red</em> <b>size=</b><em>5</em> |
  32. <a href="d.text.html">d.text</a>
  33. </dl>
  34. <p>A file created by <em>d.title</em> can be displayed
  35. with <em><a href="d.text.html">d.text</a></em>.
  36. Information contained in this file takes precedence over the
  37. <em>color</em> and <em>size</em> parameters for
  38. <em><a href="d.text.html">d.text</a></em>.
  39. <h2>SEE ALSO</h2>
  40. <em><a href="d.font.html">d.font</a></em><br>
  41. <em><a href="d.text.html">d.text</a></em><br>
  42. <h2>AUTHOR</h2>
  43. James Westervelt,
  44. U.S. Army Construction Engineering
  45. Research Laboratory
  46. <p><i>Last changed: $Date$</i>