You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2014/06/22 16:24:38 UTC

svn commit: r1604589 - /pdfbox/branches/1.8/fontbox/src/main/java/org/apache/fontbox/cff/AFMFormatter.java

Author: lehmi
Date: Sun Jun 22 14:24:38 2014
New Revision: 1604589

URL: http://svn.apache.org/r1604589
Log:
PDFBOX-2157: deprecate class as it will be removed in 2.0

Modified:
    pdfbox/branches/1.8/fontbox/src/main/java/org/apache/fontbox/cff/AFMFormatter.java

Modified: pdfbox/branches/1.8/fontbox/src/main/java/org/apache/fontbox/cff/AFMFormatter.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/fontbox/src/main/java/org/apache/fontbox/cff/AFMFormatter.java?rev=1604589&r1=1604588&r2=1604589&view=diff
==============================================================================
--- pdfbox/branches/1.8/fontbox/src/main/java/org/apache/fontbox/cff/AFMFormatter.java (original)
+++ pdfbox/branches/1.8/fontbox/src/main/java/org/apache/fontbox/cff/AFMFormatter.java Sun Jun 22 14:24:38 2014
@@ -30,6 +30,8 @@ import org.apache.fontbox.cff.encoding.C
  * 
  * @author Villu Ruusmann
  * @version $Revision$
+ * 
+ * @deprecated will be removed in 2.0. The CFFParse will create the font metrics itself.
  */
 public class AFMFormatter
 {