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 47D18200C33 for ; Fri, 24 Feb 2017 13:36:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4661E160B69; Fri, 24 Feb 2017 12:36:35 +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 784E5160B79 for ; Fri, 24 Feb 2017 13:36:32 +0100 (CET) Received: (qmail 49760 invoked by uid 500); 24 Feb 2017 12:36:31 -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 47620 invoked by uid 99); 24 Feb 2017 12:36:25 -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, 24 Feb 2017 12:36:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AD843DFFCF; Fri, 24 Feb 2017 12:36:25 +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, 24 Feb 2017 12:36:59 -0000 Message-Id: <77bae1bd06d048c38e17ee547efe265e@git.apache.org> In-Reply-To: <53865c6ef7ad46d3aad8e5ee4682ae89@git.apache.org> References: <53865c6ef7ad46d3aad8e5ee4682ae89@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [36/51] [abbrv] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadocs for 2.0.4 archived-at: Fri, 24 Feb 2017 12:36:35 -0000 http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/795c0b57/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CFFType1Font.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CFFType1Font.html b/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CFFType1Font.html new file mode 100644 index 0000000..584ec4c --- /dev/null +++ b/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CFFType1Font.html @@ -0,0 +1,468 @@ + + + + + +CFFType1Font (PDFBox reactor 2.0.4 API) + + + + + + + + + + +
+
org.apache.fontbox.cff
+

Class CFFType1Font

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    EncodedFont, FontBoxFont
    +
    +
    +
    +
    public class CFFType1Font
    +extends CFFFont
    +implements EncodedFont
    +
    A Type 1-equivalent font program represented in a CFF file. Thread safe.
    +
    Author:
    +
    Villu Ruusmann, John Hewson
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CFFType1Font

        +
        public CFFType1Font()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getWidth

        +
        public float getWidth(String name)
        +               throws IOException
        +
        Description copied from interface: FontBoxFont
        +
        Returns the advance width for the character with the given name.
        +
        +
        Specified by:
        +
        getWidth in interface FontBoxFont
        +
        Returns:
        glyph advance width
        +
        Throws:
        +
        IOException - if the path could not be read
        +
      • +
      + + + +
        +
      • +

        hasGlyph

        +
        public boolean hasGlyph(String name)
        +
        Description copied from interface: FontBoxFont
        +
        Returns true if the font contains the given glyph.
        +
        +
        Specified by:
        +
        hasGlyph in interface FontBoxFont
        +
        Parameters:
        name - PostScript glyph name
        +
      • +
      + + + + + + + +
        +
      • +

        getType1CharString

        +
        public Type1CharString getType1CharString(String name)
        +                                   throws IOException
        +
        Returns the Type 1 charstring for the given PostScript glyph name.
        +
        Parameters:
        name - PostScript glyph name
        +
        Throws:
        +
        IOException - if the charstring could not be read
        +
      • +
      + + + +
        +
      • +

        nameToGID

        +
        public int nameToGID(String name)
        +
        Returns the GID for the given PostScript glyph name.
        +
        Parameters:
        name - a PostScript glyph name.
        +
        Returns:
        GID
        +
      • +
      + + + + + + + +
        +
      • +

        getPrivateDict

        +
        public Map<String,Object> getPrivateDict()
        +
        Returns the private dictionary.
        +
        Returns:
        the dictionary
        +
      • +
      + + + +
        +
      • +

        getEncoding

        +
        public CFFEncoding getEncoding()
        +
        Returns the CFFEncoding of the font.
        +
        +
        Specified by:
        +
        getEncoding in interface EncodedFont
        +
        Returns:
        the encoding
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/795c0b57/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CIDKeyedType2CharString.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CIDKeyedType2CharString.html b/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CIDKeyedType2CharString.html new file mode 100644 index 0000000..0a88843 --- /dev/null +++ b/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CIDKeyedType2CharString.html @@ -0,0 +1,317 @@ + + + + + +CIDKeyedType2CharString (PDFBox reactor 2.0.4 API) + + + + + + + + + + +
+
org.apache.fontbox.cff
+

Class CIDKeyedType2CharString

+
+
+ +
+
    +
  • +
    +
    +
    public class CIDKeyedType2CharString
    +extends Type2CharString
    +
    A CID-Keyed Type 2 CharString.
    +
    Author:
    +
    John Hewson
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CIDKeyedType2CharString

        +
        public CIDKeyedType2CharString(Type1CharStringReader font,
        +                       String fontName,
        +                       int cid,
        +                       int gid,
        +                       List<Object> sequence,
        +                       int defaultWidthX,
        +                       int nomWidthX)
        +
        Constructor.
        +
        Parameters:
        font - Parent CFF font
        fontName - font name
        cid - CID
        gid - GID
        sequence - Type 2 char string sequence
        defaultWidthX - default width
        nomWidthX - nominal width
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCID

        +
        public int getCID()
        +
        Returns the CID (character id) of this charstring.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/795c0b57/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CharStringCommand.Key.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CharStringCommand.Key.html b/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CharStringCommand.Key.html new file mode 100644 index 0000000..59461e1 --- /dev/null +++ b/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CharStringCommand.Key.html @@ -0,0 +1,354 @@ + + + + + +CharStringCommand.Key (PDFBox reactor 2.0.4 API) + + + + + + + + + + +
+
org.apache.fontbox.cff
+

Class CharStringCommand.Key

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    CharStringCommand
    +
    +
    +
    +
    public static class CharStringCommand.Key
    +extends Object
    +
    A static class to hold one or more int values as key.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CharStringCommand.Key

        +
        public CharStringCommand.Key(int b0)
        +
        Constructor with one value.
        +
        Parameters:
        b0 - value
        +
      • +
      + + + +
        +
      • +

        CharStringCommand.Key

        +
        public CharStringCommand.Key(int b0,
        +                     int b1)
        +
        Constructor with two values.
        +
        Parameters:
        b0 - value1
        b1 - value2
        +
      • +
      + + + +
        +
      • +

        CharStringCommand.Key

        +
        public CharStringCommand.Key(int[] values)
        +
        Constructor with an array as values.
        +
        Parameters:
        values - array of values
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getValue

        +
        public int[] getValue()
        +
        Array the with the values.
        +
        Returns:
        array with the values
        +
      • +
      + + + + + + + +
        +
      • +

        hashCode

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

        equals

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

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

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/795c0b57/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CharStringCommand.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CharStringCommand.html b/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CharStringCommand.html new file mode 100644 index 0000000..0fbefd3 --- /dev/null +++ b/content/docs/2.0.4/javadocs/org/apache/fontbox/cff/CharStringCommand.html @@ -0,0 +1,428 @@ + + + + + +CharStringCommand (PDFBox reactor 2.0.4 API) + + + + + + + + + + +
+
org.apache.fontbox.cff
+

Class CharStringCommand

+
+
+ +
+
    +
  • +
    +
    +
    public class CharStringCommand
    +extends Object
    +
    This class represents a CharStringCommand.
    +
    Author:
    +
    Villu Ruusmann
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CharStringCommand

        +
        public CharStringCommand(int b0)
        +
        Constructor with one value.
        +
        Parameters:
        b0 - value
        +
      • +
      + + + +
        +
      • +

        CharStringCommand

        +
        public CharStringCommand(int b0,
        +                 int b1)
        +
        Constructor with two values.
        +
        Parameters:
        b0 - value1
        b1 - value2
        +
      • +
      + + + +
        +
      • +

        CharStringCommand

        +
        public CharStringCommand(int[] values)
        +
        Constructor with an array as values.
        +
        Parameters:
        values - array of values
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

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

+ +