Revision: 6986
Author: victormote
Date: 2006-03-19 19:41:34 -0800 (Sun, 19 Mar 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=6986&view=rev
Log Message:
-----------
Javadoc changes.
Modified Paths:
--------------
trunk/foray/foray-font/src/java/org/foray/font/RegisteredFontDesc.java
Modified: trunk/foray/foray-font/src/java/org/foray/font/RegisteredFontDesc.java
===================================================================
--- trunk/foray/foray-font/src/java/org/foray/font/RegisteredFontDesc.java 2006-03-20 02:31:09 UTC (rev 6985)
+++ trunk/foray/foray-font/src/java/org/foray/font/RegisteredFontDesc.java 2006-03-20 03:41:34 UTC (rev 6986)
@@ -66,15 +66,15 @@
private float simulateSmallCaps = Float.NaN;
/**
- * Percentage of 90 degrees by which the font should be slanted to the
- * right for the simulated oblique effect.
+ * Number of degrees by which the font should be slanted clockwise for the
+ * simulated oblique effect.
* Invalid or unset amounts are indicated by the value {@link Float#NaN}.
*/
private float simulateOblique = Float.NaN;
/**
- * Percentage of 90 degrees by which the font should be slanted to the
- * left for the simulated oblique effect.
+ * Number of degrees by which the font should be slanted counterclockwise
+ * for the simulated backslant effect.
* Invalid or unset amounts are indicated by the value {@link Float#NaN}.
*/
private float simulateBackslant = Float.NaN;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|