Revision 6999

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/v02/FConstant.java
125 125
	public final static int SYMBOL_STYLE_TEXT_BOLD = 92;
126 126
	public final static int SYMBOL_STYLE_TEXT_BOLDCURSIVE = 93;
127 127

  
128
	/**
129
	 * If you want to obtain a 12-pixel height font you have to apply this
130
	 * scale factor. <br>
131
	 * For instance: <br>
132
	 * 	<b> font.setSize(FONT_SCALE_FACTOR*size)</b>
133
	 */
134
	public static final double FONT_HEIGHT_SCALE_FACTOR = 1.4;
135

  
128 136
	static {
129 137
		new FConstant();
130 138
	}

Also available in: Unified diff