From commits-return-12905-archive-asf-public=cust-asf.ponee.io@pdfbox.apache.org Tue Aug 14 10:08:28 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 CDA2018077B for ; Tue, 14 Aug 2018 10:08:25 +0200 (CEST) Received: (qmail 60352 invoked by uid 500); 14 Aug 2018 08:08:25 -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 60150 invoked by uid 99); 14 Aug 2018 08:08:24 -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; Tue, 14 Aug 2018 08:08:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DF2C8E0854; Tue, 14 Aug 2018 08:08:23 +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: Tue, 14 Aug 2018 08:08:27 -0000 Message-Id: <0121bc55fb8840fa889f5a1f6b71830b@git.apache.org> In-Reply-To: <7a1ba0dcb1be4d2cab650fdba22669d6@git.apache.org> References: <7a1ba0dcb1be4d2cab650fdba22669d6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/53] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for 2.0.9, 2.0.10, 2.0.11 http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/dd18b3e2/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/MacFontDirFinder.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/MacFontDirFinder.html b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/MacFontDirFinder.html new file mode 100644 index 0000000..387fe31 --- /dev/null +++ b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/MacFontDirFinder.html @@ -0,0 +1,299 @@ + + + + + + +MacFontDirFinder (PDFBox reactor 2.0.10 API) + + + + + + + + + + + +
+
org.apache.fontbox.util.autodetect
+

Class MacFontDirFinder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    FontDirFinder
    +
    +
    +
    +
    public class MacFontDirFinder
    +extends NativeFontDirFinder
    +
    Mac font directory finder. This class is based on a class provided by Apache FOP. see + org.apache.fop.fonts.autodetect.MacFontDirFinder
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MacFontDirFinder

        +
        public MacFontDirFinder()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSearchableDirectories

        +
        protected String[] getSearchableDirectories()
        +
        Some guesses at possible unix font directory locations.
        +
        +
        Specified by:
        +
        getSearchableDirectories in class NativeFontDirFinder
        +
        Returns:
        +
        a array of possible font directory locations
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/dd18b3e2/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/NativeFontDirFinder.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/NativeFontDirFinder.html b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/NativeFontDirFinder.html new file mode 100644 index 0000000..e478a2f --- /dev/null +++ b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/NativeFontDirFinder.html @@ -0,0 +1,312 @@ + + + + + + +NativeFontDirFinder (PDFBox reactor 2.0.10 API) + + + + + + + + + + + +
+
org.apache.fontbox.util.autodetect
+

Class NativeFontDirFinder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.fontbox.util.autodetect.NativeFontDirFinder
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NativeFontDirFinder

        +
        public NativeFontDirFinder()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        find

        +
        public List<File> find()
        +
        Generic method used by Mac and Unix font finders.
        +
        +
        Specified by:
        +
        find in interface FontDirFinder
        +
        Returns:
        +
        list of natively existing font directories list of font files.
        +
        +
      • +
      + + + +
        +
      • +

        getSearchableDirectories

        +
        protected abstract String[] getSearchableDirectories()
        +
        Returns an array of directories to search for fonts in.
        +
        +
        Returns:
        +
        an array of directories
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/dd18b3e2/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/OS400FontDirFinder.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/OS400FontDirFinder.html b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/OS400FontDirFinder.html new file mode 100644 index 0000000..81ef7a2 --- /dev/null +++ b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/OS400FontDirFinder.html @@ -0,0 +1,299 @@ + + + + + + +OS400FontDirFinder (PDFBox reactor 2.0.10 API) + + + + + + + + + + + +
+
org.apache.fontbox.util.autodetect
+

Class OS400FontDirFinder

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        OS400FontDirFinder

        +
        public OS400FontDirFinder()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/dd18b3e2/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/UnixFontDirFinder.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/UnixFontDirFinder.html b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/UnixFontDirFinder.html new file mode 100644 index 0000000..90bd323 --- /dev/null +++ b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/UnixFontDirFinder.html @@ -0,0 +1,299 @@ + + + + + + +UnixFontDirFinder (PDFBox reactor 2.0.10 API) + + + + + + + + + + + +
+
org.apache.fontbox.util.autodetect
+

Class UnixFontDirFinder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    FontDirFinder
    +
    +
    +
    +
    public class UnixFontDirFinder
    +extends NativeFontDirFinder
    +
    Unix font directory finder. This class is based on a class provided by Apache FOP. see + org.apache.fop.fonts.autodetect.UnixFontDirFinder
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UnixFontDirFinder

        +
        public UnixFontDirFinder()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSearchableDirectories

        +
        protected String[] getSearchableDirectories()
        +
        Some guesses at possible unix font directory locations.
        +
        +
        Specified by:
        +
        getSearchableDirectories in class NativeFontDirFinder
        +
        Returns:
        +
        a list of possible font locations
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/dd18b3e2/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/WindowsFontDirFinder.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/WindowsFontDirFinder.html b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/WindowsFontDirFinder.html new file mode 100644 index 0000000..f7e8ff4 --- /dev/null +++ b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/WindowsFontDirFinder.html @@ -0,0 +1,288 @@ + + + + + + +WindowsFontDirFinder (PDFBox reactor 2.0.10 API) + + + + + + + + + + + +
+
org.apache.fontbox.util.autodetect
+

Class WindowsFontDirFinder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.fontbox.util.autodetect.WindowsFontDirFinder
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    FontDirFinder
    +
    +
    +
    +
    public class WindowsFontDirFinder
    +extends Object
    +implements FontDirFinder
    +
    FontFinder for native Windows platforms. This class is based on a class provided by Apache FOP. see + org.apache.fop.fonts.autodetect.WindowsFontDirFinder
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        WindowsFontDirFinder

        +
        public WindowsFontDirFinder()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        find

        +
        public List<File> find()
        +
        Finds a list of font files.
        +
        +
        Specified by:
        +
        find in interface FontDirFinder
        +
        Returns:
        +
        a list of detected font files
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/dd18b3e2/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/class-use/FontDirFinder.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/class-use/FontDirFinder.html b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/class-use/FontDirFinder.html new file mode 100644 index 0000000..7ae1c0a --- /dev/null +++ b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/class-use/FontDirFinder.html @@ -0,0 +1,193 @@ + + + + + + +Uses of Interface org.apache.fontbox.util.autodetect.FontDirFinder (PDFBox reactor 2.0.10 API) + + + + + + + + + + +
+

Uses of Interface
org.apache.fontbox.util.autodetect.FontDirFinder

+
+
+ +
+ + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/dd18b3e2/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/class-use/FontFileFinder.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/class-use/FontFileFinder.html b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/class-use/FontFileFinder.html new file mode 100644 index 0000000..88ba501 --- /dev/null +++ b/content/docs/2.0.10/javadocs/org/apache/fontbox/util/autodetect/class-use/FontFileFinder.html @@ -0,0 +1,125 @@ + + + + + + +Uses of Class org.apache.fontbox.util.autodetect.FontFileFinder (PDFBox reactor 2.0.10 API) + + + + + + + + + + +
+

Uses of Class
org.apache.fontbox.util.autodetect.FontFileFinder

+
+
No usage of org.apache.fontbox.util.autodetect.FontFileFinder
+ + + + +

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

+ +