[GRASS-SVN] r31143 - grass/trunk/vector/v.label.sa

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 27 10:53:50 EDT 2008


Author: wolf
Date: 2008-04-27 10:53:50 -0400 (Sun, 27 Apr 2008)
New Revision: 31143

Modified:
   grass/trunk/vector/v.label.sa/labels.c
Log:
No font size adjustment

Modified: grass/trunk/vector/v.label.sa/labels.c
===================================================================
--- grass/trunk/vector/v.label.sa/labels.c	2008-04-27 12:33:26 UTC (rev 31142)
+++ grass/trunk/vector/v.label.sa/labels.c	2008-04-27 14:53:50 UTC (rev 31143)
@@ -101,7 +101,7 @@
     buffer = atof(p->isize->answer);
 
     /* use 1 point = 1 map unit */
-    if (FT_Set_Char_Size(face, (int)((font_size*0.95) * 64.0), 0, 100, 100))
+    if (FT_Set_Char_Size(face, (int)((font_size) * 64.0), 0, 100, 100))
 	G_fatal_error(_("Unable to set font size"));
 
     /* start reading the map */



More information about the grass-commit mailing list