[GRASS-SVN] r47181 - in grass/trunk/lib: cairodriver init pngdriver psdriver

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 18 17:14:12 EDT 2011


Author: martinl
Date: 2011-07-18 14:14:12 -0700 (Mon, 18 Jul 2011)
New Revision: 47181

Modified:
   grass/trunk/lib/cairodriver/cairodriver.html
   grass/trunk/lib/init/variables.html
   grass/trunk/lib/pngdriver/pngdriver.html
   grass/trunk/lib/psdriver/psdriver.html
Log:
displaydriver: note GRASS_LINE_WIDTH, GRASS_TEXT_SIZE


Modified: grass/trunk/lib/cairodriver/cairodriver.html
===================================================================
--- grass/trunk/lib/cairodriver/cairodriver.html	2011-07-18 21:04:51 UTC (rev 47180)
+++ grass/trunk/lib/cairodriver/cairodriver.html	2011-07-18 21:14:12 UTC (rev 47181)
@@ -86,14 +86,6 @@
     rather than using memory.<br>
     (<em>Note: This only works with BMP files.</em>)
   </li>
-<!-- used ?
-  <li><b>GRASS_LINE_WIDTH</b><br>
-    the default line width.
-  </li>
-  <li><b>GRASS_TEXT_SIZE</b><br>
-    the default text size.
-  </li>
--->
   <li><b>GRASS_CAIRO_SCREEN</b><br>
     defines Cairo screen
   </li>

Modified: grass/trunk/lib/init/variables.html
===================================================================
--- grass/trunk/lib/init/variables.html	2011-07-18 21:04:51 UTC (rev 47180)
+++ grass/trunk/lib/init/variables.html	2011-07-18 21:14:12 UTC (rev 47181)
@@ -291,6 +291,13 @@
   
   <dt>GRASS_FRAME</dt>
   <dd>contains 4 coordinates, <em>top,bottom,left,right</em>, defining the initial frame.</dd>
+
+  <dt>GRASS_LINE_WIDTH</dt>
+  <dd>defines default line width.</dd>
+  
+  <dt>GRASS_TEXT_SIZE</dt>
+  <dd>defines default text size.</dd>
+
 </dl>
 
 For specific driver-related variables see:

Modified: grass/trunk/lib/pngdriver/pngdriver.html
===================================================================
--- grass/trunk/lib/pngdriver/pngdriver.html	2011-07-18 21:04:51 UTC (rev 47180)
+++ grass/trunk/lib/pngdriver/pngdriver.html	2011-07-18 21:14:12 UTC (rev 47181)
@@ -69,14 +69,6 @@
     will map GRASS_PNGFILE as its framebuffer, rather than using
     memory. This only works with BMP files.
   </li>
-  <!-- used ?
-  <li><b>GRASS_LINE_WIDTH</b><br>
-    the default line width.
-  </li>
-  <li><b>GRASS_TEXT_SIZE</b><br>
-    the default text size.
-  </li>
-  -->
 </ul>
 
 <h3>Example</h3>

Modified: grass/trunk/lib/psdriver/psdriver.html
===================================================================
--- grass/trunk/lib/psdriver/psdriver.html	2011-07-18 21:04:51 UTC (rev 47180)
+++ grass/trunk/lib/psdriver/psdriver.html	2011-07-18 21:14:12 UTC (rev 47181)
@@ -59,14 +59,6 @@
   <li><b>GRASS_PS_TRAILER</b><br>
     if <tt>FALSE</tt>, no trailer section is generated.
   </li>
-  <!-- used ?
-  <li><b>GRASS_LINE_WIDTH</b><br>
-    the default line width.
-  </li>
-  <li><b>GRASS_TEXT_SIZE</b><br>
-    the default text size.
-  </li>
-  -->
 </ul>
 
 <h3>Example</h3>



More information about the grass-commit mailing list