You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2017/11/03 07:43:54 UTC

[17/51] [partial] pdfbox-docs git commit: PDFBOX-3989: add javadoc for 2.0.8

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/44c0d0d2/content/docs/2.0.8/org/apache/fontbox/ttf/TrueTypeFont.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.8/org/apache/fontbox/ttf/TrueTypeFont.html b/content/docs/2.0.8/org/apache/fontbox/ttf/TrueTypeFont.html
new file mode 100644
index 0000000..4cb06e6
--- /dev/null
+++ b/content/docs/2.0.8/org/apache/fontbox/ttf/TrueTypeFont.html
@@ -0,0 +1,991 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>TrueTypeFont (PDFBox reactor 2.0.8 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="TrueTypeFont (PDFBox reactor 2.0.8 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/TrueTypeFont.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/fontbox/ttf/TrueTypeCollection.TrueTypeFontProcessor.html" title="interface in org.apache.fontbox.ttf"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/fontbox/ttf/TTFParser.html" title="class in org.apache.fontbox.ttf"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/fontbox/ttf/TrueTypeFont.html" target="_top">Frames</a></li>
+<li><a href="TrueTypeFont.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.fontbox.ttf</div>
+<h2 title="Class TrueTypeFont" class="title">Class TrueTypeFont</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.fontbox.ttf.TrueTypeFont</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a>, <a href="../../../../org/apache/fontbox/FontBoxFont.html" title="interface in org.apache.fontbox">FontBoxFont</a></dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../org/apache/fontbox/ttf/OpenTypeFont.html" title="class in org.apache.fontbox.ttf">OpenTypeFont</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">TrueTypeFont</span>
+extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
+implements <a href="../../../../org/apache/fontbox/FontBoxFont.html" title="interface in org.apache.fontbox">FontBoxFont</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></pre>
+<div class="block">A TrueType font file.</div>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Ben Litchfield</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">TTFTable</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#tables">tables</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#close()">close</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getAdvanceHeight(int)">getAdvanceHeight</a></strong>(int&nbsp;gid)</code>
+<div class="block">Returns the height for the given GID.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getAdvanceWidth(int)">getAdvanceWidth</a></strong>(int&nbsp;gid)</code>
+<div class="block">Returns the width for the given GID.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/CmapTable.html" title="class in org.apache.fontbox.ttf">CmapTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getCmap()">getCmap</a></strong>()</code>
+<div class="block">Get the "cmap" table for this TTF.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/util/BoundingBox.html" title="class in org.apache.fontbox.util">BoundingBox</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getFontBBox()">getFontBBox</a></strong>()</code>
+<div class="block">Returns the font's bounding box in PostScript units.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getFontMatrix()">getFontMatrix</a></strong>()</code>
+<div class="block">Returns the FontMatrix in PostScript units.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/GlyphTable.html" title="class in org.apache.fontbox.ttf">GlyphTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getGlyph()">getGlyph</a></strong>()</code>
+<div class="block">Get the glyf table for this TTF.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/HeaderTable.html" title="class in org.apache.fontbox.ttf">HeaderTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getHeader()">getHeader</a></strong>()</code>
+<div class="block">Get the head table for this TTF.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/HorizontalHeaderTable.html" title="class in org.apache.fontbox.ttf">HorizontalHeaderTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getHorizontalHeader()">getHorizontalHeader</a></strong>()</code>
+<div class="block">Get the hhea table for this TTF.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/HorizontalMetricsTable.html" title="class in org.apache.fontbox.ttf">HorizontalMetricsTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getHorizontalMetrics()">getHorizontalMetrics</a></strong>()</code>
+<div class="block">Get the hmtx table for this TTF.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/IndexToLocationTable.html" title="class in org.apache.fontbox.ttf">IndexToLocationTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getIndexToLocation()">getIndexToLocation</a></strong>()</code>
+<div class="block">Get the loca table for this TTF.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/KerningTable.html" title="class in org.apache.fontbox.ttf">KerningTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getKerning()">getKerning</a></strong>()</code>
+<div class="block">Get the "kern" table for this TTF.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/MaximumProfileTable.html" title="class in org.apache.fontbox.ttf">MaximumProfileTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getMaximumProfile()">getMaximumProfile</a></strong>()</code>
+<div class="block">Get the maxp table for this TTF.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getName()">getName</a></strong>()</code>
+<div class="block">The PostScript name of the font.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/NamingTable.html" title="class in org.apache.fontbox.ttf">NamingTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getNaming()">getNaming</a></strong>()</code>
+<div class="block">This will get the naming table for the true type font.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getNumberOfGlyphs()">getNumberOfGlyphs</a></strong>()</code>
+<div class="block">Returns the number of glyphs (MaximumProfile.numGlyphs).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getOriginalData()">getOriginalData</a></strong>()</code>
+<div class="block">Get the data of the TrueType Font
+ program representing the stream used to build this 
+ object (normally from the TTFParser object).</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getOriginalDataSize()">getOriginalDataSize</a></strong>()</code>
+<div class="block">Get the data size of the TrueType Font program representing the stream used to build this
+ object (normally from the TTFParser object).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/OS2WindowsMetricsTable.html" title="class in org.apache.fontbox.ttf">OS2WindowsMetricsTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getOS2Windows()">getOS2Windows</a></strong>()</code>
+<div class="block">Get the OS/2 table for this TTF.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/awt/geom/GeneralPath.html?is-external=true" title="class or interface in java.awt.geom">GeneralPath</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getPath(java.lang.String)">getPath</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Returns the path for the character with the given name.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/PostScriptTable.html" title="class in org.apache.fontbox.ttf">PostScriptTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getPostScript()">getPostScript</a></strong>()</code>
+<div class="block">Get the postscript table for this TTF.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">TTFTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getTable(java.lang.String)">getTable</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tag)</code>
+<div class="block">This will get the table for the given tag.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getTableBytes(org.apache.fontbox.ttf.TTFTable)">getTableBytes</a></strong>(<a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">TTFTable</a>&nbsp;table)</code>
+<div class="block">Returns the raw bytes of the given table.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">TTFTable</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getTableMap()">getTableMap</a></strong>()</code>
+<div class="block">Get all of the tables.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">TTFTable</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getTables()">getTables</a></strong>()</code>
+<div class="block">Get all of the tables.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/CmapSubtable.html" title="class in org.apache.fontbox.ttf">CmapSubtable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getUnicodeCmap()">getUnicodeCmap</a></strong>()</code>
+<div class="block">Returns the best Unicode from the font (the most general).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/CmapSubtable.html" title="class in org.apache.fontbox.ttf">CmapSubtable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getUnicodeCmap(boolean)">getUnicodeCmap</a></strong>(boolean&nbsp;isStrict)</code>
+<div class="block">Returns the best Unicode from the font (the most general).</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getUnitsPerEm()">getUnitsPerEm</a></strong>()</code>
+<div class="block">Returns the units per EM (Header.unitsPerEm).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>float</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getVersion()">getVersion</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html" title="class in org.apache.fontbox.ttf">VerticalHeaderTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getVerticalHeader()">getVerticalHeader</a></strong>()</code>
+<div class="block">Get the vhea table for this TTF.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/VerticalMetricsTable.html" title="class in org.apache.fontbox.ttf">VerticalMetricsTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getVerticalMetrics()">getVerticalMetrics</a></strong>()</code>
+<div class="block">Get the vmtx table for this TTF.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/fontbox/ttf/VerticalOriginTable.html" title="class in org.apache.fontbox.ttf">VerticalOriginTable</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getVerticalOrigin()">getVerticalOrigin</a></strong>()</code>
+<div class="block">Get the VORG table for this TTF.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>float</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#getWidth(java.lang.String)">getWidth</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Returns the advance width for the character with the given name.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#hasGlyph(java.lang.String)">hasGlyph</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Returns true if the font contains the given glyph.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#nameToGID(java.lang.String)">nameToGID</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Returns the GID for the given PostScript name, if the "post" table is present.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html#toString()">toString</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="tables">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>tables</h4>
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">TTFTable</a>&gt; tables</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="close()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>close</h4>
+<pre>public&nbsp;void&nbsp;close()
+           throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true#close()" title="class or interface in java.io">close</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></code></dd>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true#close()" title="class or interface in java.lang">close</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+</li>
+</ul>
+<a name="getVersion()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getVersion</h4>
+<pre>public&nbsp;float&nbsp;getVersion()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the version.</dd></dl>
+</li>
+</ul>
+<a name="getTables()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTables</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">TTFTable</a>&gt;&nbsp;getTables()</pre>
+<div class="block">Get all of the tables.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>All of the tables.</dd></dl>
+</li>
+</ul>
+<a name="getTableMap()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTableMap</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">TTFTable</a>&gt;&nbsp;getTableMap()</pre>
+<div class="block">Get all of the tables.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>All of the tables.</dd></dl>
+</li>
+</ul>
+<a name="getTableBytes(org.apache.fontbox.ttf.TTFTable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTableBytes</h4>
+<pre>public&nbsp;byte[]&nbsp;getTableBytes(<a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">TTFTable</a>&nbsp;table)
+                     throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Returns the raw bytes of the given table.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>table</code> - the table to read.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error accessing the table.</dd></dl>
+</li>
+</ul>
+<a name="getTable(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTable</h4>
+<pre>protected&nbsp;<a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">TTFTable</a>&nbsp;getTable(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tag)
+                     throws <a href="http://docs.oracle.com/javase/6/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 table for the given tag.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tag</code> - the name of the table to be returned</dd>
+<dt><span class="strong">Returns:</span></dt><dd>The table with the given tag.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getNaming()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNaming</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/NamingTable.html" title="class in org.apache.fontbox.ttf">NamingTable</a>&nbsp;getNaming()
+                      throws <a href="http://docs.oracle.com/javase/6/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 naming table for the true type font.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The naming table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getPostScript()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPostScript</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/PostScriptTable.html" title="class in org.apache.fontbox.ttf">PostScriptTable</a>&nbsp;getPostScript()
+                              throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the postscript table for this TTF.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The postscript table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getOS2Windows()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOS2Windows</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/OS2WindowsMetricsTable.html" title="class in org.apache.fontbox.ttf">OS2WindowsMetricsTable</a>&nbsp;getOS2Windows()
+                                     throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the OS/2 table for this TTF.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The OS/2 table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getMaximumProfile()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaximumProfile</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/MaximumProfileTable.html" title="class in org.apache.fontbox.ttf">MaximumProfileTable</a>&nbsp;getMaximumProfile()
+                                      throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the maxp table for this TTF.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The maxp table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getHeader()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHeader</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/HeaderTable.html" title="class in org.apache.fontbox.ttf">HeaderTable</a>&nbsp;getHeader()
+                      throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the head table for this TTF.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The head table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getHorizontalHeader()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHorizontalHeader</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/HorizontalHeaderTable.html" title="class in org.apache.fontbox.ttf">HorizontalHeaderTable</a>&nbsp;getHorizontalHeader()
+                                          throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the hhea table for this TTF.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The hhea table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getHorizontalMetrics()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHorizontalMetrics</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/HorizontalMetricsTable.html" title="class in org.apache.fontbox.ttf">HorizontalMetricsTable</a>&nbsp;getHorizontalMetrics()
+                                            throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the hmtx table for this TTF.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The hmtx table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getIndexToLocation()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIndexToLocation</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/IndexToLocationTable.html" title="class in org.apache.fontbox.ttf">IndexToLocationTable</a>&nbsp;getIndexToLocation()
+                                        throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the loca table for this TTF.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The loca table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getGlyph()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getGlyph</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/GlyphTable.html" title="class in org.apache.fontbox.ttf">GlyphTable</a>&nbsp;getGlyph()
+                    throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the glyf table for this TTF.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The glyf table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getCmap()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCmap</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/CmapTable.html" title="class in org.apache.fontbox.ttf">CmapTable</a>&nbsp;getCmap()
+                  throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the "cmap" table for this TTF.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The "cmap" table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getVerticalHeader()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getVerticalHeader</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html" title="class in org.apache.fontbox.ttf">VerticalHeaderTable</a>&nbsp;getVerticalHeader()
+                                      throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the vhea table for this TTF.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The vhea table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getVerticalMetrics()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getVerticalMetrics</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/VerticalMetricsTable.html" title="class in org.apache.fontbox.ttf">VerticalMetricsTable</a>&nbsp;getVerticalMetrics()
+                                        throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the vmtx table for this TTF.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The vmtx table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getVerticalOrigin()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getVerticalOrigin</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/VerticalOriginTable.html" title="class in org.apache.fontbox.ttf">VerticalOriginTable</a>&nbsp;getVerticalOrigin()
+                                      throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the VORG table for this TTF.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The VORG table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getKerning()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getKerning</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/KerningTable.html" title="class in org.apache.fontbox.ttf">KerningTable</a>&nbsp;getKerning()
+                        throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the "kern" table for this TTF.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The "kern" table.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getOriginalData()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOriginalData</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;getOriginalData()
+                            throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Get the data of the TrueType Font
+ program representing the stream used to build this 
+ object (normally from the TTFParser object).</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>COSStream TrueType font program stream</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If there is an error getting the font data.</dd></dl>
+</li>
+</ul>
+<a name="getOriginalDataSize()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOriginalDataSize</h4>
+<pre>public&nbsp;long&nbsp;getOriginalDataSize()</pre>
+<div class="block">Get the data size of the TrueType Font program representing the stream used to build this
+ object (normally from the TTFParser object).</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the size.</dd></dl>
+</li>
+</ul>
+<a name="getNumberOfGlyphs()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNumberOfGlyphs</h4>
+<pre>public&nbsp;int&nbsp;getNumberOfGlyphs()
+                      throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Returns the number of glyphs (MaximumProfile.numGlyphs).</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the number of glyphs</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getUnitsPerEm()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUnitsPerEm</h4>
+<pre>public&nbsp;int&nbsp;getUnitsPerEm()
+                  throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Returns the units per EM (Header.unitsPerEm).</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>units per EM</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the table.</dd></dl>
+</li>
+</ul>
+<a name="getAdvanceWidth(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAdvanceWidth</h4>
+<pre>public&nbsp;int&nbsp;getAdvanceWidth(int&nbsp;gid)
+                    throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Returns the width for the given GID.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>gid</code> - the GID</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the width</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the metrics table.</dd></dl>
+</li>
+</ul>
+<a name="getAdvanceHeight(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAdvanceHeight</h4>
+<pre>public&nbsp;int&nbsp;getAdvanceHeight(int&nbsp;gid)
+                     throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Returns the height for the given GID.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>gid</code> - the GID</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the height</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there was an error reading the metrics table.</dd></dl>
+</li>
+</ul>
+<a name="getName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getName</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName()
+               throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/fontbox/FontBoxFont.html#getName()">FontBoxFont</a></code></strong></div>
+<div class="block">The PostScript name of the font.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/fontbox/FontBoxFont.html#getName()">getName</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/fontbox/FontBoxFont.html" title="interface in org.apache.fontbox">FontBoxFont</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+</li>
+</ul>
+<a name="getUnicodeCmap()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUnicodeCmap</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/CmapSubtable.html" title="class in org.apache.fontbox.ttf">CmapSubtable</a>&nbsp;getUnicodeCmap()
+                            throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Returns the best Unicode from the font (the most general). The PDF spec says that "The means
+ by which this is accomplished are implementation-dependent."</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if the font could not be read</dd></dl>
+</li>
+</ul>
+<a name="getUnicodeCmap(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUnicodeCmap</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/ttf/CmapSubtable.html" title="class in org.apache.fontbox.ttf">CmapSubtable</a>&nbsp;getUnicodeCmap(boolean&nbsp;isStrict)
+                            throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Returns the best Unicode from the font (the most general). The PDF spec says that "The means
+ by which this is accomplished are implementation-dependent."</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>isStrict</code> - False if we allow falling back to any cmap, even if it's not Unicode.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if the font could not be read, or there is no Unicode cmap</dd></dl>
+</li>
+</ul>
+<a name="nameToGID(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>nameToGID</h4>
+<pre>public&nbsp;int&nbsp;nameToGID(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
+              throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Returns the GID for the given PostScript name, if the "post" table is present.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the PostScript name.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+</li>
+</ul>
+<a name="getPath(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPath</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/awt/geom/GeneralPath.html?is-external=true" title="class or interface in java.awt.geom">GeneralPath</a>&nbsp;getPath(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
+                    throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/fontbox/FontBoxFont.html#getPath(java.lang.String)">FontBoxFont</a></code></strong></div>
+<div class="block">Returns the path for the character with the given name.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/fontbox/FontBoxFont.html#getPath(java.lang.String)">getPath</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/fontbox/FontBoxFont.html" title="interface in org.apache.fontbox">FontBoxFont</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>glyph path</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if the path could not be read</dd></dl>
+</li>
+</ul>
+<a name="getWidth(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getWidth</h4>
+<pre>public&nbsp;float&nbsp;getWidth(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
+               throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/fontbox/FontBoxFont.html#getWidth(java.lang.String)">FontBoxFont</a></code></strong></div>
+<div class="block">Returns the advance width for the character with the given name.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/fontbox/FontBoxFont.html#getWidth(java.lang.String)">getWidth</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/fontbox/FontBoxFont.html" title="interface in org.apache.fontbox">FontBoxFont</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>glyph advance width</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if the path could not be read</dd></dl>
+</li>
+</ul>
+<a name="hasGlyph(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasGlyph</h4>
+<pre>public&nbsp;boolean&nbsp;hasGlyph(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
+                 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/fontbox/FontBoxFont.html#hasGlyph(java.lang.String)">FontBoxFont</a></code></strong></div>
+<div class="block">Returns true if the font contains the given glyph.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/fontbox/FontBoxFont.html#hasGlyph(java.lang.String)">hasGlyph</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/fontbox/FontBoxFont.html" title="interface in org.apache.fontbox">FontBoxFont</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - PostScript glyph name</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+</li>
+</ul>
+<a name="getFontBBox()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFontBBox</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/fontbox/util/BoundingBox.html" title="class in org.apache.fontbox.util">BoundingBox</a>&nbsp;getFontBBox()
+                        throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/fontbox/FontBoxFont.html#getFontBBox()">FontBoxFont</a></code></strong></div>
+<div class="block">Returns the font's bounding box in PostScript units.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/fontbox/FontBoxFont.html#getFontBBox()">getFontBBox</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/fontbox/FontBoxFont.html" title="interface in org.apache.fontbox">FontBoxFont</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+</li>
+</ul>
+<a name="getFontMatrix()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFontMatrix</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&gt;&nbsp;getFontMatrix()
+                           throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/fontbox/FontBoxFont.html#getFontMatrix()">FontBoxFont</a></code></strong></div>
+<div class="block">Returns the FontMatrix in PostScript units.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../org/apache/fontbox/FontBoxFont.html#getFontMatrix()">getFontMatrix</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/fontbox/FontBoxFont.html" title="interface in org.apache.fontbox">FontBoxFont</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+</li>
+</ul>
+<a name="toString()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/TrueTypeFont.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/fontbox/ttf/TrueTypeCollection.TrueTypeFontProcessor.html" title="interface in org.apache.fontbox.ttf"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/fontbox/ttf/TTFParser.html" title="class in org.apache.fontbox.ttf"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/fontbox/ttf/TrueTypeFont.html" target="_top">Frames</a></li>
+<li><a href="TrueTypeFont.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/44c0d0d2/content/docs/2.0.8/org/apache/fontbox/ttf/VerticalHeaderTable.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.8/org/apache/fontbox/ttf/VerticalHeaderTable.html b/content/docs/2.0.8/org/apache/fontbox/ttf/VerticalHeaderTable.html
new file mode 100644
index 0000000..4963453
--- /dev/null
+++ b/content/docs/2.0.8/org/apache/fontbox/ttf/VerticalHeaderTable.html
@@ -0,0 +1,540 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>VerticalHeaderTable (PDFBox reactor 2.0.8 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="VerticalHeaderTable (PDFBox reactor 2.0.8 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/VerticalHeaderTable.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/fontbox/ttf/VerticalMetricsTable.html" title="class in org.apache.fontbox.ttf"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/fontbox/ttf/VerticalHeaderTable.html" target="_top">Frames</a></li>
+<li><a href="VerticalHeaderTable.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.fontbox.ttf</div>
+<h2 title="Class VerticalHeaderTable" class="title">Class VerticalHeaderTable</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">org.apache.fontbox.ttf.TTFTable</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.fontbox.ttf.VerticalHeaderTable</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">VerticalHeaderTable</span>
+extends <a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">TTFTable</a></pre>
+<div class="block">A vertical header 'vhea' table in a TrueType or OpenType font.
+
+ Supports versions 1.0 and 1.1, for which the only difference is changing
+ the specification names and descriptions of the ascender, descender,
+ and lineGap fields to vertTypoAscender, vertTypoDescender, vertTypeLineGap.
+
+ This table is required by the OpenType CJK Font Guidelines for "all
+ OpenType fonts that are used for vertical writing".
+ 
+ This table is specified in both the TrueType and OpenType specifications.</div>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Glenn Adams</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#TAG">TAG</a></strong></code>
+<div class="block">A tag that identifies this table type.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.apache.fontbox.ttf.TTFTable">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.fontbox.ttf.<a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">TTFTable</a></h3>
+<code><a href="../../../../org/apache/fontbox/ttf/TTFTable.html#font">font</a>, <a href="../../../../org/apache/fontbox/ttf/TTFTable.html#initialized">initialized</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getAdvanceHeightMax()">getAdvanceHeightMax</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getAscender()">getAscender</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getCaretOffset()">getCaretOffset</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getCaretSlopeRise()">getCaretSlopeRise</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getCaretSlopeRun()">getCaretSlopeRun</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getDescender()">getDescender</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getLineGap()">getLineGap</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getMetricDataFormat()">getMetricDataFormat</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getMinBottomSideBearing()">getMinBottomSideBearing</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getMinTopSideBearing()">getMinTopSideBearing</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getNumberOfVMetrics()">getNumberOfVMetrics</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getReserved1()">getReserved1</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getReserved2()">getReserved2</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getReserved3()">getReserved3</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getReserved4()">getReserved4</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>float</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getVersion()">getVersion</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#getYMaxExtent()">getYMaxExtent</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/fontbox/ttf/VerticalHeaderTable.html#read(org.apache.fontbox.ttf.TrueTypeFont,%20org.apache.fontbox.ttf.TTFDataStream)">read</a></strong>(<a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html" title="class in org.apache.fontbox.ttf">TrueTypeFont</a>&nbsp;ttf,
+    org.apache.fontbox.ttf.TTFDataStream&nbsp;data)</code>
+<div class="block">This will read the required data from the stream.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.fontbox.ttf.TTFTable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.fontbox.ttf.<a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf">TTFTable</a></h3>
+<code><a href="../../../../org/apache/fontbox/ttf/TTFTable.html#getCheckSum()">getCheckSum</a>, <a href="../../../../org/apache/fontbox/ttf/TTFTable.html#getInitialized()">getInitialized</a>, <a href="../../../../org/apache/fontbox/ttf/TTFTable.html#getLength()">getLength</a>, <a href="../../../../org/apache/fontbox/ttf/TTFTable.html#getOffset()">getOffset</a>, <a href="../../../../org/apache/fontbox/ttf/TTFTable.html#getTag()">getTag</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="TAG">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>TAG</h4>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG</pre>
+<div class="block">A tag that identifies this table type.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.fontbox.ttf.VerticalHeaderTable.TAG">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="read(org.apache.fontbox.ttf.TrueTypeFont, org.apache.fontbox.ttf.TTFDataStream)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>read</h4>
+<pre>public&nbsp;void&nbsp;read(<a href="../../../../org/apache/fontbox/ttf/TrueTypeFont.html" title="class in org.apache.fontbox.ttf">TrueTypeFont</a>&nbsp;ttf,
+        org.apache.fontbox.ttf.TTFDataStream&nbsp;data)
+          throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">This will read the required data from the stream.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ttf</code> - The font that is being read.</dd><dd><code>data</code> - The stream to read the data from.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If there is an error reading the data.</dd></dl>
+</li>
+</ul>
+<a name="getAdvanceHeightMax()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAdvanceHeightMax</h4>
+<pre>public&nbsp;int&nbsp;getAdvanceHeightMax()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the advanceHeightMax.</dd></dl>
+</li>
+</ul>
+<a name="getAscender()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAscender</h4>
+<pre>public&nbsp;short&nbsp;getAscender()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the ascender.</dd></dl>
+</li>
+</ul>
+<a name="getCaretSlopeRise()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCaretSlopeRise</h4>
+<pre>public&nbsp;short&nbsp;getCaretSlopeRise()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the caretSlopeRise.</dd></dl>
+</li>
+</ul>
+<a name="getCaretSlopeRun()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCaretSlopeRun</h4>
+<pre>public&nbsp;short&nbsp;getCaretSlopeRun()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the caretSlopeRun.</dd></dl>
+</li>
+</ul>
+<a name="getCaretOffset()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCaretOffset</h4>
+<pre>public&nbsp;short&nbsp;getCaretOffset()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the caretOffset.</dd></dl>
+</li>
+</ul>
+<a name="getDescender()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDescender</h4>
+<pre>public&nbsp;short&nbsp;getDescender()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the descender.</dd></dl>
+</li>
+</ul>
+<a name="getLineGap()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLineGap</h4>
+<pre>public&nbsp;short&nbsp;getLineGap()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the lineGap.</dd></dl>
+</li>
+</ul>
+<a name="getMetricDataFormat()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMetricDataFormat</h4>
+<pre>public&nbsp;short&nbsp;getMetricDataFormat()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the metricDataFormat.</dd></dl>
+</li>
+</ul>
+<a name="getMinTopSideBearing()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMinTopSideBearing</h4>
+<pre>public&nbsp;short&nbsp;getMinTopSideBearing()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the minTopSideBearing.</dd></dl>
+</li>
+</ul>
+<a name="getMinBottomSideBearing()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMinBottomSideBearing</h4>
+<pre>public&nbsp;short&nbsp;getMinBottomSideBearing()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the minBottomSideBearing.</dd></dl>
+</li>
+</ul>
+<a name="getNumberOfVMetrics()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNumberOfVMetrics</h4>
+<pre>public&nbsp;int&nbsp;getNumberOfVMetrics()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the numberOfVMetrics.</dd></dl>
+</li>
+</ul>
+<a name="getReserved1()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getReserved1</h4>
+<pre>public&nbsp;short&nbsp;getReserved1()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the reserved1.</dd></dl>
+</li>
+</ul>
+<a name="getReserved2()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getReserved2</h4>
+<pre>public&nbsp;short&nbsp;getReserved2()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the reserved2.</dd></dl>
+</li>
+</ul>
+<a name="getReserved3()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getReserved3</h4>
+<pre>public&nbsp;short&nbsp;getReserved3()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the reserved3.</dd></dl>
+</li>
+</ul>
+<a name="getReserved4()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getReserved4</h4>
+<pre>public&nbsp;short&nbsp;getReserved4()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the reserved4.</dd></dl>
+</li>
+</ul>
+<a name="getVersion()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getVersion</h4>
+<pre>public&nbsp;float&nbsp;getVersion()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the version.</dd></dl>
+</li>
+</ul>
+<a name="getYMaxExtent()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getYMaxExtent</h4>
+<pre>public&nbsp;short&nbsp;getYMaxExtent()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the yMaxExtent.</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/VerticalHeaderTable.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/fontbox/ttf/TTFTable.html" title="class in org.apache.fontbox.ttf"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/fontbox/ttf/VerticalMetricsTable.html" title="class in org.apache.fontbox.ttf"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/fontbox/ttf/VerticalHeaderTable.html" target="_top">Frames</a></li>
+<li><a href="VerticalHeaderTable.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>