From commits-return-13780-archive-asf-public=cust-asf.ponee.io@pdfbox.apache.org Mon Dec 3 16:27:34 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BCB4B1807A3 for ; Mon, 3 Dec 2018 16:27:31 +0100 (CET) Received: (qmail 41145 invoked by uid 500); 3 Dec 2018 15:27:20 -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 39751 invoked by uid 99); 3 Dec 2018 15:27:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2018 15:27:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E758DE13E8; Mon, 3 Dec 2018 15:27:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: msahyoun@apache.org To: commits@pdfbox.apache.org Date: Mon, 03 Dec 2018 15:27:57 -0000 Message-Id: In-Reply-To: <1fd12a9ff8754198b8c0866492eb0fa0@git.apache.org> References: <1fd12a9ff8754198b8c0866492eb0fa0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [40/51] [partial] pdfbox-docs git commit: Site checkin for project Apache PDFBox Website http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/47c06e93/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/KernPair.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/KernPair.html b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/KernPair.html new file mode 100644 index 0000000..2816c18 --- /dev/null +++ b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/KernPair.html @@ -0,0 +1,424 @@ + + + + + + +KernPair (PDFBox reactor 2.0.13 API) + + + + + + + + + + + +
+
org.apache.fontbox.afm
+

Class KernPair

+
+
+ +
+
    +
  • +
    +
    +
    public class KernPair
    +extends Object
    +
    This represents some kern pair data.
    +
    +
    Author:
    +
    Ben Litchfield
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        KernPair

        +
        public KernPair()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getFirstKernCharacter

        +
        public String getFirstKernCharacter()
        +
        Getter for property firstKernCharacter.
        +
        +
        Returns:
        +
        Value of property firstKernCharacter.
        +
        +
      • +
      + + + +
        +
      • +

        setFirstKernCharacter

        +
        public void setFirstKernCharacter(String firstKernCharacterValue)
        +
        Setter for property firstKernCharacter.
        +
        +
        Parameters:
        +
        firstKernCharacterValue - New value of property firstKernCharacter.
        +
        +
      • +
      + + + +
        +
      • +

        getSecondKernCharacter

        +
        public String getSecondKernCharacter()
        +
        Getter for property secondKernCharacter.
        +
        +
        Returns:
        +
        Value of property secondKernCharacter.
        +
        +
      • +
      + + + +
        +
      • +

        setSecondKernCharacter

        +
        public void setSecondKernCharacter(String secondKernCharacterValue)
        +
        Setter for property secondKernCharacter.
        +
        +
        Parameters:
        +
        secondKernCharacterValue - New value of property secondKernCharacter.
        +
        +
      • +
      + + + +
        +
      • +

        getX

        +
        public float getX()
        +
        Getter for property x.
        +
        +
        Returns:
        +
        Value of property x.
        +
        +
      • +
      + + + +
        +
      • +

        setX

        +
        public void setX(float xValue)
        +
        Setter for property x.
        +
        +
        Parameters:
        +
        xValue - New value of property x.
        +
        +
      • +
      + + + +
        +
      • +

        getY

        +
        public float getY()
        +
        Getter for property y.
        +
        +
        Returns:
        +
        Value of property y.
        +
        +
      • +
      + + + +
        +
      • +

        setY

        +
        public void setY(float yValue)
        +
        Setter for property y.
        +
        +
        Parameters:
        +
        yValue - New value of property y.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/47c06e93/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/Ligature.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/Ligature.html b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/Ligature.html new file mode 100644 index 0000000..f67ef6c --- /dev/null +++ b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/Ligature.html @@ -0,0 +1,344 @@ + + + + + + +Ligature (PDFBox reactor 2.0.13 API) + + + + + + + + + + + +
+
org.apache.fontbox.afm
+

Class Ligature

+
+
+ +
+
    +
  • +
    +
    +
    public class Ligature
    +extends Object
    +
    This class represents a ligature, which is an entry of the CharMetrics.
    +
    +
    Author:
    +
    Ben Litchfield
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Ligature

        +
        public Ligature()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getLigature

        +
        public String getLigature()
        +
        Getter for property ligature.
        +
        +
        Returns:
        +
        Value of property ligature.
        +
        +
      • +
      + + + +
        +
      • +

        setLigature

        +
        public void setLigature(String lig)
        +
        Setter for property ligature.
        +
        +
        Parameters:
        +
        lig - New value of property ligature.
        +
        +
      • +
      + + + +
        +
      • +

        getSuccessor

        +
        public String getSuccessor()
        +
        Getter for property successor.
        +
        +
        Returns:
        +
        Value of property successor.
        +
        +
      • +
      + + + +
        +
      • +

        setSuccessor

        +
        public void setSuccessor(String successorValue)
        +
        Setter for property successor.
        +
        +
        Parameters:
        +
        successorValue - New value of property successor.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/47c06e93/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/TrackKern.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/TrackKern.html b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/TrackKern.html new file mode 100644 index 0000000..f0e70dc --- /dev/null +++ b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/TrackKern.html @@ -0,0 +1,464 @@ + + + + + + +TrackKern (PDFBox reactor 2.0.13 API) + + + + + + + + + + + +
+
org.apache.fontbox.afm
+

Class TrackKern

+
+
+ +
+
    +
  • +
    +
    +
    public class TrackKern
    +extends Object
    +
    This class represents a piece of track kerning data.
    +
    +
    Author:
    +
    Ben Litchfield
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TrackKern

        +
        public TrackKern()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDegree

        +
        public int getDegree()
        +
        Getter for property degree.
        +
        +
        Returns:
        +
        Value of property degree.
        +
        +
      • +
      + + + +
        +
      • +

        setDegree

        +
        public void setDegree(int degreeValue)
        +
        Setter for property degree.
        +
        +
        Parameters:
        +
        degreeValue - New value of property degree.
        +
        +
      • +
      + + + +
        +
      • +

        getMaxKern

        +
        public float getMaxKern()
        +
        Getter for property maxKern.
        +
        +
        Returns:
        +
        Value of property maxKern.
        +
        +
      • +
      + + + +
        +
      • +

        setMaxKern

        +
        public void setMaxKern(float maxKernValue)
        +
        Setter for property maxKern.
        +
        +
        Parameters:
        +
        maxKernValue - New value of property maxKern.
        +
        +
      • +
      + + + +
        +
      • +

        getMaxPointSize

        +
        public float getMaxPointSize()
        +
        Getter for property maxPointSize.
        +
        +
        Returns:
        +
        Value of property maxPointSize.
        +
        +
      • +
      + + + +
        +
      • +

        setMaxPointSize

        +
        public void setMaxPointSize(float maxPointSizeValue)
        +
        Setter for property maxPointSize.
        +
        +
        Parameters:
        +
        maxPointSizeValue - New value of property maxPointSize.
        +
        +
      • +
      + + + +
        +
      • +

        getMinKern

        +
        public float getMinKern()
        +
        Getter for property minKern.
        +
        +
        Returns:
        +
        Value of property minKern.
        +
        +
      • +
      + + + +
        +
      • +

        setMinKern

        +
        public void setMinKern(float minKernValue)
        +
        Setter for property minKern.
        +
        +
        Parameters:
        +
        minKernValue - New value of property minKern.
        +
        +
      • +
      + + + +
        +
      • +

        getMinPointSize

        +
        public float getMinPointSize()
        +
        Getter for property minPointSize.
        +
        +
        Returns:
        +
        Value of property minPointSize.
        +
        +
      • +
      + + + +
        +
      • +

        setMinPointSize

        +
        public void setMinPointSize(float minPointSizeValue)
        +
        Setter for property minPointSize.
        +
        +
        Parameters:
        +
        minPointSizeValue - New value of property minPointSize.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/47c06e93/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/AFMParser.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/AFMParser.html b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/AFMParser.html new file mode 100644 index 0000000..44c5eca --- /dev/null +++ b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/AFMParser.html @@ -0,0 +1,125 @@ + + + + + + +Uses of Class org.apache.fontbox.afm.AFMParser (PDFBox reactor 2.0.13 API) + + + + + + + + + + +
+

Uses of Class
org.apache.fontbox.afm.AFMParser

+
+
No usage of org.apache.fontbox.afm.AFMParser
+ + + + +

Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/47c06e93/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/CharMetric.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/CharMetric.html b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/CharMetric.html new file mode 100644 index 0000000..06e713b --- /dev/null +++ b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/CharMetric.html @@ -0,0 +1,199 @@ + + + + + + +Uses of Class org.apache.fontbox.afm.CharMetric (PDFBox reactor 2.0.13 API) + + + + + + + + + + +
+

Uses of Class
org.apache.fontbox.afm.CharMetric

+
+
+ +
+ + + + +

Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/47c06e93/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/Composite.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/Composite.html b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/Composite.html new file mode 100644 index 0000000..c9bb8ba --- /dev/null +++ b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/Composite.html @@ -0,0 +1,199 @@ + + + + + + +Uses of Class org.apache.fontbox.afm.Composite (PDFBox reactor 2.0.13 API) + + + + + + + + + + +
+

Uses of Class
org.apache.fontbox.afm.Composite

+
+
+ +
+ + + + +

Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/47c06e93/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/CompositePart.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/CompositePart.html b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/CompositePart.html new file mode 100644 index 0000000..ef08f9f --- /dev/null +++ b/content/docs/2.0.13/javadocs/org/apache/fontbox/afm/class-use/CompositePart.html @@ -0,0 +1,199 @@ + + + + + + +Uses of Class org.apache.fontbox.afm.CompositePart (PDFBox reactor 2.0.13 API) + + + + + + + + + + +
+

Uses of Class
org.apache.fontbox.afm.CompositePart

+
+
+ +
+ + + + +

Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.

+ +