Skip to content

Commit

Permalink
Added xlib example
Browse files Browse the repository at this point in the history
  • Loading branch information
dc2917 committed Nov 10, 2024
1 parent 4a064fd commit c8ba97d
Show file tree
Hide file tree
Showing 37 changed files with 473 additions and 64 deletions.
58 changes: 54 additions & 4 deletions docs/html/classHershey_1_1String.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,15 @@
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a8a7ef356e05eb9b1ea1ab518baee3095" id="r_a8a7ef356e05eb9b1ea1ab518baee3095"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a8a7ef356e05eb9b1ea1ab518baee3095">String</a> ()</td></tr>
<tr class="memdesc:a8a7ef356e05eb9b1ea1ab518baee3095"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a new string. <br /></td></tr>
<tr class="separator:a8a7ef356e05eb9b1ea1ab518baee3095"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acfe144882f8389fa3c22b6214e162ad6" id="r_acfe144882f8389fa3c22b6214e162ad6"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#acfe144882f8389fa3c22b6214e162ad6">String</a> (<a class="el" href="classHershey_1_1Font.html">Font</a> font, const char *chars)</td></tr>
<tr class="memdesc:acfe144882f8389fa3c22b6214e162ad6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a new string of a given font. <br /></td></tr>
<tr class="memdesc:acfe144882f8389fa3c22b6214e162ad6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a new string of glyphs of a given font. <br /></td></tr>
<tr class="separator:acfe144882f8389fa3c22b6214e162ad6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a70c5d67afd1a5af1e962a25d7e5a7628" id="r_a70c5d67afd1a5af1e962a25d7e5a7628"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classHershey_1_1String.html">String</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a70c5d67afd1a5af1e962a25d7e5a7628">operator+</a> (<a class="el" href="classHershey_1_1String.html">String</a> rhs)</td></tr>
<tr class="memdesc:a70c5d67afd1a5af1e962a25d7e5a7628"><td class="mdescLeft">&#160;</td><td class="mdescRight">Add two strings. <br /></td></tr>
<tr class="separator:a70c5d67afd1a5af1e962a25d7e5a7628"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a56dd3ec6f633285819f6b801195419ae" id="r_a56dd3ec6f633285819f6b801195419ae"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a56dd3ec6f633285819f6b801195419ae">get_nglyph</a> ()</td></tr>
<tr class="memdesc:a56dd3ec6f633285819f6b801195419ae"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the number of glyphs in the string. <br /></td></tr>
<tr class="separator:a56dd3ec6f633285819f6b801195419ae"><td class="memSeparator" colspan="2">&#160;</td></tr>
Expand All @@ -129,8 +135,28 @@
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A character string comprising Hershey vector font glyphs. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a8a7ef356e05eb9b1ea1ab518baee3095" name="a8a7ef356e05eb9b1ea1ab518baee3095"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8a7ef356e05eb9b1ea1ab518baee3095">&#9670;&#160;</a></span>String() <span class="overload">[1/2]</span></h2>

<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">String::String </td>
<td>(</td>
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">

<p>Create a new string. </p>
<p>The glyphs in the string. </p>

</div>
</div>
<a id="acfe144882f8389fa3c22b6214e162ad6" name="acfe144882f8389fa3c22b6214e162ad6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#acfe144882f8389fa3c22b6214e162ad6">&#9670;&#160;</a></span>String()</h2>
<h2 class="memtitle"><span class="permalink"><a href="#acfe144882f8389fa3c22b6214e162ad6">&#9670;&#160;</a></span>String() <span class="overload">[2/2]</span></h2>

<div class="memitem">
<div class="memproto">
Expand All @@ -148,8 +174,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#acfe144882f8389fa3c22b621
</table>
</div><div class="memdoc">

<p>Create a new string of a given font. </p>
<p>The glyphs in the string.</p>
<p>Create a new string of glyphs of a given font. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">font</td><td>The name of the font to use. </td></tr>
Expand Down Expand Up @@ -265,6 +290,31 @@ <h2 class="memtitle"><span class="permalink"><a href="#a4802dc32db8da6c1ede3ade6
</dd>
</dl>

</div>
</div>
<a id="a70c5d67afd1a5af1e962a25d7e5a7628" name="a70c5d67afd1a5af1e962a25d7e5a7628"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a70c5d67afd1a5af1e962a25d7e5a7628">&#9670;&#160;</a></span>operator+()</h2>

<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classHershey_1_1String.html">String</a> String::operator+ </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classHershey_1_1String.html">String</a></td> <td class="paramname"><span class="paramname"><em>rhs</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">

<p>Add two strings. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">rhs</td><td>The string to be appended. </td></tr>
</table>
</dd>
</dl>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
Expand Down
4 changes: 3 additions & 1 deletion docs/html/classHershey_1_1String.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
var classHershey_1_1String =
[
[ "String", "classHershey_1_1String.html#a8a7ef356e05eb9b1ea1ab518baee3095", null ],
[ "String", "classHershey_1_1String.html#acfe144882f8389fa3c22b6214e162ad6", null ],
[ "get_glyph", "classHershey_1_1String.html#af25f73a911a51761bb538ac624f20bd7", null ],
[ "get_height", "classHershey_1_1String.html#a45e51f6c30a0faef850250149dcf3b47", null ],
[ "get_nglyph", "classHershey_1_1String.html#a56dd3ec6f633285819f6b801195419ae", null ],
[ "get_width", "classHershey_1_1String.html#a4802dc32db8da6c1ede3ade686997a40", null ]
[ "get_width", "classHershey_1_1String.html#a4802dc32db8da6c1ede3ade686997a40", null ],
[ "operator+", "classHershey_1_1String.html#a70c5d67afd1a5af1e962a25d7e5a7628", null ]
];
6 changes: 6 additions & 0 deletions docs/html/doxygen_crawl.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<a href="string_8hpp.html"/>
<a href="examples.html"/>
<a href="showhfont.html"/>
<a href="showhtext.html"/>
<a href="classSimplex.html"/>
<a href="classHershey_1_1Font.html"/>
<a href="classHershey_1_1FontFamily.html"/>
Expand All @@ -44,6 +45,8 @@
<a href="functions.html"/>
<a href="functions.html"/>
<a href="functions.html"/>
<a href="functions.html"/>
<a href="functions_func.html"/>
<a href="functions_func.html"/>
<a href="functions_func.html"/>
<a href="functions_func.html"/>
Expand Down Expand Up @@ -84,6 +87,8 @@
<a href="classHershey_1_1String.html#a45e51f6c30a0faef850250149dcf3b47"/>
<a href="classHershey_1_1String.html#a4802dc32db8da6c1ede3ade686997a40"/>
<a href="classHershey_1_1String.html#a56dd3ec6f633285819f6b801195419ae"/>
<a href="classHershey_1_1String.html#a70c5d67afd1a5af1e962a25d7e5a7628"/>
<a href="classHershey_1_1String.html#a8a7ef356e05eb9b1ea1ab518baee3095"/>
<a href="classHershey_1_1String.html#acfe144882f8389fa3c22b6214e162ad6"/>
<a href="classHershey_1_1String.html#af25f73a911a51761bb538ac624f20bd7"/>
<a href="classSimplex.html"/>
Expand Down Expand Up @@ -112,6 +117,7 @@
<a href="hershey__xlib_8hpp.html#afecc775bd1a8ee515b4954724181a472"/>
<a href="index.html"/>
<a href="showhfont.html"/>
<a href="showhtext.html"/>
<a href="string_8hpp.html"/>
</body>
</html>
3 changes: 2 additions & 1 deletion docs/html/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
</div><!--header-->
<div class="contents">
<div class="textblock"><ul>
<li><a class="el" href="showhfont.html">Viewing a font's glyphs</a> </li>
<li><a class="el" href="showhfont.html">Viewing a font's glyphs</a></li>
<li><a class="el" href="showhtext.html">Drawing to an X window</a> </li>
</ul>
</div></div><!-- contents -->
</div><!-- PageDoc -->
Expand Down
3 changes: 2 additions & 1 deletion docs/html/examples.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var examples =
[
[ "Viewing a font's glyphs", "showhfont.html", null ]
[ "Viewing a font's glyphs", "showhfont.html", null ],
[ "Drawing to an X window", "showhtext.html", null ]
];
3 changes: 2 additions & 1 deletion docs/html/functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,11 @@
<li>get_rhp()&#160;:&#160;<a class="el" href="classHershey_1_1Glyph.html#af4c254fcf01643e7ff5a62931cc108d5">Hershey::Glyph</a></li>
<li>get_width()&#160;:&#160;<a class="el" href="classHershey_1_1Glyph.html#aec52758b51b733d8da99e54a41e05661">Hershey::Glyph</a>, <a class="el" href="classHershey_1_1String.html#a4802dc32db8da6c1ede3ade686997a40">Hershey::String</a></li>
<li>Glyph()&#160;:&#160;<a class="el" href="classHershey_1_1Glyph.html#a86197e8a8e21887a1592c10456833e80">Hershey::Glyph</a></li>
<li>operator+()&#160;:&#160;<a class="el" href="classHershey_1_1String.html#a70c5d67afd1a5af1e962a25d7e5a7628">Hershey::String</a></li>
<li>print_coords()&#160;:&#160;<a class="el" href="classHershey_1_1Glyph.html#af531b48f6e8f2d4d3d79e8818525ad7e">Hershey::Glyph</a></li>
<li>print_coords_nparray()&#160;:&#160;<a class="el" href="classHershey_1_1Glyph.html#aac1804714b853da669fc30a3d02aed46">Hershey::Glyph</a></li>
<li>print_info()&#160;:&#160;<a class="el" href="classHershey_1_1Glyph.html#ad81cc5b0298ced291bd062b96abfc814">Hershey::Glyph</a></li>
<li>String()&#160;:&#160;<a class="el" href="classHershey_1_1String.html#acfe144882f8389fa3c22b6214e162ad6">Hershey::String</a></li>
<li>String()&#160;:&#160;<a class="el" href="classHershey_1_1String.html#a8a7ef356e05eb9b1ea1ab518baee3095">Hershey::String</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
Expand Down
3 changes: 2 additions & 1 deletion docs/html/functions_func.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,11 @@
<li>get_rhp()&#160;:&#160;<a class="el" href="classHershey_1_1Glyph.html#af4c254fcf01643e7ff5a62931cc108d5">Hershey::Glyph</a></li>
<li>get_width()&#160;:&#160;<a class="el" href="classHershey_1_1Glyph.html#aec52758b51b733d8da99e54a41e05661">Hershey::Glyph</a>, <a class="el" href="classHershey_1_1String.html#a4802dc32db8da6c1ede3ade686997a40">Hershey::String</a></li>
<li>Glyph()&#160;:&#160;<a class="el" href="classHershey_1_1Glyph.html#a86197e8a8e21887a1592c10456833e80">Hershey::Glyph</a></li>
<li>operator+()&#160;:&#160;<a class="el" href="classHershey_1_1String.html#a70c5d67afd1a5af1e962a25d7e5a7628">Hershey::String</a></li>
<li>print_coords()&#160;:&#160;<a class="el" href="classHershey_1_1Glyph.html#af531b48f6e8f2d4d3d79e8818525ad7e">Hershey::Glyph</a></li>
<li>print_coords_nparray()&#160;:&#160;<a class="el" href="classHershey_1_1Glyph.html#aac1804714b853da669fc30a3d02aed46">Hershey::Glyph</a></li>
<li>print_info()&#160;:&#160;<a class="el" href="classHershey_1_1Glyph.html#ad81cc5b0298ced291bd062b96abfc814">Hershey::Glyph</a></li>
<li>String()&#160;:&#160;<a class="el" href="classHershey_1_1String.html#acfe144882f8389fa3c22b6214e162ad6">Hershey::String</a></li>
<li>String()&#160;:&#160;<a class="el" href="classHershey_1_1String.html#a8a7ef356e05eb9b1ea1ab518baee3095">Hershey::String</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
Expand Down
13 changes: 8 additions & 5 deletions docs/html/navtreeindex0.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ var NAVTREEINDEX0 =
"classHershey_1_1Glyph.html#af4c254fcf01643e7ff5a62931cc108d5":[1,0,0,2,7],
"classHershey_1_1Glyph.html#af531b48f6e8f2d4d3d79e8818525ad7e":[1,0,0,2,9],
"classHershey_1_1String.html":[1,0,0,3],
"classHershey_1_1String.html#a45e51f6c30a0faef850250149dcf3b47":[1,0,0,3,2],
"classHershey_1_1String.html#a4802dc32db8da6c1ede3ade686997a40":[1,0,0,3,4],
"classHershey_1_1String.html#a56dd3ec6f633285819f6b801195419ae":[1,0,0,3,3],
"classHershey_1_1String.html#acfe144882f8389fa3c22b6214e162ad6":[1,0,0,3,0],
"classHershey_1_1String.html#af25f73a911a51761bb538ac624f20bd7":[1,0,0,3,1],
"classHershey_1_1String.html#a45e51f6c30a0faef850250149dcf3b47":[1,0,0,3,3],
"classHershey_1_1String.html#a4802dc32db8da6c1ede3ade686997a40":[1,0,0,3,5],
"classHershey_1_1String.html#a56dd3ec6f633285819f6b801195419ae":[1,0,0,3,4],
"classHershey_1_1String.html#a70c5d67afd1a5af1e962a25d7e5a7628":[1,0,0,3,6],
"classHershey_1_1String.html#a8a7ef356e05eb9b1ea1ab518baee3095":[1,0,0,3,0],
"classHershey_1_1String.html#acfe144882f8389fa3c22b6214e162ad6":[1,0,0,3,1],
"classHershey_1_1String.html#af25f73a911a51761bb538ac624f20bd7":[1,0,0,3,2],
"classSimplex.html":[1,0,1],
"classes.html":[1,1],
"dir_d44c64559bbebec7f509842c48db8b23.html":[2,0,0],
Expand Down Expand Up @@ -65,6 +67,7 @@ var NAVTREEINDEX0 =
"index.html":[],
"pages.html":[],
"showhfont.html":[0,0],
"showhtext.html":[0,1],
"string_8hpp.html":[2,0,0,6],
"string_8hpp_source.html":[2,0,0,6]
};
1 change: 1 addition & 0 deletions docs/html/pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<div class="levels">[detail level <span onclick="javascript:dynsection.toggleLevel(1);">1</span><span onclick="javascript:dynsection.toggleLevel(2);">2</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="dynsection.toggleFolder('0_')">&#9660;</span><a class="el" href="examples.html" target="_self">Examples</a></td><td class="desc"></td></tr>
<tr id="row_0_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="showhfont.html" target="_self">Viewing a font&#39;s glyphs</a></td><td class="desc"></td></tr>
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="showhtext.html" target="_self">Drawing to an X window</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
Expand Down
3 changes: 2 additions & 1 deletion docs/html/search/all_0.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var searchData=
[
['a_20font_20s_20glyphs_0',['Viewing a font&apos;s glyphs',['../showhfont.html',1,'examples']]]
['a_20font_20s_20glyphs_0',['Viewing a font&apos;s glyphs',['../showhfont.html',1,'examples']]],
['an_20x_20window_1',['Drawing to an X window',['../showhtext.html',1,'examples']]]
];
3 changes: 2 additions & 1 deletion docs/html/search/all_2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions docs/html/search/all_7.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
var searchData=
[
['position_0',['position',['../hershey__cairo_8hpp.html#aecf1727dd67f7d4f3d9a20c94c0d7cf9',1,'position(float fraction, float x, float X):&#160;hershey_cairo.cpp'],['../hershey__xlib_8hpp.html#aecf1727dd67f7d4f3d9a20c94c0d7cf9',1,'position(float fraction, float x, float X):&#160;hershey_cairo.cpp']]],
['print_5fcoords_1',['print_coords',['../classHershey_1_1Glyph.html#af531b48f6e8f2d4d3d79e8818525ad7e',1,'Hershey::Glyph']]],
['print_5fcoords_5fnparray_2',['print_coords_nparray',['../classHershey_1_1Glyph.html#aac1804714b853da669fc30a3d02aed46',1,'Hershey::Glyph']]],
['print_5finfo_3',['print_info',['../classHershey_1_1Glyph.html#ad81cc5b0298ced291bd062b96abfc814',1,'Hershey::Glyph']]]
['operator_2b_0',['operator+',['../classHershey_1_1String.html#a70c5d67afd1a5af1e962a25d7e5a7628',1,'Hershey::String']]]
];
8 changes: 4 additions & 4 deletions docs/html/search/all_8.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var searchData=
[
['s_20glyphs_0',['Viewing a font&apos;s glyphs',['../showhfont.html',1,'examples']]],
['simplex_1',['Simplex',['../classSimplex.html',1,'']]],
['string_2',['String',['../classHershey_1_1String.html',1,'Hershey::String'],['../classHershey_1_1String.html#acfe144882f8389fa3c22b6214e162ad6',1,'Hershey::String::String()']]],
['string_2ehpp_3',['string.hpp',['../string_8hpp.html',1,'']]]
['position_0',['position',['../hershey__cairo_8hpp.html#aecf1727dd67f7d4f3d9a20c94c0d7cf9',1,'position(float fraction, float x, float X):&#160;hershey_cairo.cpp'],['../hershey__xlib_8hpp.html#aecf1727dd67f7d4f3d9a20c94c0d7cf9',1,'position(float fraction, float x, float X):&#160;hershey_cairo.cpp']]],
['print_5fcoords_1',['print_coords',['../classHershey_1_1Glyph.html#af531b48f6e8f2d4d3d79e8818525ad7e',1,'Hershey::Glyph']]],
['print_5fcoords_5fnparray_2',['print_coords_nparray',['../classHershey_1_1Glyph.html#aac1804714b853da669fc30a3d02aed46',1,'Hershey::Glyph']]],
['print_5finfo_3',['print_info',['../classHershey_1_1Glyph.html#ad81cc5b0298ced291bd062b96abfc814',1,'Hershey::Glyph']]]
];
6 changes: 4 additions & 2 deletions docs/html/search/all_9.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
var searchData=
[
['vector_20fonts_0',['Hershey Vector Fonts',['../index.html',1,'']]],
['viewing_20a_20font_20s_20glyphs_1',['Viewing a font&apos;s glyphs',['../showhfont.html',1,'examples']]]
['s_20glyphs_0',['Viewing a font&apos;s glyphs',['../showhfont.html',1,'examples']]],
['simplex_1',['Simplex',['../classSimplex.html',1,'']]],
['string_2',['String',['../classHershey_1_1String.html',1,'Hershey::String'],['../classHershey_1_1String.html#a8a7ef356e05eb9b1ea1ab518baee3095',1,'Hershey::String::String()'],['../classHershey_1_1String.html#acfe144882f8389fa3c22b6214e162ad6',1,'Hershey::String::String(Font font, const char *chars)']]],
['string_2ehpp_3',['string.hpp',['../string_8hpp.html',1,'']]]
];
2 changes: 1 addition & 1 deletion docs/html/search/all_a.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var searchData=
[
['usage_0',['Example usage',['../index.html#autotoc_md2',1,'']]]
['to_20an_20x_20window_0',['Drawing to an X window',['../showhtext.html',1,'examples']]]
];
3 changes: 2 additions & 1 deletion docs/html/search/all_b.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var searchData=
[
['viewing_20a_20font_20s_20glyphs_0',['Viewing a font&apos;s glyphs',['../showhfont.html',1,'']]]
['vector_20fonts_0',['Hershey Vector Fonts',['../index.html',1,'']]],
['viewing_20a_20font_20s_20glyphs_1',['Viewing a font&apos;s glyphs',['../showhfont.html',1,'examples']]]
];
4 changes: 4 additions & 0 deletions docs/html/search/all_c.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
var searchData=
[
['window_0',['Drawing to an X window',['../showhtext.html',1,'examples']]]
];
4 changes: 4 additions & 0 deletions docs/html/search/all_d.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
var searchData=
[
['x_20window_0',['Drawing to an X window',['../showhtext.html',1,'examples']]]
];
5 changes: 1 addition & 4 deletions docs/html/search/functions_3.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
var searchData=
[
['position_0',['position',['../hershey__cairo_8hpp.html#aecf1727dd67f7d4f3d9a20c94c0d7cf9',1,'position(float fraction, float x, float X):&#160;hershey_cairo.cpp'],['../hershey__xlib_8hpp.html#aecf1727dd67f7d4f3d9a20c94c0d7cf9',1,'position(float fraction, float x, float X):&#160;hershey_cairo.cpp']]],
['print_5fcoords_1',['print_coords',['../classHershey_1_1Glyph.html#af531b48f6e8f2d4d3d79e8818525ad7e',1,'Hershey::Glyph']]],
['print_5fcoords_5fnparray_2',['print_coords_nparray',['../classHershey_1_1Glyph.html#aac1804714b853da669fc30a3d02aed46',1,'Hershey::Glyph']]],
['print_5finfo_3',['print_info',['../classHershey_1_1Glyph.html#ad81cc5b0298ced291bd062b96abfc814',1,'Hershey::Glyph']]]
['operator_2b_0',['operator+',['../classHershey_1_1String.html#a70c5d67afd1a5af1e962a25d7e5a7628',1,'Hershey::String']]]
];
Loading

0 comments on commit c8ba97d

Please sign in to comment.