Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 453D8200D5B for ; Fri, 3 Nov 2017 11:24:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 43F7D160C00; Fri, 3 Nov 2017 10:24:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BF19C160BFC for ; Fri, 3 Nov 2017 11:24:10 +0100 (CET) Received: (qmail 87686 invoked by uid 500); 3 Nov 2017 10:24:09 -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 87411 invoked by uid 99); 3 Nov 2017 10:24:09 -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; Fri, 03 Nov 2017 10:24:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3223CF5E01; Fri, 3 Nov 2017 10:24:08 +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: Fri, 03 Nov 2017 10:24:43 -0000 Message-Id: In-Reply-To: <839cdc6448a74e8d8dd78b631267d35f@git.apache.org> References: <839cdc6448a74e8d8dd78b631267d35f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [37/51] [partial] pdfbox-docs git commit: PDFBOX-3989: rearrange 2.0.8 javadoc archived-at: Fri, 03 Nov 2017 10:24:14 -0000 http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/9e117cb9/content/docs/2.0.8/org/apache/fontbox/cff/CFFOperator.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/org/apache/fontbox/cff/CFFOperator.html b/content/docs/2.0.8/org/apache/fontbox/cff/CFFOperator.html deleted file mode 100644 index c4b190e..0000000 --- a/content/docs/2.0.8/org/apache/fontbox/cff/CFFOperator.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - -CFFOperator (PDFBox reactor 2.0.8 API) - - - - - - - - - - -
-
org.apache.fontbox.cff
-

Class CFFOperator

-
-
- -
-
    -
  • -
    -
    -
    public final class CFFOperator
    -extends Object
    -
    This class represents a CFF operator.
    -
    Author:
    -
    Villu Ruusmann
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getKey

        -
        public CFFOperator.Key getKey()
        -
        The key of the operator.
        -
        Returns:
        the key
        -
      • -
      - - - -
        -
      • -

        getName

        -
        public String getName()
        -
        The name of the operator.
        -
        Returns:
        the name
        -
      • -
      - - - - - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class Object
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals(Object object)
        -
        -
        Overrides:
        -
        equals in class Object
        -
        -
      • -
      - - - -
        -
      • -

        getOperator

        -
        public static CFFOperator getOperator(CFFOperator.Key key)
        -
        Returns the operator corresponding to the given key.
        -
        Parameters:
        key - the given key
        -
        Returns:
        the corresponding operator
        -
      • -
      - - - -
        -
      • -

        getOperator

        -
        public static CFFOperator getOperator(String name)
        -
        Returns the operator corresponding to the given name.
        -
        Parameters:
        name - the given name
        -
        Returns:
        the corresponding operator
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

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

- - http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/9e117cb9/content/docs/2.0.8/org/apache/fontbox/cff/CFFParser.ByteSource.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/org/apache/fontbox/cff/CFFParser.ByteSource.html b/content/docs/2.0.8/org/apache/fontbox/cff/CFFParser.ByteSource.html deleted file mode 100644 index bfba6a6..0000000 --- a/content/docs/2.0.8/org/apache/fontbox/cff/CFFParser.ByteSource.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - -CFFParser.ByteSource (PDFBox reactor 2.0.8 API) - - - - - - - - - - -
-
org.apache.fontbox.cff
-

Interface CFFParser.ByteSource

-
-
-
-
    -
  • -
    -
    Enclosing class:
    -
    CFFParser
    -
    -
    -
    -
    public static interface CFFParser.ByteSource
    -
    Source from which bytes may be read in the future.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      byte[]getBytes() -
      Returns the source bytes.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getBytes

        -
        byte[] getBytes()
        -                throws IOException
        -
        Returns the source bytes. May be called more than once.
        -
        Throws:
        -
        IOException
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

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

- - http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/9e117cb9/content/docs/2.0.8/org/apache/fontbox/cff/CFFParser.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/org/apache/fontbox/cff/CFFParser.html b/content/docs/2.0.8/org/apache/fontbox/cff/CFFParser.html deleted file mode 100644 index 639bec2..0000000 --- a/content/docs/2.0.8/org/apache/fontbox/cff/CFFParser.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - -CFFParser (PDFBox reactor 2.0.8 API) - - - - - - - - - - -
-
org.apache.fontbox.cff
-

Class CFFParser

-
-
- -
-
    -
  • -
    -
    -
    public class CFFParser
    -extends Object
    -
    This class represents a parser for a CFF font.
    -
    Author:
    -
    Villu Ruusmann
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CFFParser

        -
        public CFFParser()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        parse

        -
        public List<CFFFont> parse(byte[] bytes,
        -                  CFFParser.ByteSource source)
        -                    throws IOException
        -
        Parse CFF font using byte array, also passing in a byte source for future use.
        -
        Parameters:
        bytes - source bytes
        source - source to re-read bytes from in the future
        -
        Returns:
        the parsed CFF fonts
        -
        Throws:
        -
        IOException - If there is an error reading from the stream
        -
      • -
      - - - -
        -
      • -

        parse

        -
        public List<CFFFont> parse(byte[] bytes)
        -                    throws IOException
        -
        Parse CFF font using a byte array as input.
        -
        Parameters:
        bytes - the given byte array
        -
        Returns:
        the parsed CFF fonts
        -
        Throws:
        -
        IOException - If there is an error reading from the stream
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - -

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

- - http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/9e117cb9/content/docs/2.0.8/org/apache/fontbox/cff/CFFStandardEncoding.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/org/apache/fontbox/cff/CFFStandardEncoding.html b/content/docs/2.0.8/org/apache/fontbox/cff/CFFStandardEncoding.html deleted file mode 100644 index f75b781..0000000 --- a/content/docs/2.0.8/org/apache/fontbox/cff/CFFStandardEncoding.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -CFFStandardEncoding (PDFBox reactor 2.0.8 API) - - - - - - - - - - -
-
org.apache.fontbox.cff
-

Class CFFStandardEncoding

-
-
- -
-
    -
  • -
    -
    -
    public final class CFFStandardEncoding
    -extends CFFEncoding
    -
    This is specialized CFFEncoding. It's used if the EncodingId of a font is set to 0.
    -
    Author:
    -
    Villu Ruusmann
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getInstance

        -
        public static CFFStandardEncoding getInstance()
        -
        Returns an instance of the CFFStandardEncoding class.
        -
        Returns:
        an instance of CFFStandardEncoding
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

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

- - http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/9e117cb9/content/docs/2.0.8/org/apache/fontbox/cff/CFFStandardString.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/org/apache/fontbox/cff/CFFStandardString.html b/content/docs/2.0.8/org/apache/fontbox/cff/CFFStandardString.html deleted file mode 100644 index 021159e..0000000 --- a/content/docs/2.0.8/org/apache/fontbox/cff/CFFStandardString.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - -CFFStandardString (PDFBox reactor 2.0.8 API) - - - - - - - - - - -
-
org.apache.fontbox.cff
-

Class CFFStandardString

-
-
- -
-
    -
  • -
    -
    -
    public final class CFFStandardString
    -extends Object
    -
    This class represents a standard SID to String mapping.
    -
    Author:
    -
    Villu Ruusmann
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getName

        -
        public static String getName(int sid)
        -
        This will return the string mapped to the given SID.
        -
        Parameters:
        sid - the given SID
        -
        Returns:
        the mapped string
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

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

- -