1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
<!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: linebreakdata.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.2 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="classes.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
<h1>linebreakdata.c File Reference</h1><code>#include "<a class="el" href="linebreak_8h-source.html">linebreak.h</a>"</code><br>
<code>#include "<a class="el" href="linebreakdef_8h-source.html">linebreakdef.h</a>"</code><br>
<p>
Include dependency graph for linebreakdata.c:<p><center><img src="linebreakdata_8c__incl.png" border="0" usemap="#linebreakdata.c_map" alt=""></center>
<map name="linebreakdata.c_map">
<area shape="rect" href="linebreak_8h.html" title="linebreak.h" alt="" coords="179,5,267,32"><area shape="rect" href="linebreakdef_8h.html" title="linebreakdef.h" alt="" coords="170,56,276,83"><area shape="rect" title="Header file for the line breaking algorithm." alt="" coords="327,5,396,32"></map>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structLineBreakProperties.html">LineBreakProperties</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="linebreakdata_8c.html#bbd8c6b6e4e1c8ad2da83f23f81ac29a">lb_prop_default</a> []</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Default line breaking properties as from the Unicode Web site. <a href="#bbd8c6b6e4e1c8ad2da83f23f81ac29a"></a><br></td></tr>
</table>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="bbd8c6b6e4e1c8ad2da83f23f81ac29a"></a><!-- doxytag: member="linebreakdata.c::lb_prop_default" ref="bbd8c6b6e4e1c8ad2da83f23f81ac29a" 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="linebreakdef_8h.html#bbd8c6b6e4e1c8ad2da83f23f81ac29a">lb_prop_default</a>[] </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Default line breaking properties as from the Unicode Web site.
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat May 14 15:01:38 2011 for liblinebreak by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
</body>
</html>
|