pango 1.0.3-x86-mingw32 → 1.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/pango/extconf.rb +3 -0
- data/ext/pango/rbpango.c +312 -12
- data/ext/pango/rbpango.h +33 -22
- data/ext/pango/rbpangoanalysis.c +98 -58
- data/ext/pango/rbpangoattribute.c +94 -85
- data/ext/pango/rbpangoattriterator.c +39 -28
- data/ext/pango/rbpangoattrlist.c +42 -32
- data/ext/pango/rbpangocairo.c +38 -172
- data/ext/pango/rbpangocairocontext.c +151 -0
- data/ext/pango/rbpangocolor.c +49 -38
- data/ext/pango/rbpangocontext.c +109 -102
- data/ext/pango/rbpangoconversions.h +111 -0
- data/ext/pango/rbpangocoverage.c +45 -37
- data/ext/pango/rbpangoengine.c +22 -12
- data/ext/pango/rbpangofont.c +52 -43
- data/ext/pango/rbpangofontdescription.c +102 -91
- data/ext/pango/rbpangofontface.c +32 -21
- data/ext/pango/rbpangofontfamily.c +31 -20
- data/ext/pango/rbpangofontmap.c +44 -36
- data/ext/pango/rbpangofontmetrics.c +41 -30
- data/ext/pango/rbpangofontset.c +32 -21
- data/ext/pango/rbpangofontsetsimple.c +34 -24
- data/ext/pango/rbpangoglyphinfo.c +48 -35
- data/ext/pango/rbpangoglyphitem.c +43 -33
- data/ext/pango/rbpangoglyphstring.c +59 -59
- data/ext/pango/rbpangogravity.c +34 -23
- data/ext/pango/rbpangoitem.c +43 -34
- data/ext/pango/rbpangolanguage.c +44 -34
- data/ext/pango/rbpangolayout.c +167 -160
- data/ext/pango/rbpangolayoutiter.c +70 -59
- data/ext/pango/rbpangolayoutline.c +106 -71
- data/ext/pango/rbpangologattr.c +42 -31
- data/ext/pango/rbpangomatrix.c +47 -35
- data/ext/pango/rbpangoprivate.h +53 -0
- data/ext/pango/rbpangorectangle.c +58 -49
- data/ext/pango/rbpangorenderer.c +81 -70
- data/ext/pango/rbpangoscript.c +37 -27
- data/ext/pango/rbpangoscriptiter.c +32 -22
- data/ext/pango/rbpangotabarray.c +48 -37
- data/lib/1.8/pango.so +0 -0
- data/lib/1.9/pango.so +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-context.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-language.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +6 -1
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-script.h +6 -6
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +6 -6
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/pango-1.0.def +2 -0
- data/vendor/local/lib/pango-1.0.lib +0 -0
- data/vendor/local/lib/pangocairo-1.0.lib +0 -0
- data/vendor/local/lib/pangoft2-1.0.lib +0 -0
- data/vendor/local/lib/pangowin32-1.0.def +1 -1
- data/vendor/local/lib/pangowin32-1.0.lib +0 -0
- data/vendor/local/lib/pkgconfig/pango.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
- data/vendor/local/manifest/{pango-dev_1.28.3-1_win32.mft → pango-dev_1.29.4-1_win32.mft} +5 -5
- data/vendor/local/manifest/{pango_1.28.3-1_win32.mft → pango_1.29.4-1_win32.mft} +2 -2
- data/vendor/local/share/doc/{pango-1.28.3 → pango-1.29.4}/COPYING +0 -0
- data/vendor/local/share/doc/{pango-dev-1.28.3 → pango-dev-1.29.4}/COPYING +0 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -10
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +25 -27
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +19 -28
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +42 -60
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +97 -147
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +3 -5
- data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index-1.30.html +38 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/index-all.html +38 -40
- data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index.html +6 -5
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +71 -34
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +4 -66
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +52 -50
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +217 -278
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +40 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +37 -49
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +481 -628
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +76 -118
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +302 -452
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +492 -517
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +134 -164
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +34 -45
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +244 -359
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +117 -122
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +112 -120
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +394 -523
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +269 -364
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +26 -40
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +72 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +97 -145
- data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +114 -188
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +114 -176
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +42 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +106 -150
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +35 -35
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -3
- data/vendor/local/share/man/man1/pango-querymodules.1 +12 -3
- data/vendor/local/share/man/man1/pango-view.1 +2 -2
- data/vendor/local/src/dieterv/packaging/pango_1.29.4-1_win32.log +806 -0
- data/vendor/local/src/{tml/packaging/pango_1.28.3-1_win32.sh → dieterv/packaging/pango_1.29.4-1_win32.sh} +7 -7
- metadata +19 -19
- data/ChangeLog +0 -721
- data/ext/pango/rbpangoinits.c +0 -72
- data/ext/pango/rbpangomain.c +0 -202
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +0 -799
- data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.log +0 -950
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Text Attribute Markup</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="pango.html" title="Basic Pango Interfaces">
|
9
9
|
<link rel="prev" href="pango-Tab-Stops.html" title="Tab Stops">
|
10
10
|
<link rel="next" href="pango-Layout-Objects.html" title="Layout Objects">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -35,7 +35,7 @@ markup language to encode text with attributes</p>
|
|
35
35
|
Frequently, you want to display some text to the user with attributes
|
36
36
|
applied to part of the text (for example, you might want bold or
|
37
37
|
italicized words). With the base Pango interfaces, you could create a
|
38
|
-
<a class="link" href="pango-Text-Attributes.html#PangoAttrList"
|
38
|
+
<a class="link" href="pango-Text-Attributes.html#PangoAttrList">PangoAttrList</a> and apply it to the
|
39
39
|
text; the problem is that you'd need to apply attributes to some
|
40
40
|
numeric range of characters, for example "characters 12-17." This is
|
41
41
|
broken from an internationalization standpoint; once the text is
|
@@ -46,7 +46,7 @@ position.
|
|
46
46
|
The solution is to include the text attributes in the string to be
|
47
47
|
translated. Pango provides this feature with a small markup language.
|
48
48
|
You can parse a marked-up string into the string text plus a
|
49
|
-
<a class="link" href="pango-Text-Attributes.html#PangoAttrList"
|
49
|
+
<a class="link" href="pango-Text-Attributes.html#PangoAttrList">PangoAttrList</a> using the function
|
50
50
|
<a class="link" href="pango-Text-Attributes.html#pango-parse-markup" title="pango_parse_markup ()">pango_parse_markup()</a>.
|
51
51
|
</p>
|
52
52
|
<p>
|
@@ -279,11 +279,11 @@ Underline
|
|
279
279
|
</div>
|
280
280
|
<div class="footnotes">
|
281
281
|
<br><hr width="100" align="left">
|
282
|
-
<div class="footnote"><p><sup>[<a
|
282
|
+
<div class="footnote"><p><sup>[<a id="ftn.since_1_21" href="#since_1_21" class="para">1</a>] </sup>Since 1.21</p></div>
|
283
283
|
</div>
|
284
284
|
</div>
|
285
285
|
<div class="footer">
|
286
286
|
<hr>
|
287
|
-
Generated by GTK-Doc V1.
|
287
|
+
Generated by GTK-Doc V1.18</div>
|
288
288
|
</body>
|
289
289
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.10</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="index-1.8.html" title="Index of new symbols in 1.8">
|
10
10
|
<link rel="next" href="index-1.12.html" title="Index of new symbols in 1.12">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -76,6 +76,6 @@
|
|
76
76
|
</div>
|
77
77
|
<div class="footer">
|
78
78
|
<hr>
|
79
|
-
Generated by GTK-Doc V1.
|
79
|
+
Generated by GTK-Doc V1.18</div>
|
80
80
|
</body>
|
81
81
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.12</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="index-1.10.html" title="Index of new symbols in 1.10">
|
10
10
|
<link rel="next" href="index-1.14.html" title="Index of new symbols in 1.14">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -36,6 +36,6 @@
|
|
36
36
|
</div>
|
37
37
|
<div class="footer">
|
38
38
|
<hr>
|
39
|
-
Generated by GTK-Doc V1.
|
39
|
+
Generated by GTK-Doc V1.18</div>
|
40
40
|
</body>
|
41
41
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.14</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="index-1.12.html" title="Index of new symbols in 1.12">
|
10
10
|
<link rel="next" href="index-1.16.html" title="Index of new symbols in 1.16">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -42,6 +42,6 @@
|
|
42
42
|
</div>
|
43
43
|
<div class="footer">
|
44
44
|
<hr>
|
45
|
-
Generated by GTK-Doc V1.
|
45
|
+
Generated by GTK-Doc V1.18</div>
|
46
46
|
</body>
|
47
47
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.16</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="index-1.14.html" title="Index of new symbols in 1.14">
|
10
10
|
<link rel="next" href="index-1.18.html" title="Index of new symbols in 1.18">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -25,9 +25,9 @@
|
|
25
25
|
<div class="index"><div class="indexdiv">
|
26
26
|
<h3>P</h3>
|
27
27
|
<dl>
|
28
|
-
<dt>PangoGravity, <a class="indexterm" href="pango-Vertical-Text.html#PangoGravity">enum PangoGravity</a>
|
28
|
+
<dt>PangoGravity, <a class="indexterm" href="pango-Vertical-Text.html#PangoGravity-enum">enum PangoGravity</a>
|
29
29
|
</dt>
|
30
|
-
<dt>PangoGravityHint, <a class="indexterm" href="pango-Vertical-Text.html#PangoGravityHint">enum PangoGravityHint</a>
|
30
|
+
<dt>PangoGravityHint, <a class="indexterm" href="pango-Vertical-Text.html#PangoGravityHint-enum">enum PangoGravityHint</a>
|
31
31
|
</dt>
|
32
32
|
<dt>pango_attr_gravity_hint_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-gravity-hint-new">pango_attr_gravity_hint_new ()</a>
|
33
33
|
</dt>
|
@@ -110,6 +110,6 @@
|
|
110
110
|
</div>
|
111
111
|
<div class="footer">
|
112
112
|
<hr>
|
113
|
-
Generated by GTK-Doc V1.
|
113
|
+
Generated by GTK-Doc V1.18</div>
|
114
114
|
</body>
|
115
115
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.18</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="index-1.16.html" title="Index of new symbols in 1.16">
|
10
10
|
<link rel="next" href="index-1.20.html" title="Index of new symbols in 1.20">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -31,8 +31,6 @@
|
|
31
31
|
</dt>
|
32
32
|
<dt>PangoOTRulesetDescription, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PangoOTRulesetDescription">struct PangoOTRulesetDescription</a>
|
33
33
|
</dt>
|
34
|
-
<dt>pango_atsui_font_get_cgfont, <a class="indexterm" href="pango-ATSUI-Fonts.html#pango-atsui-font-get-cgfont">pango_atsui_font_get_cgfont ()</a>
|
35
|
-
</dt>
|
36
34
|
<dt>pango_cairo_context_get_shape_renderer, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-context-get-shape-renderer">pango_cairo_context_get_shape_renderer ()</a>
|
37
35
|
</dt>
|
38
36
|
<dt>pango_cairo_context_set_shape_renderer, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-context-set-shape-renderer">pango_cairo_context_set_shape_renderer ()</a>
|
@@ -88,6 +86,6 @@
|
|
88
86
|
</div>
|
89
87
|
<div class="footer">
|
90
88
|
<hr>
|
91
|
-
Generated by GTK-Doc V1.
|
89
|
+
Generated by GTK-Doc V1.18</div>
|
92
90
|
</body>
|
93
91
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.2</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="index-deprecated.html" title="Index of deprecated symbols">
|
10
10
|
<link rel="next" href="index-1.4.html" title="Index of new symbols in 1.4">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -68,6 +68,6 @@
|
|
68
68
|
</div>
|
69
69
|
<div class="footer">
|
70
70
|
<hr>
|
71
|
-
Generated by GTK-Doc V1.
|
71
|
+
Generated by GTK-Doc V1.18</div>
|
72
72
|
</body>
|
73
73
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.20</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="index-1.18.html" title="Index of new symbols in 1.18">
|
10
10
|
<link rel="next" href="index-1.22.html" title="Index of new symbols in 1.22">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -54,6 +54,6 @@
|
|
54
54
|
</div>
|
55
55
|
<div class="footer">
|
56
56
|
<hr>
|
57
|
-
Generated by GTK-Doc V1.
|
57
|
+
Generated by GTK-Doc V1.18</div>
|
58
58
|
</body>
|
59
59
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.22</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="index-1.20.html" title="Index of new symbols in 1.20">
|
10
10
|
<link rel="next" href="index-1.24.html" title="Index of new symbols in 1.24">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -25,9 +25,9 @@
|
|
25
25
|
<div class="index"><div class="indexdiv">
|
26
26
|
<h3>P</h3>
|
27
27
|
<dl>
|
28
|
-
<dt>PangoBidiType, <a class="indexterm" href="pango-Bidirectional-Text.html#PangoBidiType">enum PangoBidiType</a>
|
28
|
+
<dt>PangoBidiType, <a class="indexterm" href="pango-Bidirectional-Text.html#PangoBidiType-enum">enum PangoBidiType</a>
|
29
29
|
</dt>
|
30
|
-
<dt>PangoGlyphItemIter, <a class="indexterm" href="pango-Glyph-Storage.html#PangoGlyphItemIter">struct PangoGlyphItemIter</a>
|
30
|
+
<dt>PangoGlyphItemIter, <a class="indexterm" href="pango-Glyph-Storage.html#PangoGlyphItemIter-struct">struct PangoGlyphItemIter</a>
|
31
31
|
</dt>
|
32
32
|
<dt>pango_attr_type_get_name, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-type-get-name">pango_attr_type_get_name ()</a>
|
33
33
|
</dt>
|
@@ -66,6 +66,6 @@
|
|
66
66
|
</div>
|
67
67
|
<div class="footer">
|
68
68
|
<hr>
|
69
|
-
Generated by GTK-Doc V1.
|
69
|
+
Generated by GTK-Doc V1.18</div>
|
70
70
|
</body>
|
71
71
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.24</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="index-1.22.html" title="Index of new symbols in 1.22">
|
10
10
|
<link rel="next" href="index-1.26.html" title="Index of new symbols in 1.26">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -54,6 +54,6 @@
|
|
54
54
|
</div>
|
55
55
|
<div class="footer">
|
56
56
|
<hr>
|
57
|
-
Generated by GTK-Doc V1.
|
57
|
+
Generated by GTK-Doc V1.18</div>
|
58
58
|
</body>
|
59
59
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.26</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="index-1.24.html" title="Index of new symbols in 1.24">
|
10
|
-
<link rel="next" href="index-1.28.html" title="Index of new symbols in 1.
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<link rel="next" href="index-1.28.html" title="Index of new symbols in 1.28">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -34,6 +34,6 @@
|
|
34
34
|
</div>
|
35
35
|
<div class="footer">
|
36
36
|
<hr>
|
37
|
-
Generated by GTK-Doc V1.
|
37
|
+
Generated by GTK-Doc V1.18</div>
|
38
38
|
</body>
|
39
39
|
</html>
|
@@ -2,12 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Index of new symbols in 1.
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
5
|
+
<title>Index of new symbols in 1.28</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="index-1.26.html" title="Index of new symbols in 1.26">
|
10
|
-
<
|
10
|
+
<link rel="next" href="index-1.30.html" title="Index of new symbols in 1.30">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
11
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
12
13
|
</head>
|
13
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -16,19 +17,15 @@
|
|
16
17
|
<td> </td>
|
17
18
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
18
19
|
<th width="100%" align="center">Pango Reference Manual</th>
|
19
|
-
<td
|
20
|
+
<td><a accesskey="n" href="index-1.30.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
20
21
|
</tr></table>
|
21
22
|
<div class="index">
|
22
23
|
<div class="titlepage"><div><div><h2 class="title">
|
23
|
-
<a name="index-1.28"></a>Index of new symbols in 1.
|
24
|
-
<div class="index"
|
25
|
-
<h3>P</h3>
|
26
|
-
<dl><dt>pango_atsui_font_get_atsfont, <a class="indexterm" href="pango-ATSUI-Fonts.html#pango-atsui-font-get-atsfont">pango_atsui_font_get_atsfont ()</a>
|
27
|
-
</dt></dl>
|
28
|
-
</div></div>
|
24
|
+
<a name="index-1.28"></a>Index of new symbols in 1.28</h2></div></div></div>
|
25
|
+
<div class="index"></div>
|
29
26
|
</div>
|
30
27
|
<div class="footer">
|
31
28
|
<hr>
|
32
|
-
Generated by GTK-Doc V1.
|
29
|
+
Generated by GTK-Doc V1.18</div>
|
33
30
|
</body>
|
34
31
|
</html>
|
@@ -0,0 +1,38 @@
|
|
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>Index of new symbols in 1.30</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
|
+
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
|
+
<link rel="prev" href="index-1.28.html" title="Index of new symbols in 1.28">
|
10
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
11
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
12
|
+
</head>
|
13
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
14
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
15
|
+
<td><a accesskey="p" href="index-1.28.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
16
|
+
<td> </td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
18
|
+
<th width="100%" align="center">Pango Reference Manual</th>
|
19
|
+
<td> </td>
|
20
|
+
</tr></table>
|
21
|
+
<div class="index">
|
22
|
+
<div class="titlepage"><div><div><h2 class="title">
|
23
|
+
<a name="index-1.30"></a>Index of new symbols in 1.30</h2></div></div></div>
|
24
|
+
<div class="index"><div class="indexdiv">
|
25
|
+
<h3>P</h3>
|
26
|
+
<dl>
|
27
|
+
<dt>pango_layout_get_character_count, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-character-count">pango_layout_get_character_count ()</a>
|
28
|
+
</dt>
|
29
|
+
<dt>pango_layout_get_log_attrs_readonly, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-log-attrs-readonly">pango_layout_get_log_attrs_readonly ()</a>
|
30
|
+
</dt>
|
31
|
+
</dl>
|
32
|
+
</div></div>
|
33
|
+
</div>
|
34
|
+
<div class="footer">
|
35
|
+
<hr>
|
36
|
+
Generated by GTK-Doc V1.18</div>
|
37
|
+
</body>
|
38
|
+
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.4</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="index-1.2.html" title="Index of new symbols in 1.2">
|
10
10
|
<link rel="next" href="index-1.6.html" title="Index of new symbols in 1.6">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -106,6 +106,6 @@
|
|
106
106
|
</div>
|
107
107
|
<div class="footer">
|
108
108
|
<hr>
|
109
|
-
Generated by GTK-Doc V1.
|
109
|
+
Generated by GTK-Doc V1.18</div>
|
110
110
|
</body>
|
111
111
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.6</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="index-1.4.html" title="Index of new symbols in 1.4">
|
10
10
|
<link rel="next" href="index-1.8.html" title="Index of new symbols in 1.8">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -29,7 +29,7 @@
|
|
29
29
|
</dt>
|
30
30
|
<dt>PangoFcDecoderClass, <a class="indexterm" href="PangoFcDecoder.html#PangoFcDecoderClass">struct PangoFcDecoderClass</a>
|
31
31
|
</dt>
|
32
|
-
<dt>PangoMatrix, <a class="indexterm" href="pango-Glyph-Storage.html#PangoMatrix">struct PangoMatrix</a>
|
32
|
+
<dt>PangoMatrix, <a class="indexterm" href="pango-Glyph-Storage.html#PangoMatrix-struct">struct PangoMatrix</a>
|
33
33
|
</dt>
|
34
34
|
<dt>pango_attr_letter_spacing_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-letter-spacing-new">pango_attr_letter_spacing_new ()</a>
|
35
35
|
</dt>
|
@@ -86,6 +86,6 @@
|
|
86
86
|
</div>
|
87
87
|
<div class="footer">
|
88
88
|
<hr>
|
89
|
-
Generated by GTK-Doc V1.
|
89
|
+
Generated by GTK-Doc V1.18</div>
|
90
90
|
</body>
|
91
91
|
</html>
|