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 26FC1183BF for ; Wed, 2 Mar 2016 10:25:01 +0000 (UTC) Received: (qmail 28596 invoked by uid 500); 2 Mar 2016 10:24:22 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 27903 invoked by uid 500); 2 Mar 2016 10:24:21 -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 25818 invoked by uid 99); 2 Mar 2016 10:16:06 -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; Wed, 02 Mar 2016 10:16:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 261DDE78C3; Wed, 2 Mar 2016 10:15:59 +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: Wed, 02 Mar 2016 10:16:14 -0000 Message-Id: <9d5562416b9144e289c26c7c54dbb928@git.apache.org> In-Reply-To: <9b1cc2a6aea246329dc4bcf9091a85e6@git.apache.org> References: <9b1cc2a6aea246329dc4bcf9091a85e6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [17/37] pdfbox-docs git commit: PDFBOX-3030: update javadocs http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/CIDFontMapping.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/CIDFontMapping.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/CIDFontMapping.html index 07f84fd..85ed2a6 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/CIDFontMapping.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/CIDFontMapping.html @@ -62,13 +62,13 @@
  • Summary: 
  • Nested | 
  • Field | 
  • -
  • Constr | 
  • +
  • Constr | 
  • Method
  • @@ -112,6 +112,25 @@ extends
    • + +
        +
      • + + +

        Constructor Summary

        + + + + + + + + +
        Constructors 
        Constructor and Description
        CIDFontMapping(org.apache.fontbox.ttf.OpenTypeFont font, + org.apache.fontbox.FontBoxFont fontBoxFont, + boolean isFallback) 
        +
      • +
      • @@ -159,6 +178,25 @@ extends
        • + +
            +
          • + + +

            Constructor Detail

            + + + +
              +
            • +

              CIDFontMapping

              +
              public CIDFontMapping(org.apache.fontbox.ttf.OpenTypeFont font,
              +              org.apache.fontbox.FontBoxFont fontBoxFont,
              +              boolean isFallback)
              +
            • +
            +
          • +
          @@ -252,6 +290,6 @@ extends -

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

          +

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

          - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/CIDSystemInfo.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/CIDSystemInfo.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/CIDSystemInfo.html index 54b2709..2c6bcf3 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/CIDSystemInfo.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/CIDSystemInfo.html @@ -93,19 +93,13 @@
          @@ -269,6 +263,6 @@ implements Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.

          +

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

          - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontCache.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontCache.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontCache.html index 1785b55..d8eed8a 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontCache.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontCache.html @@ -97,7 +97,7 @@
          public final class FontCache
           extends Object
          -
          A cache for system fonts. This allows PDFBox to manage caching for a FontProvider. +
          An in-memory cache for system fonts. This allows PDFBox to manage caching for a FontProvider. PDFBox is free to purge this cache at will.
          Author:
          John Hewson
          @@ -276,6 +276,6 @@ extends Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.

          +

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

          - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontFormat.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontFormat.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontFormat.html index d21a49b..aa1f5b3 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontFormat.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontFormat.html @@ -338,6 +338,6 @@ not permitted.)
          -

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

          +

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

          - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontInfo.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontInfo.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontInfo.html index 571588f..d726326 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontInfo.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontInfo.html @@ -419,6 +419,6 @@ extends Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.

          +

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

          - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMapper.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMapper.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMapper.html index e665918..b2d889c 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMapper.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMapper.html @@ -253,6 +253,6 @@ -

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

          +

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

          - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMappers.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMappers.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMappers.html index 61d5dbe..85f0a4f 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMappers.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMappers.html @@ -239,6 +239,6 @@ extends Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.

          +

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

          - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMapping.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMapping.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMapping.html index fd851f2..fccab9f 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMapping.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontMapping.html @@ -62,13 +62,13 @@
        • Summary: 
        • Nested | 
        • Field | 
        • -
        • Constr | 
        • +
        • Constr | 
        • Method
        @@ -110,6 +110,24 @@ extends
        • + +
            +
          • + + +

            Constructor Summary

            + + + + + + + + +
            Constructors 
            Constructor and Description
            FontMapping(T font, + boolean isFallback) 
            +
          • +
          • @@ -151,6 +169,26 @@ extends
            • + +
                +
              • + + +

                Constructor Detail

                + + + + + +
                  +
                • +

                  FontMapping

                  +
                  public FontMapping(T font,
                  +           boolean isFallback)
                  +
                • +
                +
              • +
              @@ -245,6 +283,6 @@ extends Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.

              +

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

              - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontProvider.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontProvider.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontProvider.html index a4902e3..128276a 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontProvider.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/FontProvider.html @@ -274,6 +274,6 @@ extends Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.

              +

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

              - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFont.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFont.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFont.html index 107668d..3ff2691 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFont.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFont.html @@ -462,7 +462,14 @@ implements IOException
              Description copied from interface: PDFontLike
              Returns the height of the given character, in glyph space. This can be expensive to - calculate. Results are only approximate.
              + calculate. Results are only approximate.

              + + Warning: This method is deprecated in PDFBox 2.0 because there is no meaningful value + which it can return. The PDFontLike.getWidth(int) method returns the advance width of a glyph, + but there is no corresponding advance height. The logical height of a character is the same + for every character in a font, so if you want that, retrieve the font bbox's height. + Otherwise if you want the visual bounds of the glyph then call getPath(..) on the appropriate + PDFont subclass to retrieve the glyph outline as a GeneralPath.
              Specified by:
              getHeight in interface PDFontLike
              @@ -480,7 +487,10 @@ implements IOException
              Description copied from interface: PDFontLike
              -
              Returns the advance width of the given character, in glyph space.
              +
              Returns the advance width of the given character, in glyph space.

              + + If you want the visual bounds of the glyph then call getPath(..) on the appropriate + PDFont subclass to retrieve the glyph outline as a GeneralPath instead.
              Specified by:
              getWidth in interface PDFontLike
              @@ -660,6 +670,6 @@ implements Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.

              +

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

              - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFontType0.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFontType0.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFontType0.html index 158a030..2014a96 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFontType0.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFontType0.html @@ -513,7 +513,14 @@ extends IOException
              Description copied from interface: PDFontLike
              Returns the height of the given character, in glyph space. This can be expensive to - calculate. Results are only approximate.
              + calculate. Results are only approximate.

              + + Warning: This method is deprecated in PDFBox 2.0 because there is no meaningful value + which it can return. The PDFontLike.getWidth(int) method returns the advance width of a glyph, + but there is no corresponding advance height. The logical height of a character is the same + for every character in a font, so if you want that, retrieve the font bbox's height. + Otherwise if you want the visual bounds of the glyph then call getPath(..) on the appropriate + PDFont subclass to retrieve the glyph outline as a GeneralPath.
              Specified by:
              getHeight in interface PDFontLike
              @@ -608,6 +615,6 @@ extends -

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

              +

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

              - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFontType2.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFontType2.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFontType2.html index 455a428..ed4ebc0 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFontType2.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDFontType2.html @@ -147,6 +147,13 @@ extends Constructor. + +PDCIDFontType2(COSDictionary fontDictionary, + PDType0Font parent, + org.apache.fontbox.ttf.TrueTypeFont trueTypeFont) +
              Constructor.
              + +
            @@ -266,7 +273,7 @@ extends -
              + + + + +
                +
              • +

                PDCIDFontType2

                +
                public PDCIDFontType2(COSDictionary fontDictionary,
                +              PDType0Font parent,
                +              org.apache.fontbox.ttf.TrueTypeFont trueTypeFont)
                +               throws IOException
                +
                Constructor.
                +
                Parameters:
                fontDictionary - The font dictionary according to the PDF specification.
                parent - The parent font.
                trueTypeFont - The true type font used to create the parent font
                +
                Throws:
                +
                IOException
                +
              • +
            @@ -366,7 +389,14 @@ extends IOException
            Description copied from interface: PDFontLike
            Returns the height of the given character, in glyph space. This can be expensive to - calculate. Results are only approximate.
            + calculate. Results are only approximate.

            + + Warning: This method is deprecated in PDFBox 2.0 because there is no meaningful value + which it can return. The PDFontLike.getWidth(int) method returns the advance width of a glyph, + but there is no corresponding advance height. The logical height of a character is the same + for every character in a font, so if you want that, retrieve the font bbox's height. + Otherwise if you want the visual bounds of the glyph then call getPath(..) on the appropriate + PDFont subclass to retrieve the glyph outline as a GeneralPath.
            Specified by:
            getHeight in interface PDFontLike
            @@ -553,6 +583,6 @@ extends -

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

            +

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

            - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDSystemInfo.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDSystemInfo.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDSystemInfo.html index c3ac349..461e570 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDSystemInfo.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDCIDSystemInfo.html @@ -289,6 +289,6 @@ implements Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.

            +

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

            - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html index c26c8de..64b8b86 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html @@ -555,7 +555,10 @@ implements IOException
            Description copied from interface: PDFontLike
            -
            Returns the advance width of the given character, in glyph space.
            +
            Returns the advance width of the given character, in glyph space.

            + + If you want the visual bounds of the glyph then call getPath(..) on the appropriate + PDFont subclass to retrieve the glyph outline as a GeneralPath instead.
            Specified by:
            getWidth in interface PDFontLike
            @@ -620,7 +623,14 @@ implements IOException
            Description copied from interface: PDFontLike
            Returns the height of the given character, in glyph space. This can be expensive to - calculate. Results are only approximate.
            + calculate. Results are only approximate.

            + + Warning: This method is deprecated in PDFBox 2.0 because there is no meaningful value + which it can return. The PDFontLike.getWidth(int) method returns the advance width of a glyph, + but there is no corresponding advance height. The logical height of a character is the same + for every character in a font, so if you want that, retrieve the font bbox's height. + Otherwise if you want the visual bounds of the glyph then call getPath(..) on the appropriate + PDFont subclass to retrieve the glyph outline as a GeneralPath.
            Specified by:
            getHeight in interface PDFontLike
            @@ -1002,6 +1012,6 @@ implements Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.

            +

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

            - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontDescriptor.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontDescriptor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontDescriptor.html index 318bfab..26c230e 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontDescriptor.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontDescriptor.html @@ -259,7 +259,7 @@ implements float getMissingWidth() -
            This will get the missing width for the font.
            +
            This will get the missing width for the font from the /MissingWidth dictionary entry.
            @@ -288,245 +288,251 @@ implements boolean +hasMissingWidth() +
            Returns true if the missing widths entry is present in the font descriptor.
            + + + +boolean hasWidths()
            Returns true if widths are present in the font descriptor.
            - + boolean isAllCap()
            A convenience method that checks the flag bit.
            - + boolean isFixedPitch()
            A convenience method that checks the flag bit.
            - + boolean isForceBold()
            A convenience method that checks the flag bit.
            - + boolean isItalic()
            A convenience method that checks the flag bit.
            - + boolean isNonSymbolic()
            A convenience method that checks the flag bit.
            - + boolean isScript()
            A convenience method that checks the flag bit.
            - + boolean isSerif()
            A convenience method that checks the flag bit.
            - + boolean isSmallCap()
            A convenience method that checks the flag bit.
            - + boolean isSymbolic()
            A convenience method that checks the flag bit.
            - + void setAllCap(boolean flag)
            A convenience method that sets the flag bit.
            - + void setAscent(float ascent)
            This will set the ascent for the font.
            - + void setAverageWidth(float averageWidth)
            This will set the average width for the font.
            - + void setCapHeight(float capHeight)
            This will set the cap height for the font.
            - + void setCharacterSet(String charSet)
            This will set the character set for the font.
            - + void setCIDSet(PDStream stream)
            Set a stream containing a CIDSet.
            - + void setDescent(float descent)
            This will set the descent for the font.
            - + void setFixedPitch(boolean flag)
            A convenience method that sets the flag bit.
            - + void setFlags(int flags)
            This will set the font flags.
            - + void setFontBoundingBox(PDRectangle rect)
            Set the fonts bounding box.
            - + void setFontFamily(String fontFamily)
            This will set the font family.
            - + void setFontFile(PDStream type1Stream)
            Set the type 1 font program.
            - + void setFontFile2(PDStream ttfStream)
            Set the true type font program.
            - + void setFontFile3(PDStream stream)
            Set a stream containing a font program that is not true type or type 1.
            - + void setFontName(String fontName)
            This will set the font name.
            - + void setFontStretch(String fontStretch)
            This will set the font stretch.
            - + void setFontWeight(float fontWeight)
            Set the weight of the font.
            - + void setForceBold(boolean flag)
            A convenience method that sets the flag bit.
            - + void setItalic(boolean flag)
            A convenience method that sets the flag bit.
            - + void setItalicAngle(float angle)
            This will set the italic angle for the font.
            - + void setLeading(float leading)
            This will set the leading for the font.
            - + void setMaxWidth(float maxWidth)
            This will set the max width for the font.
            - + void setMissingWidth(float missingWidth)
            This will set the missing width for the font.
            - + void setNonSymbolic(boolean flag)
            A convenience method that sets the flag bit.
            - + void setScript(boolean flag)
            A convenience method that sets the flag bit.
            - + void setSerif(boolean flag)
            A convenience method that sets the flag bit.
            - + void setSmallCap(boolean flag)
            A convenience method that sets the flag bit.
            - + void setStemH(float stemH)
            This will set the stem H for the font.
            - + void setStemV(float stemV)
            This will set the stem V for the font.
            - + void setSymbolic(boolean flag)
            A convenience method that sets the flag bit.
            - + void setXHeight(float xHeight)
            This will set the x height for the font.
            @@ -1153,6 +1159,16 @@ implements Returns true if widths are present in the font descriptor.
          + + + +
            +
          • +

            hasMissingWidth

            +
            public boolean hasMissingWidth()
            +
            Returns true if the missing widths entry is present in the font descriptor.
            +
          • +
          @@ -1160,8 +1176,8 @@ implements

          getMissingWidth

          public float getMissingWidth()
          -
          This will get the missing width for the font.
          -
          Returns:
          The missing width value.
          +
          This will get the missing width for the font from the /MissingWidth dictionary entry.
          +
          Returns:
          The missing width value, or 0 if there is no such dictionary entry.
        @@ -1363,6 +1379,6 @@ implements Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.

        +

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

        - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontFactory.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontFactory.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontFactory.html index 8e6b9f0..4b474db 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontFactory.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontFactory.html @@ -248,6 +248,6 @@ extends Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.

        +

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

        - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontLike.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontLike.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontLike.html index 4c3d66b..c347c7e 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontLike.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDFontLike.html @@ -140,7 +140,9 @@ float getHeight(int code) -
        Returns the height of the given character, in glyph space.
        +
        Deprecated.  +
        Use #getBoundingBox().#getHeight(int) instead.
        +
        @@ -257,10 +259,19 @@
        • getHeight

          -
          float getHeight(int code)
          +
          @Deprecated
          +float getHeight(int code)
                           throws IOException
          +
          Deprecated. Use #getBoundingBox().#getHeight(int) instead.
          Returns the height of the given character, in glyph space. This can be expensive to - calculate. Results are only approximate.
          + calculate. Results are only approximate.

          + + Warning: This method is deprecated in PDFBox 2.0 because there is no meaningful value + which it can return. The getWidth(int) method returns the advance width of a glyph, + but there is no corresponding advance height. The logical height of a character is the same + for every character in a font, so if you want that, retrieve the font bbox's height. + Otherwise if you want the visual bounds of the glyph then call getPath(..) on the appropriate + PDFont subclass to retrieve the glyph outline as a GeneralPath.
          Parameters:
          code - character code
          Throws:
          IOException
          @@ -274,7 +285,10 @@

          getWidth

          float getWidth(int code)
                          throws IOException
          -
          Returns the advance width of the given character, in glyph space.
          +
          Returns the advance width of the given character, in glyph space.

          + + If you want the visual bounds of the glyph then call getPath(..) on the appropriate + PDFont subclass to retrieve the glyph outline as a GeneralPath instead.
          Parameters:
          code - character code
          Throws:
          IOException
          @@ -393,6 +407,6 @@ -

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

          +

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

          - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDMMType1Font.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDMMType1Font.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDMMType1Font.html index 9eb0a24..394f884 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDMMType1Font.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDMMType1Font.html @@ -191,7 +191,7 @@ extends

          Methods inherited from class org.apache.pdfbox.pdmodel.font.PDSimpleFont

          -addToSubset, getEncoding, getGlyphList, getInvertedEncoding, getStandard14Width, getSymbolicFlag, isFontSymbolic, isStandard14, isSymbolic , isVertical, readEncoding, subset, toUnicode, toUnicode, willBeSubset
        • +addToSubset, getEncoding, getGlyphList, getStandard14Width, getSymbolicFlag, isFontSymbolic, isStandard14, isSymbolic, isVertical, readEncoding, subset, toUnicode, toUnicode, willBeSubset
        • @@ -302,6 +302,6 @@ extends -

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

          +

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

          - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDPanose.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDPanose.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDPanose.html index de3c8c3..be28816 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDPanose.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDPanose.html @@ -278,6 +278,6 @@ extends Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.

          +

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

          - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDPanoseClassification.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDPanoseClassification.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDPanoseClassification.html index 28bb253..1948aa1 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDPanoseClassification.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDPanoseClassification.html @@ -93,19 +93,13 @@
          @@ -129,42 +123,46 @@ implements getArmStyle()  +byte[] +getBytes()  + + int getContrast()  - + int getFamilyKind()  - + int getLetterform()  - + int getMidline()  - + int getProportion()  - + int getSerifStyle()  - + int getStrokeVariation()  - + int getWeight()  - + int getXHeight()  - + String toString()  @@ -280,6 +278,15 @@ implements + + +
            +
          • +

            getBytes

            +
            public byte[] getBytes()
            +
          • +
          @@ -360,6 +367,6 @@ implements Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.

          +

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

          - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDSimpleFont.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDSimpleFont.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDSimpleFont.html index cd22dd5..5192ce9 100644 --- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDSimpleFont.html +++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/font/PDSimpleFont.html @@ -186,94 +186,88 @@ extends -protected Map<String,Integer> -getInvertedEncoding() -
          Inverts the font's Encoding.
          - - - abstract GeneralPath getPath(String name)
          Returns the path for the character with the given name.
          - + protected float getStandard14Width(int code)
          Returns the glyph width from the AFM if this is a Standard 14 font.
          - + protected Boolean getSymbolicFlag()
          Returns the value of the symbolic flag, allowing for the fact that the result may be indeterminate.
          - + abstract boolean hasGlyph(String name)
          Returns true if the font contains the character with the given name.
          - + protected Boolean isFontSymbolic()
          Internal implementation of isSymbolic, allowing for the fact that the result may be indeterminate.
          - + boolean isStandard14()
          Returns true if this font is one of the "Standard 14" fonts and receives special handling.
          - + boolean isSymbolic()
          Returns true the font is a symbolic (that is, it does not use the Adobe Standard Roman character set).
          - + boolean isVertical()
          Returns true if the font uses vertical writing mode.
          - + protected void readEncoding()
          Reads the Encoding from the Font dictionary or the embedded or substituted font file.
          - + protected abstract Encoding readEncodingFromFont()
          Called by readEncoding() if the encoding needs to be extracted from the font file.
          - + void subset()
          Replaces this font with a subset containing only the given Unicode characters.
          - + String toUnicode(int code)
          Returns the Unicode character sequence which corresponds to the given character code.
          - + String toUnicode(int code, GlyphList customGlyphList)
          Returns the Unicode character sequence which corresponds to the given character code.
          - + boolean willBeSubset()
          Returns true if this font will be subset when embedded.
          @@ -381,16 +375,6 @@ extends Returns the Encoding vector.
        - - - -
          -
        • -

          getInvertedEncoding

          -
          protected Map<String,Integer> getInvertedEncoding()
          -
          Inverts the font's Encoding. Any duplicate (Name -> Code) mappings will be lost.
          -
        • -
        @@ -661,6 +645,6 @@ extends -

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

        +

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

        - \ No newline at end of file +