f9ccb3f74a6bca6fc73fd424ed47cebada2f2ebc
[platform/upstream/harfbuzz.git] / docs / html / harfbuzz-hb-version.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>hb-version: HarfBuzz Manual</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7 <link rel="home" href="index.html" title="HarfBuzz Manual">
8 <link rel="up" href="ch08.html" title="Harfbuzz API">
9 <link rel="prev" href="harfbuzz-Shaping.html" title="Shaping">
10 <link rel="next" href="harfbuzz-hb-deprecated.html" title="hb-deprecated">
11 <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16 <td width="100%" align="left" class="shortcuts">
17 <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18                   <a href="#harfbuzz-hb-version.description" class="shortcut">Description</a></span>
19 </td>
20 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21 <td><a accesskey="u" href="ch08.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22 <td><a accesskey="p" href="harfbuzz-Shaping.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23 <td><a accesskey="n" href="harfbuzz-hb-deprecated.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24 </tr></table>
25 <div class="refentry">
26 <a name="harfbuzz-hb-version"></a><div class="titlepage"></div>
27 <div class="refnamediv"><table width="100%"><tr>
28 <td valign="top">
29 <h2><span class="refentrytitle"><a name="harfbuzz-hb-version.top_of_page"></a>hb-version</span></h2>
30 <p>hb-version</p>
31 </td>
32 <td class="gallery_image" valign="top" align="right"></td>
33 </tr></table></div>
34 <div class="refsect1">
35 <a name="harfbuzz-hb-version.functions"></a><h2>Functions</h2>
36 <div class="informaltable"><table width="100%" border="0">
37 <colgroup>
38 <col width="150px" class="functions_return">
39 <col class="functions_name">
40 </colgroup>
41 <tbody>
42 <tr>
43 <td class="define_keyword">#define</td>
44 <td class="function_name">
45 <a class="link" href="harfbuzz-hb-version.html#HB-VERSION-ATLEAST:CAPS" title="HB_VERSION_ATLEAST()">HB_VERSION_ATLEAST</a><span class="c_punctuation">()</span>
46 </td>
47 </tr>
48 <tr>
49 <td class="function_type">
50 <span class="returnvalue">void</span>
51 </td>
52 <td class="function_name">
53 <a class="link" href="harfbuzz-hb-version.html#hb-version" title="hb_version ()">hb_version</a> <span class="c_punctuation">()</span>
54 </td>
55 </tr>
56 <tr>
57 <td class="function_type">
58 <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
59 </td>
60 <td class="function_name">
61 <a class="link" href="harfbuzz-hb-version.html#hb-version-atleast" title="hb_version_atleast ()">hb_version_atleast</a> <span class="c_punctuation">()</span>
62 </td>
63 </tr>
64 <tr>
65 <td class="function_type">const <span class="returnvalue">char</span> *
66 </td>
67 <td class="function_name">
68 <a class="link" href="harfbuzz-hb-version.html#hb-version-string" title="hb_version_string ()">hb_version_string</a> <span class="c_punctuation">()</span>
69 </td>
70 </tr>
71 </tbody>
72 </table></div>
73 </div>
74 <div class="refsect1">
75 <a name="harfbuzz-hb-version.other"></a><h2>Types and Values</h2>
76 <div class="informaltable"><table width="100%" border="0">
77 <colgroup>
78 <col width="150px" class="name">
79 <col class="description">
80 </colgroup>
81 <tbody>
82 <tr>
83 <td class="define_keyword">#define</td>
84 <td class="function_name"><a class="link" href="harfbuzz-hb-version.html#HB-VERSION-MAJOR:CAPS" title="HB_VERSION_MAJOR">HB_VERSION_MAJOR</a></td>
85 </tr>
86 <tr>
87 <td class="define_keyword">#define</td>
88 <td class="function_name"><a class="link" href="harfbuzz-hb-version.html#HB-VERSION-MICRO:CAPS" title="HB_VERSION_MICRO">HB_VERSION_MICRO</a></td>
89 </tr>
90 <tr>
91 <td class="define_keyword">#define</td>
92 <td class="function_name"><a class="link" href="harfbuzz-hb-version.html#HB-VERSION-MINOR:CAPS" title="HB_VERSION_MINOR">HB_VERSION_MINOR</a></td>
93 </tr>
94 <tr>
95 <td class="define_keyword">#define</td>
96 <td class="function_name"><a class="link" href="harfbuzz-hb-version.html#HB-VERSION-STRING:CAPS" title="HB_VERSION_STRING">HB_VERSION_STRING</a></td>
97 </tr>
98 </tbody>
99 </table></div>
100 </div>
101 <div class="refsect1">
102 <a name="harfbuzz-hb-version.description"></a><h2>Description</h2>
103 </div>
104 <div class="refsect1">
105 <a name="harfbuzz-hb-version.functions_details"></a><h2>Functions</h2>
106 <div class="refsect2">
107 <a name="HB-VERSION-ATLEAST:CAPS"></a><h3>HB_VERSION_ATLEAST()</h3>
108 <pre class="programlisting">#define             HB_VERSION_ATLEAST(major,minor,micro)</pre>
109 </div>
110 <hr>
111 <div class="refsect2">
112 <a name="hb-version"></a><h3>hb_version ()</h3>
113 <pre class="programlisting"><span class="returnvalue">void</span>
114 hb_version (<em class="parameter"><code>unsigned <span class="type">int</span> *major</code></em>,
115             <em class="parameter"><code>unsigned <span class="type">int</span> *minor</code></em>,
116             <em class="parameter"><code>unsigned <span class="type">int</span> *micro</code></em>);</pre>
117 <p>Returns library version as three integer components.</p>
118 <div class="refsect3">
119 <a name="hb-version.parameters"></a><h4>Parameters</h4>
120 <div class="informaltable"><table width="100%" border="0">
121 <colgroup>
122 <col width="150px" class="parameters_name">
123 <col class="parameters_description">
124 <col width="200px" class="parameters_annotations">
125 </colgroup>
126 <tbody>
127 <tr>
128 <td class="parameter_name"><p>major</p></td>
129 <td class="parameter_description"><p> Library major version component. </p></td>
130 <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
131 </tr>
132 <tr>
133 <td class="parameter_name"><p>minor</p></td>
134 <td class="parameter_description"><p> Library minor version component. </p></td>
135 <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
136 </tr>
137 <tr>
138 <td class="parameter_name"><p>micro</p></td>
139 <td class="parameter_description"><p> Library micro version component. </p></td>
140 <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
141 </tr>
142 </tbody>
143 </table></div>
144 </div>
145 <p class="since">Since: <a class="link" href="api-index-0-9-2.html#api-index-0.9.2">0.9.2</a></p>
146 </div>
147 <hr>
148 <div class="refsect2">
149 <a name="hb-version-atleast"></a><h3>hb_version_atleast ()</h3>
150 <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
151 hb_version_atleast (<em class="parameter"><code>unsigned <span class="type">int</span> major</code></em>,
152                     <em class="parameter"><code>unsigned <span class="type">int</span> minor</code></em>,
153                     <em class="parameter"><code>unsigned <span class="type">int</span> micro</code></em>);</pre>
154 <p class="since">Since: <a class="link" href="api-index-0-9-30.html#api-index-0.9.30">0.9.30</a></p>
155 </div>
156 <hr>
157 <div class="refsect2">
158 <a name="hb-version-string"></a><h3>hb_version_string ()</h3>
159 <pre class="programlisting">const <span class="returnvalue">char</span> *
160 hb_version_string (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
161 <p>Returns library version as a string with three components.</p>
162 <div class="refsect3">
163 <a name="hb-version-string.returns"></a><h4>Returns</h4>
164 <p> library version string.</p>
165 </div>
166 <p class="since">Since: <a class="link" href="api-index-0-9-2.html#api-index-0.9.2">0.9.2</a></p>
167 </div>
168 </div>
169 <div class="refsect1">
170 <a name="harfbuzz-hb-version.other_details"></a><h2>Types and Values</h2>
171 <div class="refsect2">
172 <a name="HB-VERSION-MAJOR:CAPS"></a><h3>HB_VERSION_MAJOR</h3>
173 <pre class="programlisting">#define HB_VERSION_MAJOR 1
174 </pre>
175 </div>
176 <hr>
177 <div class="refsect2">
178 <a name="HB-VERSION-MICRO:CAPS"></a><h3>HB_VERSION_MICRO</h3>
179 <pre class="programlisting">#define HB_VERSION_MICRO 6
180 </pre>
181 </div>
182 <hr>
183 <div class="refsect2">
184 <a name="HB-VERSION-MINOR:CAPS"></a><h3>HB_VERSION_MINOR</h3>
185 <pre class="programlisting">#define HB_VERSION_MINOR 4
186 </pre>
187 </div>
188 <hr>
189 <div class="refsect2">
190 <a name="HB-VERSION-STRING:CAPS"></a><h3>HB_VERSION_STRING</h3>
191 <pre class="programlisting">#define HB_VERSION_STRING "1.4.6"
192 </pre>
193 </div>
194 </div>
195 </div>
196 <div class="footer">
197 <hr>Generated by GTK-Doc V1.25.1</div>
198 </body>
199 </html>