Author: msahyoun
Date: Thu Mar 13 19:04:11 2014
New Revision: 1577287

URL: http://svn.apache.org/r1577287
Log:
Fix description for getFontHeight

Modified:
    
pdfbox/cmssite/trunk/content/docs/1.8.2/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html
    
pdfbox/cmssite/trunk/content/docs/1.8.3/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html
    
pdfbox/cmssite/trunk/content/docs/1.8.4/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html

Modified: 
pdfbox/cmssite/trunk/content/docs/1.8.2/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html
URL: 
http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/1.8.2/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html?rev=1577287&r1=1577286&r2=1577287&view=diff
==============================================================================
--- 
pdfbox/cmssite/trunk/content/docs/1.8.2/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html
 (original)
+++ 
pdfbox/cmssite/trunk/content/docs/1.8.2/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html
 Thu Mar 13 19:04:11 2014
@@ -341,7 +341,7 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/pdfbox/pdmodel/font/PDFont.html#getFontHeight(byte[],
 int, int)">getFontHeight</a></strong>(byte[]&nbsp;c,
              int&nbsp;offset,
              int&nbsp;length)</code>
-<div class="block">This will get the font width for a character.</div>
+<div class="block">This will get the font height for a character.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -694,9 +694,9 @@ implements <a href="../../../../../org/a
                   int&nbsp;offset,
                   int&nbsp;length)
                              throws <a 
href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block">This will get the font width for a character.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - The 
character code to get the width for.</dd><dd><code>offset</code> - The offset 
into the array.</dd><dd><code>length</code> - The length of the data.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The width is in 1000 unit of 
text space, ie 333 or 777</dd>
+<div class="block">This will get the font height for a character.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - The 
character code to get the height for.</dd><dd><code>offset</code> - The offset 
into the array.</dd><dd><code>length</code> - The length of the data.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>The height is in 1000 unit of 
text space, ie 333 or 777</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a 
href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - If an error 
occurs while parsing.</dd></dl>
 </li>

Modified: 
pdfbox/cmssite/trunk/content/docs/1.8.3/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html
URL: 
http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/1.8.3/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html?rev=1577287&r1=1577286&r2=1577287&view=diff
==============================================================================
--- 
pdfbox/cmssite/trunk/content/docs/1.8.3/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html
 (original)
+++ 
pdfbox/cmssite/trunk/content/docs/1.8.3/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html
 Thu Mar 13 19:04:11 2014
@@ -339,7 +339,7 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/pdfbox/pdmodel/font/PDFont.html#getFontHeight(byte[],
 int, int)">getFontHeight</a></strong>(byte[]&nbsp;c,
              int&nbsp;offset,
              int&nbsp;length)</code>
-<div class="block">This will get the font width for a character.</div>
+<div class="block">This will get the font height for a character.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -710,9 +710,9 @@ implements <a href="../../../../../org/a
                   int&nbsp;offset,
                   int&nbsp;length)
                              throws <a 
href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block">This will get the font width for a character.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - The 
character code to get the width for.</dd><dd><code>offset</code> - The offset 
into the array.</dd><dd><code>length</code> - The length of the data.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The width is in 1000 unit of 
text space, ie 333 or 777</dd>
+<div class="block">This will get the font height for a character.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - The 
character code to get the height for.</dd><dd><code>offset</code> - The offset 
into the array.</dd><dd><code>length</code> - The length of the data.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>The height is in 1000 unit of 
text space, ie 333 or 777</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a 
href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - If an error 
occurs while parsing.</dd></dl>
 </li>

Modified: 
pdfbox/cmssite/trunk/content/docs/1.8.4/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html
URL: 
http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/1.8.4/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html?rev=1577287&r1=1577286&r2=1577287&view=diff
==============================================================================
--- 
pdfbox/cmssite/trunk/content/docs/1.8.4/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html
 (original)
+++ 
pdfbox/cmssite/trunk/content/docs/1.8.4/javadocs/org/apache/pdfbox/pdmodel/font/PDFont.html
 Thu Mar 13 19:04:11 2014
@@ -339,7 +339,7 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/pdfbox/pdmodel/font/PDFont.html#getFontHeight(byte[],
 int, int)">getFontHeight</a></strong>(byte[]&nbsp;c,
              int&nbsp;offset,
              int&nbsp;length)</code>
-<div class="block">This will get the font width for a character.</div>
+<div class="block">This will get the font height for a character.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -710,9 +710,9 @@ implements <a href="../../../../../org/a
                   int&nbsp;offset,
                   int&nbsp;length)
                              throws <a 
href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block">This will get the font width for a character.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - The 
character code to get the width for.</dd><dd><code>offset</code> - The offset 
into the array.</dd><dd><code>length</code> - The length of the data.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The width is in 1000 unit of 
text space, ie 333 or 777</dd>
+<div class="block">This will get the font height for a character.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - The 
character code to get the height for.</dd><dd><code>offset</code> - The offset 
into the array.</dd><dd><code>length</code> - The length of the data.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>The height is in 1000 unit of 
text space, ie 333 or 777</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a 
href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - If an error 
occurs while parsing.</dd></dl>
 </li>


Reply via email to