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 C7E69200D34 for ; Fri, 3 Nov 2017 11:21:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C65EC160BFB; Fri, 3 Nov 2017 10:21: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 E5A3B160C0E for ; Fri, 3 Nov 2017 11:21:31 +0100 (CET) Received: (qmail 80176 invoked by uid 500); 3 Nov 2017 10:21: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 79926 invoked by uid 99); 3 Nov 2017 10:21:30 -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:21:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3649DF5DC2; Fri, 3 Nov 2017 10:21:29 +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:21:50 -0000 Message-Id: In-Reply-To: <8d51090b0d614dffade4fe25fdc900ac@git.apache.org> References: <8d51090b0d614dffade4fe25fdc900ac@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/51] [partial] pdfbox-docs git commit: PDFBOX-3989: rearrange 2.0.8 javadoc archived-at: Fri, 03 Nov 2017 10:21:35 -0000 http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/0450eb07/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/HeaderTable.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/HeaderTable.html b/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/HeaderTable.html new file mode 100644 index 0000000..1bb5803 --- /dev/null +++ b/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/HeaderTable.html @@ -0,0 +1,803 @@ + + + + + +HeaderTable (PDFBox reactor 2.0.8 API) + + + + + + + + + + +
+
org.apache.fontbox.ttf
+

Class HeaderTable

+
+
+ +
+
    +
  • +
    +
    +
    public class HeaderTable
    +extends TTFTable
    +
    A table in a true type font.
    +
    Author:
    +
    Ben Litchfield
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        public void read(TrueTypeFont ttf,
        +        org.apache.fontbox.ttf.TTFDataStream data)
        +          throws IOException
        +
        This will read the required data from the stream.
        +
        Parameters:
        ttf - The font that is being read.
        data - The stream to read the data from.
        +
        Throws:
        +
        IOException - If there is an error reading the data.
        +
      • +
      + + + +
        +
      • +

        getCheckSumAdjustment

        +
        public long getCheckSumAdjustment()
        +
        Returns:
        Returns the checkSumAdjustment.
        +
      • +
      + + + +
        +
      • +

        setCheckSumAdjustment

        +
        public void setCheckSumAdjustment(long checkSumAdjustmentValue)
        +
        Parameters:
        checkSumAdjustmentValue - The checkSumAdjustment to set.
        +
      • +
      + + + +
        +
      • +

        getCreated

        +
        public Calendar getCreated()
        +
        Returns:
        Returns the created.
        +
      • +
      + + + +
        +
      • +

        setCreated

        +
        public void setCreated(Calendar createdValue)
        +
        Parameters:
        createdValue - The created to set.
        +
      • +
      + + + +
        +
      • +

        getFlags

        +
        public int getFlags()
        +
        Returns:
        Returns the flags.
        +
      • +
      + + + +
        +
      • +

        setFlags

        +
        public void setFlags(int flagsValue)
        +
        Parameters:
        flagsValue - The flags to set.
        +
      • +
      + + + +
        +
      • +

        getFontDirectionHint

        +
        public short getFontDirectionHint()
        +
        Returns:
        Returns the fontDirectionHint.
        +
      • +
      + + + +
        +
      • +

        setFontDirectionHint

        +
        public void setFontDirectionHint(short fontDirectionHintValue)
        +
        Parameters:
        fontDirectionHintValue - The fontDirectionHint to set.
        +
      • +
      + + + +
        +
      • +

        getFontRevision

        +
        public float getFontRevision()
        +
        Returns:
        Returns the fontRevision.
        +
      • +
      + + + +
        +
      • +

        setFontRevision

        +
        public void setFontRevision(float fontRevisionValue)
        +
        Parameters:
        fontRevisionValue - The fontRevision to set.
        +
      • +
      + + + +
        +
      • +

        getGlyphDataFormat

        +
        public short getGlyphDataFormat()
        +
        Returns:
        Returns the glyphDataFormat.
        +
      • +
      + + + +
        +
      • +

        setGlyphDataFormat

        +
        public void setGlyphDataFormat(short glyphDataFormatValue)
        +
        Parameters:
        glyphDataFormatValue - The glyphDataFormat to set.
        +
      • +
      + + + +
        +
      • +

        getIndexToLocFormat

        +
        public short getIndexToLocFormat()
        +
        Returns:
        Returns the indexToLocFormat.
        +
      • +
      + + + +
        +
      • +

        setIndexToLocFormat

        +
        public void setIndexToLocFormat(short indexToLocFormatValue)
        +
        Parameters:
        indexToLocFormatValue - The indexToLocFormat to set.
        +
      • +
      + + + +
        +
      • +

        getLowestRecPPEM

        +
        public int getLowestRecPPEM()
        +
        Returns:
        Returns the lowestRecPPEM.
        +
      • +
      + + + +
        +
      • +

        setLowestRecPPEM

        +
        public void setLowestRecPPEM(int lowestRecPPEMValue)
        +
        Parameters:
        lowestRecPPEMValue - The lowestRecPPEM to set.
        +
      • +
      + + + +
        +
      • +

        getMacStyle

        +
        public int getMacStyle()
        +
        Returns:
        Returns the macStyle.
        +
      • +
      + + + +
        +
      • +

        setMacStyle

        +
        public void setMacStyle(int macStyleValue)
        +
        Parameters:
        macStyleValue - The macStyle to set.
        +
      • +
      + + + +
        +
      • +

        getMagicNumber

        +
        public long getMagicNumber()
        +
        Returns:
        Returns the magicNumber.
        +
      • +
      + + + +
        +
      • +

        setMagicNumber

        +
        public void setMagicNumber(long magicNumberValue)
        +
        Parameters:
        magicNumberValue - The magicNumber to set.
        +
      • +
      + + + +
        +
      • +

        getModified

        +
        public Calendar getModified()
        +
        Returns:
        Returns the modified.
        +
      • +
      + + + +
        +
      • +

        setModified

        +
        public void setModified(Calendar modifiedValue)
        +
        Parameters:
        modifiedValue - The modified to set.
        +
      • +
      + + + +
        +
      • +

        getUnitsPerEm

        +
        public int getUnitsPerEm()
        +
        Returns:
        Returns the unitsPerEm.
        +
      • +
      + + + +
        +
      • +

        setUnitsPerEm

        +
        public void setUnitsPerEm(int unitsPerEmValue)
        +
        Parameters:
        unitsPerEmValue - The unitsPerEm to set.
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public float getVersion()
        +
        Returns:
        Returns the version.
        +
      • +
      + + + +
        +
      • +

        setVersion

        +
        public void setVersion(float versionValue)
        +
        Parameters:
        versionValue - The version to set.
        +
      • +
      + + + +
        +
      • +

        getXMax

        +
        public short getXMax()
        +
        Returns:
        Returns the xMax.
        +
      • +
      + + + +
        +
      • +

        setXMax

        +
        public void setXMax(short maxValue)
        +
        Parameters:
        maxValue - The xMax to set.
        +
      • +
      + + + +
        +
      • +

        getXMin

        +
        public short getXMin()
        +
        Returns:
        Returns the xMin.
        +
      • +
      + + + +
        +
      • +

        setXMin

        +
        public void setXMin(short minValue)
        +
        Parameters:
        minValue - The xMin to set.
        +
      • +
      + + + +
        +
      • +

        getYMax

        +
        public short getYMax()
        +
        Returns:
        Returns the yMax.
        +
      • +
      + + + +
        +
      • +

        setYMax

        +
        public void setYMax(short maxValue)
        +
        Parameters:
        maxValue - The yMax to set.
        +
      • +
      + + + +
        +
      • +

        getYMin

        +
        public short getYMin()
        +
        Returns:
        Returns the yMin.
        +
      • +
      + + + +
        +
      • +

        setYMin

        +
        public void setYMin(short minValue)
        +
        Parameters:
        minValue - The yMin to set.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/0450eb07/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/HorizontalHeaderTable.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/HorizontalHeaderTable.html b/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/HorizontalHeaderTable.html new file mode 100644 index 0000000..eb52a38 --- /dev/null +++ b/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/HorizontalHeaderTable.html @@ -0,0 +1,769 @@ + + + + + +HorizontalHeaderTable (PDFBox reactor 2.0.8 API) + + + + + + + + + + +
+
org.apache.fontbox.ttf
+

Class HorizontalHeaderTable

+
+
+ +
+
    +
  • +
    +
    +
    public class HorizontalHeaderTable
    +extends TTFTable
    +
    A table in a true type font.
    +
    Author:
    +
    Ben Litchfield
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        public void read(TrueTypeFont ttf,
        +        org.apache.fontbox.ttf.TTFDataStream data)
        +          throws IOException
        +
        This will read the required data from the stream.
        +
        Parameters:
        ttf - The font that is being read.
        data - The stream to read the data from.
        +
        Throws:
        +
        IOException - If there is an error reading the data.
        +
      • +
      + + + +
        +
      • +

        getAdvanceWidthMax

        +
        public int getAdvanceWidthMax()
        +
        Returns:
        Returns the advanceWidthMax.
        +
      • +
      + + + +
        +
      • +

        setAdvanceWidthMax

        +
        public void setAdvanceWidthMax(int advanceWidthMaxValue)
        +
        Parameters:
        advanceWidthMaxValue - The advanceWidthMax to set.
        +
      • +
      + + + +
        +
      • +

        getAscender

        +
        public short getAscender()
        +
        Returns:
        Returns the ascender.
        +
      • +
      + + + +
        +
      • +

        setAscender

        +
        public void setAscender(short ascenderValue)
        +
        Parameters:
        ascenderValue - The ascender to set.
        +
      • +
      + + + +
        +
      • +

        getCaretSlopeRise

        +
        public short getCaretSlopeRise()
        +
        Returns:
        Returns the caretSlopeRise.
        +
      • +
      + + + +
        +
      • +

        setCaretSlopeRise

        +
        public void setCaretSlopeRise(short caretSlopeRiseValue)
        +
        Parameters:
        caretSlopeRiseValue - The caretSlopeRise to set.
        +
      • +
      + + + +
        +
      • +

        getCaretSlopeRun

        +
        public short getCaretSlopeRun()
        +
        Returns:
        Returns the caretSlopeRun.
        +
      • +
      + + + +
        +
      • +

        setCaretSlopeRun

        +
        public void setCaretSlopeRun(short caretSlopeRunValue)
        +
        Parameters:
        caretSlopeRunValue - The caretSlopeRun to set.
        +
      • +
      + + + +
        +
      • +

        getDescender

        +
        public short getDescender()
        +
        Returns:
        Returns the descender.
        +
      • +
      + + + +
        +
      • +

        setDescender

        +
        public void setDescender(short descenderValue)
        +
        Parameters:
        descenderValue - The descender to set.
        +
      • +
      + + + +
        +
      • +

        getLineGap

        +
        public short getLineGap()
        +
        Returns:
        Returns the lineGap.
        +
      • +
      + + + +
        +
      • +

        setLineGap

        +
        public void setLineGap(short lineGapValue)
        +
        Parameters:
        lineGapValue - The lineGap to set.
        +
      • +
      + + + +
        +
      • +

        getMetricDataFormat

        +
        public short getMetricDataFormat()
        +
        Returns:
        Returns the metricDataFormat.
        +
      • +
      + + + +
        +
      • +

        setMetricDataFormat

        +
        public void setMetricDataFormat(short metricDataFormatValue)
        +
        Parameters:
        metricDataFormatValue - The metricDataFormat to set.
        +
      • +
      + + + +
        +
      • +

        getMinLeftSideBearing

        +
        public short getMinLeftSideBearing()
        +
        Returns:
        Returns the minLeftSideBearing.
        +
      • +
      + + + +
        +
      • +

        setMinLeftSideBearing

        +
        public void setMinLeftSideBearing(short minLeftSideBearingValue)
        +
        Parameters:
        minLeftSideBearingValue - The minLeftSideBearing to set.
        +
      • +
      + + + +
        +
      • +

        getMinRightSideBearing

        +
        public short getMinRightSideBearing()
        +
        Returns:
        Returns the minRightSideBearing.
        +
      • +
      + + + +
        +
      • +

        setMinRightSideBearing

        +
        public void setMinRightSideBearing(short minRightSideBearingValue)
        +
        Parameters:
        minRightSideBearingValue - The minRightSideBearing to set.
        +
      • +
      + + + +
        +
      • +

        getNumberOfHMetrics

        +
        public int getNumberOfHMetrics()
        +
        Returns:
        Returns the numberOfHMetrics.
        +
      • +
      + + + +
        +
      • +

        setNumberOfHMetrics

        +
        public void setNumberOfHMetrics(int numberOfHMetricsValue)
        +
        Parameters:
        numberOfHMetricsValue - The numberOfHMetrics to set.
        +
      • +
      + + + +
        +
      • +

        getReserved1

        +
        public short getReserved1()
        +
        Returns:
        Returns the reserved1.
        +
      • +
      + + + +
        +
      • +

        setReserved1

        +
        public void setReserved1(short reserved1Value)
        +
        Parameters:
        reserved1Value - The reserved1 to set.
        +
      • +
      + + + +
        +
      • +

        getReserved2

        +
        public short getReserved2()
        +
        Returns:
        Returns the reserved2.
        +
      • +
      + + + +
        +
      • +

        setReserved2

        +
        public void setReserved2(short reserved2Value)
        +
        Parameters:
        reserved2Value - The reserved2 to set.
        +
      • +
      + + + +
        +
      • +

        getReserved3

        +
        public short getReserved3()
        +
        Returns:
        Returns the reserved3.
        +
      • +
      + + + +
        +
      • +

        setReserved3

        +
        public void setReserved3(short reserved3Value)
        +
        Parameters:
        reserved3Value - The reserved3 to set.
        +
      • +
      + + + +
        +
      • +

        getReserved4

        +
        public short getReserved4()
        +
        Returns:
        Returns the reserved4.
        +
      • +
      + + + +
        +
      • +

        setReserved4

        +
        public void setReserved4(short reserved4Value)
        +
        Parameters:
        reserved4Value - The reserved4 to set.
        +
      • +
      + + + +
        +
      • +

        getReserved5

        +
        public short getReserved5()
        +
        Returns:
        Returns the reserved5.
        +
      • +
      + + + +
        +
      • +

        setReserved5

        +
        public void setReserved5(short reserved5Value)
        +
        Parameters:
        reserved5Value - The reserved5 to set.
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public float getVersion()
        +
        Returns:
        Returns the version.
        +
      • +
      + + + +
        +
      • +

        setVersion

        +
        public void setVersion(float versionValue)
        +
        Parameters:
        versionValue - The version to set.
        +
      • +
      + + + +
        +
      • +

        getXMaxExtent

        +
        public short getXMaxExtent()
        +
        Returns:
        Returns the xMaxExtent.
        +
      • +
      + + + +
        +
      • +

        setXMaxExtent

        +
        public void setXMaxExtent(short maxExtentValue)
        +
        Parameters:
        maxExtentValue - The xMaxExtent to set.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/0450eb07/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/HorizontalMetricsTable.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/HorizontalMetricsTable.html b/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/HorizontalMetricsTable.html new file mode 100644 index 0000000..4cd4349 --- /dev/null +++ b/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/HorizontalMetricsTable.html @@ -0,0 +1,327 @@ + + + + + +HorizontalMetricsTable (PDFBox reactor 2.0.8 API) + + + + + + + + + + +
+
org.apache.fontbox.ttf
+

Class HorizontalMetricsTable

+
+
+ +
+
    +
  • +
    +
    +
    public class HorizontalMetricsTable
    +extends TTFTable
    +
    A table in a true type font.
    +
    Author:
    +
    Ben Litchfield
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        public void read(TrueTypeFont ttf,
        +        org.apache.fontbox.ttf.TTFDataStream data)
        +          throws IOException
        +
        This will read the required data from the stream.
        +
        Parameters:
        ttf - The font that is being read.
        data - The stream to read the data from.
        +
        Throws:
        +
        IOException - If there is an error reading the data.
        +
      • +
      + + + +
        +
      • +

        getAdvanceWidth

        +
        public int getAdvanceWidth(int gid)
        +
        Returns the advance width for the given GID.
        +
        Parameters:
        gid - GID
        +
      • +
      + + + +
        +
      • +

        getLeftSideBearing

        +
        public int getLeftSideBearing(int gid)
        +
        Returns the left side bearing for the given GID.
        +
        Parameters:
        gid - GID
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ +