pango 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. data/Rakefile +29 -3
  2. data/ext/pango/extconf.rb +7 -0
  3. data/ext/pango/rbpangocairo.c +12 -0
  4. data/ext/pango/rbpangofontmap.c +22 -3
  5. data/lib/1.9/pango.so +0 -0
  6. data/lib/2.0/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/libgcc_s_sjlj-1.dll +0 -0
  11. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  12. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  13. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  14. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  15. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  16. data/vendor/local/bin/libstdc++-6.dll +0 -0
  17. data/vendor/local/bin/pango-querymodules.exe +0 -0
  18. data/vendor/local/bin/pango-view.exe +0 -0
  19. data/vendor/local/etc/pango/pango.modules +1 -0
  20. data/vendor/local/include/harfbuzz/hb-blob.h +127 -0
  21. data/vendor/local/include/harfbuzz/hb-buffer.h +323 -0
  22. data/vendor/local/include/harfbuzz/hb-common.h +317 -0
  23. data/vendor/local/include/harfbuzz/hb-font.h +454 -0
  24. data/vendor/local/include/harfbuzz/hb-ft.h +62 -0
  25. data/vendor/local/include/harfbuzz/hb-glib.h +52 -0
  26. data/vendor/local/include/harfbuzz/hb-gobject.h +69 -0
  27. data/vendor/local/include/harfbuzz/hb-ot-layout.h +293 -0
  28. data/vendor/local/include/harfbuzz/hb-ot-tag.h +59 -0
  29. data/vendor/local/include/harfbuzz/hb-ot.h +49 -0
  30. data/vendor/local/include/harfbuzz/hb-set.h +152 -0
  31. data/vendor/local/include/harfbuzz/hb-shape-plan.h +89 -0
  32. data/vendor/local/include/harfbuzz/hb-shape.h +81 -0
  33. data/vendor/local/include/harfbuzz/hb-unicode.h +357 -0
  34. data/vendor/local/include/harfbuzz/hb-uniscribe.h +49 -0
  35. data/vendor/local/include/harfbuzz/hb-version.h +66 -0
  36. data/vendor/local/include/harfbuzz/hb.h +45 -0
  37. data/vendor/local/include/pango-1.0/pango/pango-attributes.h +2 -2
  38. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  39. data/vendor/local/include/pango-1.0/pango/pango-ot.h +242 -0
  40. data/vendor/local/include/pango-1.0/pango/pangofc-decoder.h +110 -0
  41. data/vendor/local/include/pango-1.0/pango/pangofc-font.h +153 -0
  42. data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +289 -0
  43. data/vendor/local/include/pango-1.0/pango/pangoft2.h +120 -0
  44. data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
  45. data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
  46. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  47. data/vendor/local/lib/libharfbuzz.la +41 -0
  48. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  49. data/vendor/local/lib/libpango-1.0.la +1 -1
  50. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  51. data/vendor/local/lib/libpangocairo-1.0.la +2 -2
  52. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  53. data/vendor/local/lib/libpangoft2-1.0.la +41 -0
  54. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  55. data/vendor/local/lib/libpangowin32-1.0.la +1 -1
  56. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
  57. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
  58. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
  59. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
  60. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +41 -0
  61. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
  62. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
  63. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
  64. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
  65. data/vendor/local/lib/pkgconfig/harfbuzz.pc +11 -0
  66. data/vendor/local/lib/pkgconfig/pango.pc +1 -1
  67. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  68. data/vendor/local/lib/pkgconfig/pangoft2.pc +12 -0
  69. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  70. data/vendor/local/share/gir-1.0/Pango-1.0.gir +1 -1
  71. data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +22 -1
  72. data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +349 -0
  73. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +5 -5
  74. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +4 -4
  75. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +3 -3
  76. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +17 -17
  77. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +22 -22
  78. data/vendor/local/share/gtk-doc/html/pango/index.html +1 -1
  79. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +15 -15
  80. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +30 -30
  81. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +1 -1
  82. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +7 -7
  83. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +11 -11
  84. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +123 -123
  85. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +15 -15
  86. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +56 -56
  87. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +130 -130
  88. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +76 -76
  89. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +9 -9
  90. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +101 -101
  91. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +38 -38
  92. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +35 -35
  93. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +135 -135
  94. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +75 -75
  95. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +3 -3
  96. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +8 -8
  97. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +22 -22
  98. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +35 -35
  99. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +1 -1
  100. data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +11 -11
  101. data/vendor/local/share/license/harfbuzz/AUTHORS +8 -0
  102. data/vendor/local/share/license/harfbuzz/COPYING +36 -0
  103. data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
  104. data/vendor/local/share/man/man1/pango-view.1 +1 -1
  105. metadata +50 -8
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: Pango Win32
7
7
  Description: Win32 GDI font support for Pango
8
- Version: 1.34.0
8
+ Version: 1.34.1
9
9
  Requires: pango
10
10
  Libs: -L${libdir} -lpangowin32-1.0 -lgdi32
11
11
  Cflags: -I${includedir}/pango-1.0
@@ -155,7 +155,7 @@ and/or use gtk-doc annotations. -->
155
155
  <callback name="AttrFilterFunc" c:type="PangoAttrFilterFunc">
156
156
  <doc xml:whitespace="preserve">Type of a function filtering a list of attributes.</doc>
157
157
  <return-value transfer-ownership="none">
158
- <doc xml:whitespace="preserve">%TRUE if the attribute should be kept, %FALSE if it should be filtered out.</doc>
158
+ <doc xml:whitespace="preserve">%TRUE if the attribute should be selected for filtering, %FALSE otherwise.</doc>
159
159
  <type name="gboolean" c:type="gboolean"/>
160
160
  </return-value>
161
161
  <parameters>
@@ -8,14 +8,35 @@ and/or use gtk-doc annotations. -->
8
8
  xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
9
9
  <include name="GObject" version="2.0"/>
10
10
  <include name="Pango" version="1.0"/>
11
+ <include name="PangoFT2" version="1.0"/>
11
12
  <include name="cairo" version="1.0"/>
12
13
  <package name="pangocairo"/>
13
14
  <c:include name="pango/pangocairo.h"/>
14
15
  <namespace name="PangoCairo"
15
16
  version="1.0"
16
- shared-library="libpango-1.0-0.dll,libpangocairo-1.0-0.dll"
17
+ shared-library="libpango-1.0-0.dll,libpangocairo-1.0-0.dll,libpango-1.0-0.dll,libpangoft2-1.0-0.dll"
17
18
  c:identifier-prefixes="PangoCairo"
18
19
  c:symbol-prefixes="pango_cairo">
20
+ <class name="FcFontMap"
21
+ c:symbol-prefix="fc_font_map"
22
+ c:type="PangoCairoFcFontMap"
23
+ parent="Pango.FontMap"
24
+ glib:type-name="PangoCairoFcFontMap"
25
+ glib:get-type="pango_cairo_fc_font_map_get_type">
26
+ <implements name="FontMap"/>
27
+ <field name="parent_instance" introspectable="0">
28
+ <type c:type="PangoFcFontMap"/>
29
+ </field>
30
+ <field name="serial">
31
+ <type name="guint" c:type="guint"/>
32
+ </field>
33
+ <field name="dpi">
34
+ <type name="gdouble" c:type="double"/>
35
+ </field>
36
+ <field name="library">
37
+ <type name="freetype2.Library" c:type="FT_Library"/>
38
+ </field>
39
+ </class>
19
40
  <interface name="Font"
20
41
  c:symbol-prefix="font"
21
42
  c:type="PangoCairoFont"
@@ -0,0 +1,349 @@
1
+ <?xml version="1.0"?>
2
+ <!-- This file was automatically generated from C sources - DO NOT EDIT!
3
+ To affect the contents of this file, edit the original C definitions,
4
+ and/or use gtk-doc annotations. -->
5
+ <repository version="1.2"
6
+ xmlns="http://www.gtk.org/introspection/core/1.0"
7
+ xmlns:c="http://www.gtk.org/introspection/c/1.0"
8
+ xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
9
+ <include name="GObject" version="2.0"/>
10
+ <include name="Pango" version="1.0"/>
11
+ <include name="cairo" version="1.0"/>
12
+ <include name="fontconfig" version="2.0"/>
13
+ <include name="freetype2" version="2.0"/>
14
+ <package name="pangoft2"/>
15
+ <c:include name="pango/pangoft2.h"/>
16
+ <namespace name="PangoFT2"
17
+ version="1.0"
18
+ shared-library="libpango-1.0-0.dll,libpangoft2-1.0-0.dll"
19
+ c:identifier-prefixes="PangoFT2"
20
+ c:symbol-prefixes="pango_ft2">
21
+ <class name="FontMap"
22
+ c:symbol-prefix="font_map"
23
+ c:type="PangoFT2FontMap"
24
+ parent="Pango.FontMap"
25
+ glib:type-name="PangoFT2FontMap"
26
+ glib:get-type="pango_ft2_font_map_get_type">
27
+ <constructor name="new" c:identifier="pango_ft2_font_map_new">
28
+ <return-value transfer-ownership="full">
29
+ <type name="Pango.FontMap" c:type="PangoFontMap*"/>
30
+ </return-value>
31
+ </constructor>
32
+ <function name="for_display"
33
+ c:identifier="pango_ft2_font_map_for_display"
34
+ introspectable="0">
35
+ <return-value>
36
+ <type name="Pango.FontMap" c:type="PangoFontMap*"/>
37
+ </return-value>
38
+ </function>
39
+ <method name="create_context"
40
+ c:identifier="pango_ft2_font_map_create_context"
41
+ introspectable="0">
42
+ <return-value>
43
+ <type name="Pango.Context" c:type="PangoContext*"/>
44
+ </return-value>
45
+ <parameters>
46
+ <instance-parameter name="fontmap" transfer-ownership="none">
47
+ <type name="FontMap" c:type="PangoFT2FontMap*"/>
48
+ </instance-parameter>
49
+ </parameters>
50
+ </method>
51
+ <method name="set_default_substitute"
52
+ c:identifier="pango_ft2_font_map_set_default_substitute">
53
+ <return-value transfer-ownership="none">
54
+ <type name="none" c:type="void"/>
55
+ </return-value>
56
+ <parameters>
57
+ <instance-parameter name="fontmap" transfer-ownership="none">
58
+ <type name="FontMap" c:type="PangoFT2FontMap*"/>
59
+ </instance-parameter>
60
+ <parameter name="func"
61
+ transfer-ownership="none"
62
+ scope="notified"
63
+ closure="1"
64
+ destroy="2">
65
+ <type name="SubstituteFunc" c:type="PangoFT2SubstituteFunc"/>
66
+ </parameter>
67
+ <parameter name="data" transfer-ownership="none">
68
+ <type name="gpointer" c:type="gpointer"/>
69
+ </parameter>
70
+ <parameter name="notify" transfer-ownership="none" scope="async">
71
+ <type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
72
+ </parameter>
73
+ </parameters>
74
+ </method>
75
+ <method name="set_resolution"
76
+ c:identifier="pango_ft2_font_map_set_resolution">
77
+ <return-value transfer-ownership="none">
78
+ <type name="none" c:type="void"/>
79
+ </return-value>
80
+ <parameters>
81
+ <instance-parameter name="fontmap" transfer-ownership="none">
82
+ <type name="FontMap" c:type="PangoFT2FontMap*"/>
83
+ </instance-parameter>
84
+ <parameter name="dpi_x" transfer-ownership="none">
85
+ <type name="gdouble" c:type="double"/>
86
+ </parameter>
87
+ <parameter name="dpi_y" transfer-ownership="none">
88
+ <type name="gdouble" c:type="double"/>
89
+ </parameter>
90
+ </parameters>
91
+ </method>
92
+ <method name="substitute_changed"
93
+ c:identifier="pango_ft2_font_map_substitute_changed">
94
+ <return-value transfer-ownership="none">
95
+ <type name="none" c:type="void"/>
96
+ </return-value>
97
+ <parameters>
98
+ <instance-parameter name="fontmap" transfer-ownership="none">
99
+ <type name="FontMap" c:type="PangoFT2FontMap*"/>
100
+ </instance-parameter>
101
+ </parameters>
102
+ </method>
103
+ </class>
104
+ <callback name="SubstituteFunc" c:type="PangoFT2SubstituteFunc">
105
+ <return-value transfer-ownership="none">
106
+ <type name="none" c:type="void"/>
107
+ </return-value>
108
+ <parameters>
109
+ <parameter name="pattern" transfer-ownership="none">
110
+ <type name="fontconfig.Pattern" c:type="FcPattern*"/>
111
+ </parameter>
112
+ <parameter name="data" transfer-ownership="none">
113
+ <type name="gpointer" c:type="gpointer"/>
114
+ </parameter>
115
+ </parameters>
116
+ </callback>
117
+ <function name="font_get_coverage"
118
+ c:identifier="pango_ft2_font_get_coverage"
119
+ introspectable="0">
120
+ <doc xml:whitespace="preserve">Gets the #PangoCoverage for a #PangoFT2Font. Use
121
+ pango_font_get_coverage() instead.</doc>
122
+ <return-value>
123
+ <doc xml:whitespace="preserve">a #PangoCoverage.</doc>
124
+ <type name="Pango.Coverage" c:type="PangoCoverage*"/>
125
+ </return-value>
126
+ <parameters>
127
+ <parameter name="font" transfer-ownership="none">
128
+ <doc xml:whitespace="preserve">a #PangoFT2Font.</doc>
129
+ <type name="Pango.Font" c:type="PangoFont*"/>
130
+ </parameter>
131
+ <parameter name="language" transfer-ownership="none">
132
+ <doc xml:whitespace="preserve">a language tag.</doc>
133
+ <type name="Pango.Language" c:type="PangoLanguage*"/>
134
+ </parameter>
135
+ </parameters>
136
+ </function>
137
+ <function name="font_get_face"
138
+ c:identifier="pango_ft2_font_get_face"
139
+ introspectable="0">
140
+ <doc xml:whitespace="preserve">Returns the native FreeType2 &lt;type&gt;FT_Face&lt;/type&gt; structure used for this #PangoFont.
141
+ This may be useful if you want to use FreeType2 functions directly.
142
+
143
+ Use pango_fc_font_lock_face() instead; when you are done with a
144
+ face from pango_fc_font_lock_face() you must call
145
+ pango_fc_font_unlock_face().</doc>
146
+ <return-value>
147
+ <doc xml:whitespace="preserve">a pointer to a &lt;type&gt;FT_Face&lt;/type&gt; structure, with the size set correctly, or %NULL if @font is %NULL.</doc>
148
+ <type name="freetype2.Face" c:type="FT_Face"/>
149
+ </return-value>
150
+ <parameters>
151
+ <parameter name="font" transfer-ownership="none">
152
+ <doc xml:whitespace="preserve">a #PangoFont</doc>
153
+ <type name="Pango.Font" c:type="PangoFont*"/>
154
+ </parameter>
155
+ </parameters>
156
+ </function>
157
+ <function name="font_get_kerning"
158
+ c:identifier="pango_ft2_font_get_kerning">
159
+ <doc xml:whitespace="preserve">Retrieves kerning information for a combination of two glyphs.
160
+
161
+ Use pango_fc_font_kern_glyphs() instead.</doc>
162
+ <return-value transfer-ownership="none">
163
+ <doc xml:whitespace="preserve">The amount of kerning (in Pango units) to apply for the given combination of glyphs.</doc>
164
+ <type name="gint" c:type="int"/>
165
+ </return-value>
166
+ <parameters>
167
+ <parameter name="font" transfer-ownership="none">
168
+ <doc xml:whitespace="preserve">a #PangoFont</doc>
169
+ <type name="Pango.Font" c:type="PangoFont*"/>
170
+ </parameter>
171
+ <parameter name="left" transfer-ownership="none">
172
+ <doc xml:whitespace="preserve">the left #PangoGlyph</doc>
173
+ <type name="Pango.Glyph" c:type="PangoGlyph"/>
174
+ </parameter>
175
+ <parameter name="right" transfer-ownership="none">
176
+ <doc xml:whitespace="preserve">the right #PangoGlyph</doc>
177
+ <type name="Pango.Glyph" c:type="PangoGlyph"/>
178
+ </parameter>
179
+ </parameters>
180
+ </function>
181
+ <function name="get_context"
182
+ c:identifier="pango_ft2_get_context"
183
+ introspectable="0">
184
+ <return-value>
185
+ <type name="Pango.Context" c:type="PangoContext*"/>
186
+ </return-value>
187
+ <parameters>
188
+ <parameter name="dpi_x" transfer-ownership="none">
189
+ <type name="gdouble" c:type="double"/>
190
+ </parameter>
191
+ <parameter name="dpi_y" transfer-ownership="none">
192
+ <type name="gdouble" c:type="double"/>
193
+ </parameter>
194
+ </parameters>
195
+ </function>
196
+ <function name="get_unknown_glyph"
197
+ c:identifier="pango_ft2_get_unknown_glyph">
198
+ <doc xml:whitespace="preserve">Return the index of a glyph suitable for drawing unknown characters with
199
+ @font, or %PANGO_GLYPH_EMPTY if no suitable glyph found.
200
+
201
+ If you want to draw an unknown-box for a character that is not covered
202
+ by the font,
203
+ use PANGO_GET_UNKNOWN_GLYPH() instead.</doc>
204
+ <return-value transfer-ownership="none">
205
+ <doc xml:whitespace="preserve">a glyph index into @font, or %PANGO_GLYPH_EMPTY</doc>
206
+ <type name="Pango.Glyph" c:type="PangoGlyph"/>
207
+ </return-value>
208
+ <parameters>
209
+ <parameter name="font" transfer-ownership="none">
210
+ <doc xml:whitespace="preserve">a #PangoFont</doc>
211
+ <type name="Pango.Font" c:type="PangoFont*"/>
212
+ </parameter>
213
+ </parameters>
214
+ </function>
215
+ <function name="render" c:identifier="pango_ft2_render">
216
+ <return-value transfer-ownership="none">
217
+ <type name="none" c:type="void"/>
218
+ </return-value>
219
+ <parameters>
220
+ <parameter name="bitmap" transfer-ownership="none">
221
+ <type name="freetype2.Bitmap" c:type="FT_Bitmap*"/>
222
+ </parameter>
223
+ <parameter name="font" transfer-ownership="none">
224
+ <type name="Pango.Font" c:type="PangoFont*"/>
225
+ </parameter>
226
+ <parameter name="glyphs" transfer-ownership="none">
227
+ <type name="Pango.GlyphString" c:type="PangoGlyphString*"/>
228
+ </parameter>
229
+ <parameter name="x" transfer-ownership="none">
230
+ <type name="gint" c:type="gint"/>
231
+ </parameter>
232
+ <parameter name="y" transfer-ownership="none">
233
+ <type name="gint" c:type="gint"/>
234
+ </parameter>
235
+ </parameters>
236
+ </function>
237
+ <function name="render_layout" c:identifier="pango_ft2_render_layout">
238
+ <return-value transfer-ownership="none">
239
+ <type name="none" c:type="void"/>
240
+ </return-value>
241
+ <parameters>
242
+ <parameter name="bitmap" transfer-ownership="none">
243
+ <type name="freetype2.Bitmap" c:type="FT_Bitmap*"/>
244
+ </parameter>
245
+ <parameter name="layout" transfer-ownership="none">
246
+ <type name="Pango.Layout" c:type="PangoLayout*"/>
247
+ </parameter>
248
+ <parameter name="x" transfer-ownership="none">
249
+ <type name="gint" c:type="int"/>
250
+ </parameter>
251
+ <parameter name="y" transfer-ownership="none">
252
+ <type name="gint" c:type="int"/>
253
+ </parameter>
254
+ </parameters>
255
+ </function>
256
+ <function name="render_layout_line"
257
+ c:identifier="pango_ft2_render_layout_line">
258
+ <return-value transfer-ownership="none">
259
+ <type name="none" c:type="void"/>
260
+ </return-value>
261
+ <parameters>
262
+ <parameter name="bitmap" transfer-ownership="none">
263
+ <type name="freetype2.Bitmap" c:type="FT_Bitmap*"/>
264
+ </parameter>
265
+ <parameter name="line" transfer-ownership="none">
266
+ <type name="Pango.LayoutLine" c:type="PangoLayoutLine*"/>
267
+ </parameter>
268
+ <parameter name="x" transfer-ownership="none">
269
+ <type name="gint" c:type="int"/>
270
+ </parameter>
271
+ <parameter name="y" transfer-ownership="none">
272
+ <type name="gint" c:type="int"/>
273
+ </parameter>
274
+ </parameters>
275
+ </function>
276
+ <function name="render_layout_line_subpixel"
277
+ c:identifier="pango_ft2_render_layout_line_subpixel">
278
+ <return-value transfer-ownership="none">
279
+ <type name="none" c:type="void"/>
280
+ </return-value>
281
+ <parameters>
282
+ <parameter name="bitmap" transfer-ownership="none">
283
+ <type name="freetype2.Bitmap" c:type="FT_Bitmap*"/>
284
+ </parameter>
285
+ <parameter name="line" transfer-ownership="none">
286
+ <type name="Pango.LayoutLine" c:type="PangoLayoutLine*"/>
287
+ </parameter>
288
+ <parameter name="x" transfer-ownership="none">
289
+ <type name="gint" c:type="int"/>
290
+ </parameter>
291
+ <parameter name="y" transfer-ownership="none">
292
+ <type name="gint" c:type="int"/>
293
+ </parameter>
294
+ </parameters>
295
+ </function>
296
+ <function name="render_layout_subpixel"
297
+ c:identifier="pango_ft2_render_layout_subpixel">
298
+ <return-value transfer-ownership="none">
299
+ <type name="none" c:type="void"/>
300
+ </return-value>
301
+ <parameters>
302
+ <parameter name="bitmap" transfer-ownership="none">
303
+ <type name="freetype2.Bitmap" c:type="FT_Bitmap*"/>
304
+ </parameter>
305
+ <parameter name="layout" transfer-ownership="none">
306
+ <type name="Pango.Layout" c:type="PangoLayout*"/>
307
+ </parameter>
308
+ <parameter name="x" transfer-ownership="none">
309
+ <type name="gint" c:type="int"/>
310
+ </parameter>
311
+ <parameter name="y" transfer-ownership="none">
312
+ <type name="gint" c:type="int"/>
313
+ </parameter>
314
+ </parameters>
315
+ </function>
316
+ <function name="render_transformed"
317
+ c:identifier="pango_ft2_render_transformed">
318
+ <return-value transfer-ownership="none">
319
+ <type name="none" c:type="void"/>
320
+ </return-value>
321
+ <parameters>
322
+ <parameter name="bitmap" transfer-ownership="none">
323
+ <type name="freetype2.Bitmap" c:type="FT_Bitmap*"/>
324
+ </parameter>
325
+ <parameter name="matrix" transfer-ownership="none">
326
+ <type name="Pango.Matrix" c:type="const PangoMatrix*"/>
327
+ </parameter>
328
+ <parameter name="font" transfer-ownership="none">
329
+ <type name="Pango.Font" c:type="PangoFont*"/>
330
+ </parameter>
331
+ <parameter name="glyphs" transfer-ownership="none">
332
+ <type name="Pango.GlyphString" c:type="PangoGlyphString*"/>
333
+ </parameter>
334
+ <parameter name="x" transfer-ownership="none">
335
+ <type name="gint" c:type="int"/>
336
+ </parameter>
337
+ <parameter name="y" transfer-ownership="none">
338
+ <type name="gint" c:type="int"/>
339
+ </parameter>
340
+ </parameters>
341
+ </function>
342
+ <function name="shutdown_display"
343
+ c:identifier="pango_ft2_shutdown_display">
344
+ <return-value transfer-ownership="none">
345
+ <type name="none" c:type="void"/>
346
+ </return-value>
347
+ </function>
348
+ </namespace>
349
+ </repository>
@@ -55,7 +55,7 @@ struct <a class="link" href="PangoEngineLang.html#PangoEngineLangCl
55
55
  <div class="refsect1">
56
56
  <a name="PangoEngineLang.object-hierarchy"></a><h2>Object Hierarchy</h2>
57
57
  <pre class="synopsis">
58
- GObject
58
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
59
59
  +----<a class="link" href="pango-Engines.html#PangoEngine">PangoEngine</a>
60
60
  +----PangoEngineLang
61
61
  </pre>
@@ -105,7 +105,7 @@ Class structure for <a class="link" href="PangoEngineLang.html" title="PangoEngi
105
105
  <tbody><tr>
106
106
  <td><p><span class="term"><em class="structfield"><code><a name="PangoEngineLangClass.script-break"></a>script_break</code></em> ()</span></p></td>
107
107
  <td>Provides a custom implementation of <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>.
108
- If <code class="literal">NULL</code>, <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a> is used instead. If not <code class="literal">NULL</code>, for
108
+ If <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a> is used instead. If not <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, for
109
109
  Pango versions before 1.16 (module interface version before 1.6.0),
110
110
  this was called instead of <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a>, but in newer versions,
111
111
  <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a> is always called and this is called after that to
@@ -154,7 +154,7 @@ function can create instances of the object as follows:
154
154
  <tbody>
155
155
  <tr>
156
156
  <td class="listing_lines" align="right"><pre>1</pre></td>
157
- <td class="listing_code"><pre class="programlisting"><span class="usertype">PangoEngine</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">engine </span><span class="symbol">=</span><span class="normal"> </span><span class="function">g_object_new</span><span class="normal"> </span><span class="symbol">(&lt;</span><span class="usertype">em</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"replaceable"</span><span class="symbol">&gt;&lt;</span><span class="normal">code</span><span class="symbol">&gt;</span><span class="normal">prefix</span><span class="symbol">&lt;/</span><span class="normal">code</span><span class="symbol">&gt;&lt;/</span><span class="normal">em</span><span class="symbol">&gt;</span><span class="normal">_type</span><span class="symbol">,</span><span class="normal"> NULL</span><span class="symbol">);</span></pre></td>
157
+ <td class="listing_code"><pre class="programlisting"><span class="usertype">PangoEngine</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">engine </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-new">g_object_new</a></span><span class="normal"> </span><span class="symbol">(&lt;</span><span class="usertype">em</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"replaceable"</span><span class="symbol">&gt;&lt;</span><span class="normal">code</span><span class="symbol">&gt;</span><span class="normal">prefix</span><span class="symbol">&lt;/</span><span class="normal">code</span><span class="symbol">&gt;&lt;/</span><span class="normal">em</span><span class="symbol">&gt;</span><span class="normal">_type</span><span class="symbol">,</span><span class="normal"> <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span></pre></td>
158
158
  </tr>
159
159
  </tbody>
160
160
  </table>
@@ -180,12 +180,12 @@ function can create instances of the object as follows:
180
180
  </tr>
181
181
  <tr>
182
182
  <td><p><span class="term"><em class="parameter"><code>class_init</code></em> :</span></p></td>
183
- <td>Class initialization function for the new type, or <code class="literal">NULL</code>
183
+ <td>Class initialization function for the new type, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
184
184
  </td>
185
185
  </tr>
186
186
  <tr>
187
187
  <td><p><span class="term"><em class="parameter"><code>instance_init</code></em> :</span></p></td>
188
- <td>Instance initialization function for the new type, or <code class="literal">NULL</code>
188
+ <td>Instance initialization function for the new type, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
189
189
  </td>
190
190
  </tr>
191
191
  </tbody>
@@ -55,7 +55,7 @@ struct <a class="link" href="PangoEngineShape.html#PangoEngineShape
55
55
  <div class="refsect1">
56
56
  <a name="PangoEngineShape.object-hierarchy"></a><h2>Object Hierarchy</h2>
57
57
  <pre class="synopsis">
58
- GObject
58
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
59
59
  +----<a class="link" href="pango-Engines.html#PangoEngine">PangoEngine</a>
60
60
  +----PangoEngineShape
61
61
  </pre>
@@ -181,7 +181,7 @@ function can create instances of the object as follows:
181
181
  <tbody>
182
182
  <tr>
183
183
  <td class="listing_lines" align="right"><pre>1</pre></td>
184
- <td class="listing_code"><pre class="programlisting"><span class="usertype">PangoEngine</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">engine </span><span class="symbol">=</span><span class="normal"> </span><span class="function">g_object_new</span><span class="normal"> </span><span class="symbol">(&lt;</span><span class="usertype">em</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"replaceable"</span><span class="symbol">&gt;&lt;</span><span class="normal">code</span><span class="symbol">&gt;</span><span class="normal">prefix</span><span class="symbol">&lt;/</span><span class="normal">code</span><span class="symbol">&gt;&lt;/</span><span class="normal">em</span><span class="symbol">&gt;</span><span class="normal">_type</span><span class="symbol">,</span><span class="normal"> NULL</span><span class="symbol">);</span></pre></td>
184
+ <td class="listing_code"><pre class="programlisting"><span class="usertype">PangoEngine</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">engine </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-new">g_object_new</a></span><span class="normal"> </span><span class="symbol">(&lt;</span><span class="usertype">em</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"replaceable"</span><span class="symbol">&gt;&lt;</span><span class="normal">code</span><span class="symbol">&gt;</span><span class="normal">prefix</span><span class="symbol">&lt;/</span><span class="normal">code</span><span class="symbol">&gt;&lt;/</span><span class="normal">em</span><span class="symbol">&gt;</span><span class="normal">_type</span><span class="symbol">,</span><span class="normal"> <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span></pre></td>
185
185
  </tr>
186
186
  </tbody>
187
187
  </table>
@@ -207,12 +207,12 @@ function can create instances of the object as follows:
207
207
  </tr>
208
208
  <tr>
209
209
  <td><p><span class="term"><em class="parameter"><code>class_init</code></em> :</span></p></td>
210
- <td>Class initialization function for the new type, or <code class="literal">NULL</code>
210
+ <td>Class initialization function for the new type, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
211
211
  </td>
212
212
  </tr>
213
213
  <tr>
214
214
  <td><p><span class="term"><em class="parameter"><code>instance_init</code></em> :</span></p></td>
215
- <td>Instance initialization function for the new type, or <code class="literal">NULL</code>
215
+ <td>Instance initialization function for the new type, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
216
216
  </td>
217
217
  </tr>
218
218
  </tbody>
@@ -45,13 +45,13 @@ struct <a class="link" href="PangoFcDecoder.html#PangoFcDecoderClas
45
45
  <em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>);
46
46
  <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-glyph" title="pango_fc_decoder_get_glyph ()">pango_fc_decoder_get_glyph</a> (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
47
47
  <em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>,
48
- <em class="parameter"><code><span class="type">guint32</span> wc</code></em>);
48
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> wc</code></em>);
49
49
  </pre>
50
50
  </div>
51
51
  <div class="refsect1">
52
52
  <a name="PangoFcDecoder.object-hierarchy"></a><h2>Object Hierarchy</h2>
53
53
  <pre class="synopsis">
54
- GObject
54
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
55
55
  +----PangoFcDecoder
56
56
  </pre>
57
57
  </div>
@@ -158,7 +158,7 @@ or freed.</td>
158
158
  <a name="pango-fc-decoder-get-glyph"></a><h3>pango_fc_decoder_get_glyph ()</h3>
159
159
  <pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> pango_fc_decoder_get_glyph (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
160
160
  <em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>,
161
- <em class="parameter"><code><span class="type">guint32</span> wc</code></em>);</pre>
161
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> wc</code></em>);</pre>
162
162
  <p>
163
163
  Generates a <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> for the given Unicode point using the
164
164
  custom decoder. For complex scripts where there can be multiple