Git init
[external/pango1.0.git] / docs / html / pango-ATSUI-Fonts.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>ATSUI Fonts</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
7 <link rel="home" href="index.html" title="Pango Reference Manual">
8 <link rel="up" href="rendering.html" title="Rendering with Pango">
9 <link rel="prev" href="pango-Cairo-Rendering.html" title="Cairo Rendering">
10 <link rel="next" href="pango-X-Fonts-and-Rendering.html" title="Deprecated X font backend">
11 <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 <link rel="chapter" href="pango.html" title="Basic Pango Interfaces">
14 <link rel="chapter" href="rendering.html" title="Rendering with Pango">
15 <link rel="chapter" href="lowlevel.html" title="Low Level Functionality">
16 <link rel="chapter" href="tools.html" title="Pango Tools">
17 <link rel="chapter" href="pango-hierarchy.html" title="Object Hierarchy">
18 <link rel="index" href="index-all.html" title="Index">
19 <link rel="index" href="index-deprecated.html" title="Index of deprecated symbols">
20 <link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
21 <link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
22 <link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
23 <link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
24 <link rel="index" href="index-1.10.html" title="Index of new symbols in 1.10">
25 <link rel="index" href="index-1.12.html" title="Index of new symbols in 1.12">
26 <link rel="index" href="index-1.14.html" title="Index of new symbols in 1.14">
27 <link rel="index" href="index-1.16.html" title="Index of new symbols in 1.16">
28 <link rel="index" href="index-1.18.html" title="Index of new symbols in 1.18">
29 <link rel="index" href="index-1.20.html" title="Index of new symbols in 1.20">
30 <link rel="index" href="index-1.22.html" title="Index of new symbols in 1.22">
31 <link rel="index" href="index-1.24.html" title="Index of new symbols in 1.24">
32 <link rel="index" href="index-1.26.html" title="Index of new symbols in 1.26">
33 </head>
34 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
35 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
36 <tr valign="middle">
37 <td><a accesskey="p" href="pango-Cairo-Rendering.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
38 <td><a accesskey="u" href="rendering.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
39 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
40 <th width="100%" align="center">Pango Reference Manual</th>
41 <td><a accesskey="n" href="pango-X-Fonts-and-Rendering.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
42 </tr>
43 <tr><td colspan="5" class="shortcuts">
44 <a href="#pango-ATSUI-Fonts.synopsis" class="shortcut">Top</a>
45                  | 
46                 <a href="#pango-ATSUI-Fonts.description" class="shortcut">Description</a>
47 </td></tr>
48 </table>
49 <div class="refentry" lang="en">
50 <a name="pango-ATSUI-Fonts"></a><div class="titlepage"></div>
51 <div class="refnamediv"><table width="100%"><tr>
52 <td valign="top">
53 <h2><span class="refentrytitle"><a name="pango-ATSUI-Fonts.top_of_page"></a>ATSUI Fonts</span></h2>
54 <p>ATSUI Fonts — Font handling with ATSUI fonts</p>
55 </td>
56 <td valign="top" align="right"></td>
57 </tr></table></div>
58 <div class="refsynopsisdiv">
59 <a name="pango-ATSUI-Fonts.synopsis"></a><h2>Synopsis</h2>
60 <pre class="synopsis">
61 #define             <a class="link" href="pango-ATSUI-Fonts.html#PANGO-RENDER-TYPE-ATSUI--CAPS" title="PANGO_RENDER_TYPE_ATSUI">PANGO_RENDER_TYPE_ATSUI</a>
62 CGFontRef           <a class="link" href="pango-ATSUI-Fonts.html#pango-atsui-font-get-cgfont" title="pango_atsui_font_get_cgfont ()">pango_atsui_font_get_cgfont</a>         (PangoATSUIFont *font);
63 </pre>
64 </div>
65 <div class="refsect1" lang="en">
66 <a name="pango-ATSUI-Fonts.description"></a><h2>Description</h2>
67 <p>
68 The macros and functions in this section are used to access fonts natively on
69 MacOS systems using the ATSUI text rendering subsystem.
70 </p>
71 </div>
72 <div class="refsect1" lang="en">
73 <a name="pango-ATSUI-Fonts.details"></a><h2>Details</h2>
74 <div class="refsect2" lang="en">
75 <a name="PANGO-RENDER-TYPE-ATSUI--CAPS"></a><h3>PANGO_RENDER_TYPE_ATSUI</h3>
76 <pre class="programlisting">#define PANGO_RENDER_TYPE_ATSUI "PangoRenderATSUI"
77 </pre>
78 <p>
79 A string constant identifying the ATSUI renderer. The associated quark (see
80 <a
81 href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#g-quark-from-string"
82 ><code class="function">g_quark_from_string()</code></a>) is used to identify the renderer in <a class="link" href="pango-Modules.html#pango-find-map" title="pango_find_map ()"><code class="function">pango_find_map()</code></a>.
83 </p>
84 </div>
85 <hr>
86 <div class="refsect2" lang="en">
87 <a name="pango-atsui-font-get-cgfont"></a><h3>pango_atsui_font_get_cgfont ()</h3>
88 <pre class="programlisting">CGFontRef           pango_atsui_font_get_cgfont         (PangoATSUIFont *font);</pre>
89 <p>
90 Returns the CGFontRef of a font.</p>
91 <p>
92 </p>
93 <div class="variablelist"><table border="0">
94 <col align="left" valign="top">
95 <tbody>
96 <tr>
97 <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
98 <td> A <span class="type">PangoATSUIFont</span>
99 </td>
100 </tr>
101 <tr>
102 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
103 <td> the CGFontRef associated to <em class="parameter"><code>font</code></em>.
104
105 </td>
106 </tr>
107 </tbody>
108 </table></div>
109 <p class="since">Since 1.18</p>
110 </div>
111 </div>
112 </div>
113 <div class="footer">
114 <hr>
115           Generated by GTK-Doc V1.11</div>
116 </body>
117 </html>