pango 2.1.0-x86-mingw32 → 2.2.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. data/ext/pango/rbpangocairo.c +7 -1
  4. data/lib/1.9/pango.so +0 -0
  5. data/lib/2.0/pango.so +0 -0
  6. data/lib/2.1/pango.so +0 -0
  7. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  8. data/vendor/local/bin/hb-shape.exe +0 -0
  9. data/vendor/local/bin/hb-view.exe +0 -0
  10. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  11. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  12. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  13. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  14. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  15. data/vendor/local/bin/libstdc++-6.dll +0 -0
  16. data/vendor/local/bin/pango-querymodules.exe +0 -0
  17. data/vendor/local/bin/pango-view.exe +0 -0
  18. data/vendor/local/include/harfbuzz/hb-common.h +7 -1
  19. data/vendor/local/include/harfbuzz/hb-ot-layout.h +0 -5
  20. data/vendor/local/include/harfbuzz/hb-ot-shape.h +54 -0
  21. data/vendor/local/include/harfbuzz/hb-ot.h +1 -8
  22. data/vendor/local/include/harfbuzz/hb-version.h +2 -2
  23. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  24. data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
  25. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  26. data/vendor/local/lib/libharfbuzz.la +2 -2
  27. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  28. data/vendor/local/lib/libpango-1.0.la +1 -1
  29. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  30. data/vendor/local/lib/libpangocairo-1.0.la +1 -1
  31. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  32. data/vendor/local/lib/libpangoft2-1.0.la +1 -1
  33. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  34. data/vendor/local/lib/libpangowin32-1.0.la +1 -1
  35. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
  36. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
  37. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
  38. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
  39. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
  40. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
  41. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
  42. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
  43. data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
  44. data/vendor/local/lib/pkgconfig/pango.pc +1 -1
  45. data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
  46. data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
  47. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  48. data/vendor/local/share/gtk-doc/html/harfbuzz/ch01.html +1 -1
  49. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +9 -1
  50. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +2 -2
  51. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +1 -0
  52. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +1 -1
  53. data/vendor/local/share/gtk-doc/html/harfbuzz/index.sgml +1 -0
  54. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +18 -31
  55. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +18 -31
  56. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +17 -25
  57. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +25 -39
  58. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +44 -78
  59. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +9 -9
  60. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +41 -75
  61. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +23 -26
  62. data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +19 -22
  63. data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +15 -18
  64. data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +17 -20
  65. data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +33 -36
  66. data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +17 -20
  67. data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +21 -24
  68. data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +19 -22
  69. data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +25 -28
  70. data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +15 -18
  71. data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +13 -16
  72. data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +10 -13
  73. data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +10 -13
  74. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +15 -18
  75. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +13 -16
  76. data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +10 -13
  77. data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +23 -26
  78. data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +23 -26
  79. data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +19 -22
  80. data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +162 -26
  81. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -54
  82. data/vendor/local/share/gtk-doc/html/pango/home.png +0 -0
  83. data/vendor/local/share/gtk-doc/html/pango/index.html +4 -4
  84. data/vendor/local/share/gtk-doc/html/pango/left-insensitive.png +0 -0
  85. data/vendor/local/share/gtk-doc/html/pango/left.png +0 -0
  86. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +9 -9
  87. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +25 -40
  88. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +118 -169
  89. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +15 -21
  90. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +24 -39
  91. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +24 -39
  92. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +125 -240
  93. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +46 -74
  94. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +95 -189
  95. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +137 -265
  96. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +38 -66
  97. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +20 -31
  98. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +207 -143
  99. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +47 -86
  100. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +26 -43
  101. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +106 -203
  102. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +66 -122
  103. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +29 -47
  104. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +33 -57
  105. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +49 -79
  106. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +53 -90
  107. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +9 -9
  108. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +9 -9
  109. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +34 -34
  110. data/vendor/local/share/gtk-doc/html/pango/pango.html +9 -9
  111. data/vendor/local/share/gtk-doc/html/pango/rendering.html +9 -9
  112. data/vendor/local/share/gtk-doc/html/pango/right-insensitive.png +0 -0
  113. data/vendor/local/share/gtk-doc/html/pango/right.png +0 -0
  114. data/vendor/local/share/gtk-doc/html/pango/style.css +71 -16
  115. data/vendor/local/share/gtk-doc/html/pango/tools.html +9 -9
  116. data/vendor/local/share/gtk-doc/html/pango/up-insensitive.png +0 -0
  117. data/vendor/local/share/gtk-doc/html/pango/up.png +0 -0
  118. data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
  119. data/vendor/local/share/man/man1/pango-view.1 +1 -1
  120. metadata +8 -4
@@ -2,36 +2,33 @@
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.20</title>
5
+ <title>Pango Reference Manual: Index of new symbols in 1.20</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.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="api-index-1-18.html" title="Index of new symbols in 1.18">
10
10
  <link rel="next" href="api-index-1-22.html" title="Index of new symbols in 1.22">
11
- <meta name="generator" content="GTK-Doc V1.19 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (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">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="api-index-1-18.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td> </td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">Pango Reference Manual</th>
21
- <td><a accesskey="n" href="api-index-1-22.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
24
17
  <a class="shortcut" href="#idxA">A</a>
25
-  
26
- <a class="shortcut" href="#idxF">F</a>
27
-  
28
- <a class="shortcut" href="#idxG">G</a>
29
-  
30
- <a class="shortcut" href="#idxL">L</a>
31
-  
32
- <a class="shortcut" href="#idxR">R</a>
33
- </td></tr>
34
- </table>
18
+  
19
+ <a class="shortcut" href="#idxF">F</a>
20
+  
21
+ <a class="shortcut" href="#idxG">G</a>
22
+  
23
+ <a class="shortcut" href="#idxL">L</a>
24
+  
25
+ <a class="shortcut" href="#idxR">R</a>
26
+ </td>
27
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
28
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
29
+ <td><a accesskey="p" href="api-index-1-18.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
30
+ <td><a accesskey="n" href="api-index-1-22.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
31
+ </tr></table>
35
32
  <div class="index">
36
33
  <div class="titlepage"><div><div><h1 class="title">
37
34
  <a name="api-index-1-20"></a>Index of new symbols in 1.20</h1></div></div></div>
@@ -87,6 +84,6 @@
87
84
  </div>
88
85
  <div class="footer">
89
86
  <hr>
90
- Generated by GTK-Doc V1.19</div>
87
+ Generated by GTK-Doc V1.19.1</div>
91
88
  </body>
92
89
  </html>
@@ -2,42 +2,39 @@
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.22</title>
5
+ <title>Pango Reference Manual: Index of new symbols in 1.22</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.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="api-index-1-20.html" title="Index of new symbols in 1.20">
10
10
  <link rel="next" href="api-index-1-24.html" title="Index of new symbols in 1.24">
11
- <meta name="generator" content="GTK-Doc V1.19 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (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">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="api-index-1-20.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td> </td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">Pango Reference Manual</th>
21
- <td><a accesskey="n" href="api-index-1-24.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
24
17
  <a class="shortcut" href="#idxA">A</a>
25
-  
26
- <a class="shortcut" href="#idxB">B</a>
27
-  
28
- <a class="shortcut" href="#idxC">C</a>
29
-  
30
- <a class="shortcut" href="#idxF">F</a>
31
-  
32
- <a class="shortcut" href="#idxG">G</a>
33
-  
34
- <a class="shortcut" href="#idxL">L</a>
35
-  
36
- <a class="shortcut" href="#idxR">R</a>
37
-  
38
- <a class="shortcut" href="#idxT">T</a>
39
- </td></tr>
40
- </table>
18
+  
19
+ <a class="shortcut" href="#idxB">B</a>
20
+  
21
+ <a class="shortcut" href="#idxC">C</a>
22
+  
23
+ <a class="shortcut" href="#idxF">F</a>
24
+  
25
+ <a class="shortcut" href="#idxG">G</a>
26
+  
27
+ <a class="shortcut" href="#idxL">L</a>
28
+  
29
+ <a class="shortcut" href="#idxR">R</a>
30
+  
31
+ <a class="shortcut" href="#idxT">T</a>
32
+ </td>
33
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
34
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
35
+ <td><a accesskey="p" href="api-index-1-20.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
36
+ <td><a accesskey="n" href="api-index-1-24.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
37
+ </tr></table>
41
38
  <div class="index">
42
39
  <div class="titlepage"><div><div><h1 class="title">
43
40
  <a name="api-index-1-22"></a>Index of new symbols in 1.22</h1></div></div></div>
@@ -124,6 +121,6 @@
124
121
  </div>
125
122
  <div class="footer">
126
123
  <hr>
127
- Generated by GTK-Doc V1.19</div>
124
+ Generated by GTK-Doc V1.19.1</div>
128
125
  </body>
129
126
  </html>
@@ -2,32 +2,29 @@
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.24</title>
5
+ <title>Pango Reference Manual: Index of new symbols in 1.24</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.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="api-index-1-22.html" title="Index of new symbols in 1.22">
10
10
  <link rel="next" href="api-index-1-26.html" title="Index of new symbols in 1.26">
11
- <meta name="generator" content="GTK-Doc V1.19 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (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">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="api-index-1-22.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td> </td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">Pango Reference Manual</th>
21
- <td><a accesskey="n" href="api-index-1-26.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
24
17
  <a class="shortcut" href="#idxA">A</a>
25
-  
26
- <a class="shortcut" href="#idxC">C</a>
27
-  
28
- <a class="shortcut" href="#idxF">F</a>
29
- </td></tr>
30
- </table>
18
+  
19
+ <a class="shortcut" href="#idxC">C</a>
20
+  
21
+ <a class="shortcut" href="#idxF">F</a>
22
+ </td>
23
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
25
+ <td><a accesskey="p" href="api-index-1-22.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
+ <td><a accesskey="n" href="api-index-1-26.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
+ </tr></table>
31
28
  <div class="index">
32
29
  <div class="titlepage"><div><div><h1 class="title">
33
30
  <a name="api-index-1-24"></a>Index of new symbols in 1.24</h1></div></div></div>
@@ -97,6 +94,6 @@
97
94
  </div>
98
95
  <div class="footer">
99
96
  <hr>
100
- Generated by GTK-Doc V1.19</div>
97
+ Generated by GTK-Doc V1.19.1</div>
101
98
  </body>
102
99
  </html>
@@ -2,30 +2,27 @@
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.26</title>
5
+ <title>Pango Reference Manual: Index of new symbols in 1.26</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.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="api-index-1-24.html" title="Index of new symbols in 1.24">
10
10
  <link rel="next" href="api-index-1-30.html" title="Index of new symbols in 1.30">
11
- <meta name="generator" content="GTK-Doc V1.19 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (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">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="api-index-1-24.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td> </td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">Pango Reference Manual</th>
21
- <td><a accesskey="n" href="api-index-1-30.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
24
17
  <a class="shortcut" href="#idxF">F</a>
25
-  
26
- <a class="shortcut" href="#idxG">G</a>
27
- </td></tr>
28
- </table>
18
+  
19
+ <a class="shortcut" href="#idxG">G</a>
20
+ </td>
21
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
23
+ <td><a accesskey="p" href="api-index-1-24.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
+ <td><a accesskey="n" href="api-index-1-30.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ </tr></table>
29
26
  <div class="index">
30
27
  <div class="titlepage"><div><div><h1 class="title">
31
28
  <a name="api-index-1-26"></a>Index of new symbols in 1.26</h1></div></div></div>
@@ -46,6 +43,6 @@
46
43
  </div>
47
44
  <div class="footer">
48
45
  <hr>
49
- Generated by GTK-Doc V1.19</div>
46
+ Generated by GTK-Doc V1.19.1</div>
50
47
  </body>
51
48
  </html>
@@ -2,26 +2,23 @@
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.30</title>
5
+ <title>Pango Reference Manual: Index of new symbols in 1.30</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.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="api-index-1-26.html" title="Index of new symbols in 1.26">
10
10
  <link rel="next" href="api-index-1-31-0.html" title="Index of new symbols in 1.32">
11
- <meta name="generator" content="GTK-Doc V1.19 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (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">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="api-index-1-26.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td> </td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">Pango Reference Manual</th>
21
- <td><a accesskey="n" href="api-index-1-31-0.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts"><a class="shortcut" href="#idxL">L</a></td></tr>
24
- </table>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left"><a class="shortcut" href="#idxL">L</a></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="api-index-1-26.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-31-0.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
25
22
  <div class="index">
26
23
  <div class="titlepage"><div><div><h1 class="title">
27
24
  <a name="api-index-1-30"></a>Index of new symbols in 1.30</h1></div></div></div>
@@ -37,6 +34,6 @@
37
34
  </div>
38
35
  <div class="footer">
39
36
  <hr>
40
- Generated by GTK-Doc V1.19</div>
37
+ Generated by GTK-Doc V1.19.1</div>
41
38
  </body>
42
39
  </html>
@@ -2,26 +2,23 @@
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.32</title>
5
+ <title>Pango Reference Manual: Index of new symbols in 1.32</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.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="api-index-1-30.html" title="Index of new symbols in 1.30">
10
10
  <link rel="next" href="api-index-1-32.html" title="Index of new symbols in 1.32">
11
- <meta name="generator" content="GTK-Doc V1.19 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (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">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="api-index-1-30.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td> </td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">Pango Reference Manual</th>
21
- <td><a accesskey="n" href="api-index-1-32.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts"><a class="shortcut" href="#idxM">M</a></td></tr>
24
- </table>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left"><a class="shortcut" href="#idxM">M</a></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="api-index-1-30.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-32.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
25
22
  <div class="index">
26
23
  <div class="titlepage"><div><div><h1 class="title">
27
24
  <a name="api-index-1-31-0"></a>Index of new symbols in 1.32</h1></div></div></div>
@@ -37,6 +34,6 @@
37
34
  </div>
38
35
  <div class="footer">
39
36
  <hr>
40
- Generated by GTK-Doc V1.19</div>
37
+ Generated by GTK-Doc V1.19.1</div>
41
38
  </body>
42
39
  </html>
@@ -2,32 +2,29 @@
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.32</title>
5
+ <title>Pango Reference Manual: Index of new symbols in 1.32</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.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="api-index-1-32.html" title="Index of new symbols in 1.32">
10
10
  <link rel="next" href="api-index-1-34.html" title="Index of new symbols in 1.32">
11
- <meta name="generator" content="GTK-Doc V1.19 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (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">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="api-index-1-32.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td> </td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">Pango Reference Manual</th>
21
- <td><a accesskey="n" href="api-index-1-34.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
24
17
  <a class="shortcut" href="#idxC">C</a>
25
-  
26
- <a class="shortcut" href="#idxF">F</a>
27
-  
28
- <a class="shortcut" href="#idxL">L</a>
29
- </td></tr>
30
- </table>
18
+  
19
+ <a class="shortcut" href="#idxF">F</a>
20
+  
21
+ <a class="shortcut" href="#idxL">L</a>
22
+ </td>
23
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
25
+ <td><a accesskey="p" href="api-index-1-32.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
+ <td><a accesskey="n" href="api-index-1-34.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
+ </tr></table>
31
28
  <div class="index">
32
29
  <div class="titlepage"><div><div><h1 class="title">
33
30
  <a name="api-index-1-32-4"></a>Index of new symbols in 1.32</h1></div></div></div>
@@ -53,6 +50,6 @@
53
50
  </div>
54
51
  <div class="footer">
55
52
  <hr>
56
- Generated by GTK-Doc V1.19</div>
53
+ Generated by GTK-Doc V1.19.1</div>
57
54
  </body>
58
55
  </html>
@@ -2,30 +2,27 @@
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.32</title>
5
+ <title>Pango Reference Manual: Index of new symbols in 1.32</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.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="api-index-1-31-0.html" title="Index of new symbols in 1.32">
10
10
  <link rel="next" href="api-index-1-32-4.html" title="Index of new symbols in 1.32">
11
- <meta name="generator" content="GTK-Doc V1.19 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (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">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="api-index-1-31-0.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td> </td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">Pango Reference Manual</th>
21
- <td><a accesskey="n" href="api-index-1-32-4.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
24
17
  <a class="shortcut" href="#idxG">G</a>
25
-  
26
- <a class="shortcut" href="#idxS">S</a>
27
- </td></tr>
28
- </table>
18
+  
19
+ <a class="shortcut" href="#idxS">S</a>
20
+ </td>
21
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
23
+ <td><a accesskey="p" href="api-index-1-31-0.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
+ <td><a accesskey="n" href="api-index-1-32-4.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ </tr></table>
29
26
  <div class="index">
30
27
  <div class="titlepage"><div><div><h1 class="title">
31
28
  <a name="api-index-1-32"></a>Index of new symbols in 1.32</h1></div></div></div>
@@ -42,6 +39,6 @@
42
39
  </div>
43
40
  <div class="footer">
44
41
  <hr>
45
- Generated by GTK-Doc V1.19</div>
42
+ Generated by GTK-Doc V1.19.1</div>
46
43
  </body>
47
44
  </html>
@@ -2,25 +2,22 @@
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.32</title>
5
+ <title>Pango Reference Manual: Index of new symbols in 1.32</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.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="api-index-1-32-4.html" title="Index of new symbols in 1.32">
10
- <meta name="generator" content="GTK-Doc V1.19 (XML mode)">
10
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
11
11
  <link rel="stylesheet" href="style.css" type="text/css">
12
12
  </head>
13
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">
15
- <tr valign="middle">
16
- <td><a accesskey="p" href="api-index-1-32-4.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">Pango Reference Manual</th>
20
- <td> </td>
21
- </tr>
22
- <tr><td colspan="5" class="shortcuts"><a class="shortcut" href="#idxF">F</a></td></tr>
23
- </table>
14
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
15
+ <td width="100%" align="left"><a class="shortcut" href="#idxF">F</a></td>
16
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
17
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
18
+ <td><a accesskey="p" href="api-index-1-32-4.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19
+ <td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
20
+ </tr></table>
24
21
  <div class="index">
25
22
  <div class="titlepage"><div><div><h1 class="title">
26
23
  <a name="api-index-1-34"></a>Index of new symbols in 1.32</h1></div></div></div>
@@ -36,6 +33,6 @@
36
33
  </div>
37
34
  <div class="footer">
38
35
  <hr>
39
- Generated by GTK-Doc V1.19</div>
36
+ Generated by GTK-Doc V1.19.1</div>
40
37
  </body>
41
38
  </html>