Return-Path: X-Original-To: apmail-pdfbox-commits-archive@www.apache.org Delivered-To: apmail-pdfbox-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8248F118DB for ; Sun, 22 Jun 2014 14:25:00 +0000 (UTC) Received: (qmail 41152 invoked by uid 500); 22 Jun 2014 14:25:00 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 41127 invoked by uid 500); 22 Jun 2014 14:25:00 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 41118 invoked by uid 99); 22 Jun 2014 14:25:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jun 2014 14:25:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jun 2014 14:24:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E812D2388831; Sun, 22 Jun 2014 14:24:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1604589 - /pdfbox/branches/1.8/fontbox/src/main/java/org/apache/fontbox/cff/AFMFormatter.java Date: Sun, 22 Jun 2014 14:24:38 -0000 To: commits@pdfbox.apache.org From: lehmi@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140622142438.E812D2388831@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 {