Imported Upstream version 2.6.7
[platform/upstream/harfbuzz.git] / docs / html / harfbuzz-hb-uniscribe.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-uniscribe: HarfBuzz Manual</title>
6 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7 <link rel="home" href="index.html" title="HarfBuzz Manual">
8 <link rel="up" href="ch15.html" title="Integration API">
9 <link rel="prev" href="harfbuzz-hb-icu.html" title="hb-icu">
10 <link rel="next" href="api-index-full.html" title="API Index">
11 <meta name="generator" content="GTK-Doc V1.32.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-uniscribe.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="ch15.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22 <td><a accesskey="p" href="harfbuzz-hb-icu.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23 <td><a accesskey="n" href="api-index-full.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-uniscribe"></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-uniscribe.top_of_page"></a>hb-uniscribe</span></h2>
30 <p>hb-uniscribe — Windows integration</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-uniscribe.functions"></a><h2>Functions</h2>
36 <div class="informaltable"><table class="informaltable" width="100%" border="0">
37 <colgroup>
38 <col width="150px" class="functions_proto_type">
39 <col class="functions_proto_name">
40 </colgroup>
41 <tbody>
42 <tr>
43 <td class="function_type">
44 <span class="returnvalue">HFONT</span>
45 </td>
46 <td class="function_name">
47 <a class="link" href="harfbuzz-hb-uniscribe.html#hb-uniscribe-font-get-hfont" title="hb_uniscribe_font_get_hfont ()">hb_uniscribe_font_get_hfont</a> <span class="c_punctuation">()</span>
48 </td>
49 </tr>
50 <tr>
51 <td class="function_type">
52 <span class="returnvalue">LOGFONTW</span> *
53 </td>
54 <td class="function_name">
55 <a class="link" href="harfbuzz-hb-uniscribe.html#hb-uniscribe-font-get-logfontw" title="hb_uniscribe_font_get_logfontw ()">hb_uniscribe_font_get_logfontw</a> <span class="c_punctuation">()</span>
56 </td>
57 </tr>
58 </tbody>
59 </table></div>
60 </div>
61 <div class="refsect1">
62 <a name="harfbuzz-hb-uniscribe.includes"></a><h2>Includes</h2>
63 <pre class="synopsis">#include &lt;hb-uniscribe.h&gt;
64 </pre>
65 </div>
66 <div class="refsect1">
67 <a name="harfbuzz-hb-uniscribe.description"></a><h2>Description</h2>
68 <p>Functions for using HarfBuzz with Windows fonts.</p>
69 </div>
70 <div class="refsect1">
71 <a name="harfbuzz-hb-uniscribe.functions_details"></a><h2>Functions</h2>
72 <div class="refsect2">
73 <a name="hb-uniscribe-font-get-hfont"></a><h3>hb_uniscribe_font_get_hfont ()</h3>
74 <pre class="programlisting"><span class="returnvalue">HFONT</span>
75 hb_uniscribe_font_get_hfont (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
76 <p>Fetches the HFONT handle that corresponds to the
77 specified <a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> font.</p>
78 <div class="refsect3">
79 <a name="hb-uniscribe-font-get-hfont.parameters"></a><h4>Parameters</h4>
80 <div class="informaltable"><table class="informaltable" width="100%" border="0">
81 <colgroup>
82 <col width="150px" class="parameters_name">
83 <col class="parameters_description">
84 <col width="200px" class="parameters_annotations">
85 </colgroup>
86 <tbody><tr>
87 <td class="parameter_name"><p>font</p></td>
88 <td class="parameter_description"><p>The <a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> to work upon</p></td>
89 <td class="parameter_annotations"> </td>
90 </tr></tbody>
91 </table></div>
92 </div>
93 <div class="refsect3">
94 <a name="hb-uniscribe-font-get-hfont.returns"></a><h4>Returns</h4>
95 <p> the HFONT retreieved</p>
96 </div>
97 </div>
98 <hr>
99 <div class="refsect2">
100 <a name="hb-uniscribe-font-get-logfontw"></a><h3>hb_uniscribe_font_get_logfontw ()</h3>
101 <pre class="programlisting"><span class="returnvalue">LOGFONTW</span> *
102 hb_uniscribe_font_get_logfontw (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
103 <p>Fetches the LOGFONTW structure that corresponds to the
104 specified <a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> font.</p>
105 <div class="refsect3">
106 <a name="hb-uniscribe-font-get-logfontw.parameters"></a><h4>Parameters</h4>
107 <div class="informaltable"><table class="informaltable" width="100%" border="0">
108 <colgroup>
109 <col width="150px" class="parameters_name">
110 <col class="parameters_description">
111 <col width="200px" class="parameters_annotations">
112 </colgroup>
113 <tbody><tr>
114 <td class="parameter_name"><p>font</p></td>
115 <td class="parameter_description"><p>The <a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> to work upon</p></td>
116 <td class="parameter_annotations"> </td>
117 </tr></tbody>
118 </table></div>
119 </div>
120 <div class="refsect3">
121 <a name="hb-uniscribe-font-get-logfontw.returns"></a><h4>Returns</h4>
122 <p> a pointer to the LOGFONTW retrieved</p>
123 </div>
124 </div>
125 </div>
126 </div>
127 <div class="footer">
128 <hr>Generated by GTK-Doc V1.32.1</div>
129 </body>
130 </html>