mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
fixed hyperlink processing in epub files
added liblinebreak sources and a stub for java liblinebreak bindings git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1002 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
parent
f8435f12d4
commit
76dcfea536
70 changed files with 49274 additions and 32 deletions
|
@ -0,0 +1,82 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<title>liblinebreak: LineBreakPropertiesIndex Struct Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.5.9 -->
|
||||
<div class="navigation" id="top">
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
|
||||
<li><a href="files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
||||
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
|
||||
<li><a href="functions.html"><span>Data Fields</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<h1>LineBreakPropertiesIndex Struct Reference</h1><!-- doxytag: class="LineBreakPropertiesIndex" -->Struct for the second-level index to the line breaking properties.
|
||||
<a href="#_details">More...</a>
|
||||
<p>
|
||||
<table border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="linebreak_8h.html#4f775bae0642c213be2c526018283c25">utf32_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structLineBreakPropertiesIndex.html#7a5207276632f772309f8cf2877c9eae">end</a></td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">End coding point. <a href="#7a5207276632f772309f8cf2877c9eae"></a><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structLineBreakProperties.html">LineBreakProperties</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structLineBreakPropertiesIndex.html#de56f82faa0703e4eafddb0fc4ba6528">lbp</a></td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Pointer to line breaking properties. <a href="#de56f82faa0703e4eafddb0fc4ba6528"></a><br></td></tr>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
Struct for the second-level index to the line breaking properties. <hr><h2>Field Documentation</h2>
|
||||
<a class="anchor" name="7a5207276632f772309f8cf2877c9eae"></a><!-- doxytag: member="LineBreakPropertiesIndex::end" ref="7a5207276632f772309f8cf2877c9eae" args="" -->
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname"><a class="el" href="linebreak_8h.html#4f775bae0642c213be2c526018283c25">utf32_t</a> <a class="el" href="structLineBreakPropertiesIndex.html#7a5207276632f772309f8cf2877c9eae">LineBreakPropertiesIndex::end</a> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="memdoc">
|
||||
|
||||
<p>
|
||||
End coding point.
|
||||
<p>
|
||||
|
||||
</div>
|
||||
</div><p>
|
||||
<a class="anchor" name="de56f82faa0703e4eafddb0fc4ba6528"></a><!-- doxytag: member="LineBreakPropertiesIndex::lbp" ref="de56f82faa0703e4eafddb0fc4ba6528" args="" -->
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">struct <a class="el" href="structLineBreakProperties.html">LineBreakProperties</a>* <a class="el" href="structLineBreakPropertiesIndex.html#de56f82faa0703e4eafddb0fc4ba6528">LineBreakPropertiesIndex::lbp</a><code> [read]</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="memdoc">
|
||||
|
||||
<p>
|
||||
Pointer to line breaking properties.
|
||||
<p>
|
||||
|
||||
</div>
|
||||
</div><p>
|
||||
<hr>The documentation for this struct was generated from the following file:<ul>
|
||||
<li><a class="el" href="linebreak_8c.html">linebreak.c</a></ul>
|
||||
</div>
|
||||
<hr size="1"><address style="text-align: right;"><small>Generated on Sun May 3 13:20:57 2009 for liblinebreak by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue