~ubuntu-branches/ubuntu/feisty/pango1.0/feisty

« back to all changes in this revision

Viewing changes to docs/html/pango-ATSUI-Fonts.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-04-10 00:59:24 UTC
  • mfrom: (20.1.23 feisty)
  • Revision ID: james.westby@ubuntu.com-20070410005924-bbuu8vi6fw9f1fn1
Tags: 1.16.2-0ubuntu1
* New upstream version
  - Fixed various bug in the OpenType Layout code
  - Improved documentation
  - Improved ATSUI backend
  - Misc build system fixes
  - Bugs fixed in this release:
    - pangowin32-fontmap.c:using function without prototype
    - Don't create coverage every time it's asked for

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
5
<title>ATSUI Fonts</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
7
7
<link rel="start" href="index.html" title="Pango Reference Manual">
8
8
<link rel="up" href="rendering.html" title="Rendering with Pango">
9
9
<link rel="prev" href="pango-Cairo-Rendering.html" title="Cairo Rendering">
35
35
<th width="100%" align="center">Pango Reference Manual</th>
36
36
<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>
37
37
</tr>
38
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3136613" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2726900" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id3136657" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2726944" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="pango-ATSUI-Fonts"></a><div class="titlepage"></div>
44
44
<div class="refnamediv"><table width="100%"><tr>
45
45
<td valign="top">
46
46
<h2>
47
 
<a name="id3136613"></a><span class="refentrytitle">ATSUI Fonts</span>
 
47
<a name="id2726900"></a><span class="refentrytitle">ATSUI Fonts</span>
48
48
</h2>
49
49
<p>ATSUI Fonts &#8212; Font handling and rendering with ATSUI fonts</p>
50
50
</td>
63
63
</pre>
64
64
</div>
65
65
<div class="refsect1" lang="en">
66
 
<a name="id3136657"></a><h2>Description</h2>
 
66
<a name="id2726944"></a><h2>Description</h2>
67
67
<p>
68
68
The macros and functions in this section are used to access fonts natively on
69
69
MacOS systems using the ATSUI text rendering subsystem.
70
70
</p>
71
71
</div>
72
72
<div class="refsect1" lang="en">
73
 
<a name="id3136674"></a><h2>Details</h2>
 
73
<a name="id2726961"></a><h2>Details</h2>
74
74
<div class="refsect2" lang="en">
75
 
<a name="id3136684"></a><h3>
 
75
<a name="id2726971"></a><h3>
76
76
<a name="PangoCairoATSUIFont"></a>PangoCairoATSUIFont</h3>
77
 
<a class="indexterm" name="id3136697"></a><pre class="programlisting">typedef struct _PangoCairoATSUIFont PangoCairoATSUIFont;</pre>
 
77
<a class="indexterm" name="id2726984"></a><pre class="programlisting">typedef struct _PangoCairoATSUIFont PangoCairoATSUIFont;</pre>
78
78
<p>
79
79
 
80
80
The <a href="pango-ATSUI-Fonts.html#PangoCairoATSUIFont"><span class="type">PangoCairoATSUIFont</span></a> is <a href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> used to represent
83
83
</div>
84
84
<hr>
85
85
<div class="refsect2" lang="en">
86
 
<a name="id3136731"></a><h3>
 
86
<a name="id2727018"></a><h3>
87
87
<a name="pango-cairo-atsui-font-get-atsu-font-id"></a>pango_cairo_atsui_font_get_atsu_font_id ()</h3>
88
 
<a class="indexterm" name="id3136747"></a><pre class="programlisting">ATSUFontID  pango_cairo_atsui_font_get_atsu_font_id
 
88
<a class="indexterm" name="id2727034"></a><pre class="programlisting">ATSUFontID  pango_cairo_atsui_font_get_atsu_font_id
89
89
                                            (<a href="pango-ATSUI-Fonts.html#PangoCairoATSUIFont">PangoCairoATSUIFont</a> *cafont);</pre>
90
90
<p>
91
91
Returns the ATSUFontID of a font.</p>