Revision 11853 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/CharacterMarkerSymbol.java

View differences:

CharacterMarkerSymbol.java
43 43
 *
44 44
 * $Id$
45 45
 * $Log$
46
 * Revision 1.18  2007-05-17 09:32:06  jaume
46
 * Revision 1.19  2007-05-28 15:36:42  jaume
47 47
 * *** empty log message ***
48 48
 *
49
 * Revision 1.18  2007/05/17 09:32:06  jaume
50
 * *** empty log message ***
51
 *
49 52
 * Revision 1.17  2007/05/09 16:07:26  jaume
50 53
 * *** empty log message ***
51 54
 *
......
406 409
	}
407 410

  
408 411
	public void setSize(double size) {
412
		if (size == 0) {
413
			try {
414
				Double.parseDouble("setSize com size="+size);
415
			}catch(Exception e) {
416
				e.printStackTrace();
417
			}
418
		}
409 419
		font = new Font(font.getName(), font.getStyle(), (int) size);
410 420
	}
411 421

  

Also available in: Unified diff