1 /*
2  * This file is part of gtkD.
3  *
4  * gtkD is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser General Public License
6  * as published by the Free Software Foundation; either version 3
7  * of the License, or (at your option) any later version, with
8  * some exceptions, please read the COPYING file.
9  *
10  * gtkD is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public License
16  * along with gtkD; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
18  */
19 
20 // generated automatically - do not change
21 // find conversion definition on APILookup.txt
22 // implement new conversion functionalities on the wrap.utils pakage
23 
24 
25 module gtkc.pango;
26 
27 import std.stdio;
28 import gtkc.pangotypes;
29 import gtkc.cairotypes;
30 import gtkc.Loader;
31 import gtkc.paths;
32 
33 shared static this()
34 {
35 	// pango.PgAttributeFontDesc
36 
37 	Linker.link(pango_attr_font_desc_new, "pango_attr_font_desc_new", LIBRARY.PANGO);
38 
39 	// pango.PgAttrFontFeatures
40 
41 	Linker.link(pango_attr_font_features_new, "pango_attr_font_features_new", LIBRARY.PANGO);
42 
43 	// pango.PgAttributeIterator
44 
45 	Linker.link(pango_attr_iterator_copy, "pango_attr_iterator_copy", LIBRARY.PANGO);
46 	Linker.link(pango_attr_iterator_destroy, "pango_attr_iterator_destroy", LIBRARY.PANGO);
47 	Linker.link(pango_attr_iterator_get, "pango_attr_iterator_get", LIBRARY.PANGO);
48 	Linker.link(pango_attr_iterator_get_attrs, "pango_attr_iterator_get_attrs", LIBRARY.PANGO);
49 	Linker.link(pango_attr_iterator_get_font, "pango_attr_iterator_get_font", LIBRARY.PANGO);
50 	Linker.link(pango_attr_iterator_next, "pango_attr_iterator_next", LIBRARY.PANGO);
51 	Linker.link(pango_attr_iterator_range, "pango_attr_iterator_range", LIBRARY.PANGO);
52 
53 	// pango.PgAttributeLanguage
54 
55 	Linker.link(pango_attr_language_new, "pango_attr_language_new", LIBRARY.PANGO);
56 
57 	// pango.PgAttributeList
58 
59 	Linker.link(pango_attr_list_get_type, "pango_attr_list_get_type", LIBRARY.PANGO);
60 	Linker.link(pango_attr_list_new, "pango_attr_list_new", LIBRARY.PANGO);
61 	Linker.link(pango_attr_list_change, "pango_attr_list_change", LIBRARY.PANGO);
62 	Linker.link(pango_attr_list_copy, "pango_attr_list_copy", LIBRARY.PANGO);
63 	Linker.link(pango_attr_list_filter, "pango_attr_list_filter", LIBRARY.PANGO);
64 	Linker.link(pango_attr_list_get_iterator, "pango_attr_list_get_iterator", LIBRARY.PANGO);
65 	Linker.link(pango_attr_list_insert, "pango_attr_list_insert", LIBRARY.PANGO);
66 	Linker.link(pango_attr_list_insert_before, "pango_attr_list_insert_before", LIBRARY.PANGO);
67 	Linker.link(pango_attr_list_ref, "pango_attr_list_ref", LIBRARY.PANGO);
68 	Linker.link(pango_attr_list_splice, "pango_attr_list_splice", LIBRARY.PANGO);
69 	Linker.link(pango_attr_list_unref, "pango_attr_list_unref", LIBRARY.PANGO);
70 
71 	// pango.PgAttributeShape
72 
73 	Linker.link(pango_attr_shape_new, "pango_attr_shape_new", LIBRARY.PANGO);
74 	Linker.link(pango_attr_shape_new_with_data, "pango_attr_shape_new_with_data", LIBRARY.PANGO);
75 
76 	// pango.PgAttributeSize
77 
78 	Linker.link(pango_attr_size_new, "pango_attr_size_new", LIBRARY.PANGO);
79 	Linker.link(pango_attr_size_new_absolute, "pango_attr_size_new_absolute", LIBRARY.PANGO);
80 
81 	// pango.PgAttribute
82 
83 	Linker.link(pango_attribute_copy, "pango_attribute_copy", LIBRARY.PANGO);
84 	Linker.link(pango_attribute_destroy, "pango_attribute_destroy", LIBRARY.PANGO);
85 	Linker.link(pango_attribute_equal, "pango_attribute_equal", LIBRARY.PANGO);
86 	Linker.link(pango_attribute_init, "pango_attribute_init", LIBRARY.PANGO);
87 	Linker.link(pango_attr_background_new, "pango_attr_background_new", LIBRARY.PANGO);
88 	Linker.link(pango_attr_background_alpha_new, "pango_attr_background_alpha_new", LIBRARY.PANGO);
89 	Linker.link(pango_attr_fallback_new, "pango_attr_fallback_new", LIBRARY.PANGO);
90 	Linker.link(pango_attr_family_new, "pango_attr_family_new", LIBRARY.PANGO);
91 	Linker.link(pango_attr_foreground_new, "pango_attr_foreground_new", LIBRARY.PANGO);
92 	Linker.link(pango_attr_foreground_alpha_new, "pango_attr_foreground_alpha_new", LIBRARY.PANGO);
93 	Linker.link(pango_attr_gravity_hint_new, "pango_attr_gravity_hint_new", LIBRARY.PANGO);
94 	Linker.link(pango_attr_gravity_new, "pango_attr_gravity_new", LIBRARY.PANGO);
95 	Linker.link(pango_attr_letter_spacing_new, "pango_attr_letter_spacing_new", LIBRARY.PANGO);
96 	Linker.link(pango_attr_rise_new, "pango_attr_rise_new", LIBRARY.PANGO);
97 	Linker.link(pango_attr_scale_new, "pango_attr_scale_new", LIBRARY.PANGO);
98 	Linker.link(pango_attr_stretch_new, "pango_attr_stretch_new", LIBRARY.PANGO);
99 	Linker.link(pango_attr_strikethrough_color_new, "pango_attr_strikethrough_color_new", LIBRARY.PANGO);
100 	Linker.link(pango_attr_strikethrough_new, "pango_attr_strikethrough_new", LIBRARY.PANGO);
101 	Linker.link(pango_attr_style_new, "pango_attr_style_new", LIBRARY.PANGO);
102 	Linker.link(pango_attr_type_get_name, "pango_attr_type_get_name", LIBRARY.PANGO);
103 	Linker.link(pango_attr_type_register, "pango_attr_type_register", LIBRARY.PANGO);
104 	Linker.link(pango_attr_underline_color_new, "pango_attr_underline_color_new", LIBRARY.PANGO);
105 	Linker.link(pango_attr_underline_new, "pango_attr_underline_new", LIBRARY.PANGO);
106 	Linker.link(pango_attr_variant_new, "pango_attr_variant_new", LIBRARY.PANGO);
107 	Linker.link(pango_attr_weight_new, "pango_attr_weight_new", LIBRARY.PANGO);
108 	Linker.link(pango_markup_parser_finish, "pango_markup_parser_finish", LIBRARY.PANGO);
109 	Linker.link(pango_markup_parser_new, "pango_markup_parser_new", LIBRARY.PANGO);
110 	Linker.link(pango_parse_markup, "pango_parse_markup", LIBRARY.PANGO);
111 
112 	// pango.PgColor
113 
114 	Linker.link(pango_color_get_type, "pango_color_get_type", LIBRARY.PANGO);
115 	Linker.link(pango_color_copy, "pango_color_copy", LIBRARY.PANGO);
116 	Linker.link(pango_color_free, "pango_color_free", LIBRARY.PANGO);
117 	Linker.link(pango_color_parse, "pango_color_parse", LIBRARY.PANGO);
118 	Linker.link(pango_color_to_string, "pango_color_to_string", LIBRARY.PANGO);
119 
120 	// pango.PgContext
121 
122 	Linker.link(pango_context_get_type, "pango_context_get_type", LIBRARY.PANGO);
123 	Linker.link(pango_context_new, "pango_context_new", LIBRARY.PANGO);
124 	Linker.link(pango_context_changed, "pango_context_changed", LIBRARY.PANGO);
125 	Linker.link(pango_context_get_base_dir, "pango_context_get_base_dir", LIBRARY.PANGO);
126 	Linker.link(pango_context_get_base_gravity, "pango_context_get_base_gravity", LIBRARY.PANGO);
127 	Linker.link(pango_context_get_font_description, "pango_context_get_font_description", LIBRARY.PANGO);
128 	Linker.link(pango_context_get_font_map, "pango_context_get_font_map", LIBRARY.PANGO);
129 	Linker.link(pango_context_get_gravity, "pango_context_get_gravity", LIBRARY.PANGO);
130 	Linker.link(pango_context_get_gravity_hint, "pango_context_get_gravity_hint", LIBRARY.PANGO);
131 	Linker.link(pango_context_get_language, "pango_context_get_language", LIBRARY.PANGO);
132 	Linker.link(pango_context_get_matrix, "pango_context_get_matrix", LIBRARY.PANGO);
133 	Linker.link(pango_context_get_metrics, "pango_context_get_metrics", LIBRARY.PANGO);
134 	Linker.link(pango_context_get_serial, "pango_context_get_serial", LIBRARY.PANGO);
135 	Linker.link(pango_context_list_families, "pango_context_list_families", LIBRARY.PANGO);
136 	Linker.link(pango_context_load_font, "pango_context_load_font", LIBRARY.PANGO);
137 	Linker.link(pango_context_load_fontset, "pango_context_load_fontset", LIBRARY.PANGO);
138 	Linker.link(pango_context_set_base_dir, "pango_context_set_base_dir", LIBRARY.PANGO);
139 	Linker.link(pango_context_set_base_gravity, "pango_context_set_base_gravity", LIBRARY.PANGO);
140 	Linker.link(pango_context_set_font_description, "pango_context_set_font_description", LIBRARY.PANGO);
141 	Linker.link(pango_context_set_font_map, "pango_context_set_font_map", LIBRARY.PANGO);
142 	Linker.link(pango_context_set_gravity_hint, "pango_context_set_gravity_hint", LIBRARY.PANGO);
143 	Linker.link(pango_context_set_language, "pango_context_set_language", LIBRARY.PANGO);
144 	Linker.link(pango_context_set_matrix, "pango_context_set_matrix", LIBRARY.PANGO);
145 	Linker.link(pango_bidi_type_for_unichar, "pango_bidi_type_for_unichar", LIBRARY.PANGO);
146 	Linker.link(pango_break, "pango_break", LIBRARY.PANGO);
147 	Linker.link(pango_default_break, "pango_default_break", LIBRARY.PANGO);
148 	Linker.link(pango_find_base_dir, "pango_find_base_dir", LIBRARY.PANGO);
149 	Linker.link(pango_find_paragraph_boundary, "pango_find_paragraph_boundary", LIBRARY.PANGO);
150 	Linker.link(pango_get_log_attrs, "pango_get_log_attrs", LIBRARY.PANGO);
151 	Linker.link(pango_get_mirror_char, "pango_get_mirror_char", LIBRARY.PANGO);
152 	Linker.link(pango_itemize, "pango_itemize", LIBRARY.PANGO);
153 	Linker.link(pango_itemize_with_base_dir, "pango_itemize_with_base_dir", LIBRARY.PANGO);
154 	Linker.link(pango_reorder_items, "pango_reorder_items", LIBRARY.PANGO);
155 	Linker.link(pango_shape, "pango_shape", LIBRARY.PANGO);
156 	Linker.link(pango_shape_full, "pango_shape_full", LIBRARY.PANGO);
157 	Linker.link(pango_unichar_direction, "pango_unichar_direction", LIBRARY.PANGO);
158 
159 	// pango.PgCoverage
160 
161 	Linker.link(pango_coverage_copy, "pango_coverage_copy", LIBRARY.PANGO);
162 	Linker.link(pango_coverage_get, "pango_coverage_get", LIBRARY.PANGO);
163 	Linker.link(pango_coverage_max, "pango_coverage_max", LIBRARY.PANGO);
164 	Linker.link(pango_coverage_ref, "pango_coverage_ref", LIBRARY.PANGO);
165 	Linker.link(pango_coverage_set, "pango_coverage_set", LIBRARY.PANGO);
166 	Linker.link(pango_coverage_to_bytes, "pango_coverage_to_bytes", LIBRARY.PANGO);
167 	Linker.link(pango_coverage_unref, "pango_coverage_unref", LIBRARY.PANGO);
168 	Linker.link(pango_coverage_from_bytes, "pango_coverage_from_bytes", LIBRARY.PANGO);
169 	Linker.link(pango_coverage_new, "pango_coverage_new", LIBRARY.PANGO);
170 
171 	// pango.PgEngine
172 
173 	Linker.link(pango_engine_get_type, "pango_engine_get_type", LIBRARY.PANGO);
174 
175 	// pango.PgEngineLang
176 
177 	Linker.link(pango_engine_lang_get_type, "pango_engine_lang_get_type", LIBRARY.PANGO);
178 
179 	// pango.PgEngineShape
180 
181 	Linker.link(pango_engine_shape_get_type, "pango_engine_shape_get_type", LIBRARY.PANGO);
182 
183 	// pango.PgFont
184 
185 	Linker.link(pango_font_get_type, "pango_font_get_type", LIBRARY.PANGO);
186 	Linker.link(pango_font_descriptions_free, "pango_font_descriptions_free", LIBRARY.PANGO);
187 	Linker.link(pango_font_describe, "pango_font_describe", LIBRARY.PANGO);
188 	Linker.link(pango_font_describe_with_absolute_size, "pango_font_describe_with_absolute_size", LIBRARY.PANGO);
189 	Linker.link(pango_font_find_shaper, "pango_font_find_shaper", LIBRARY.PANGO);
190 	Linker.link(pango_font_get_coverage, "pango_font_get_coverage", LIBRARY.PANGO);
191 	Linker.link(pango_font_get_font_map, "pango_font_get_font_map", LIBRARY.PANGO);
192 	Linker.link(pango_font_get_glyph_extents, "pango_font_get_glyph_extents", LIBRARY.PANGO);
193 	Linker.link(pango_font_get_metrics, "pango_font_get_metrics", LIBRARY.PANGO);
194 
195 	// pango.PgFontDescription
196 
197 	Linker.link(pango_font_description_get_type, "pango_font_description_get_type", LIBRARY.PANGO);
198 	Linker.link(pango_font_description_new, "pango_font_description_new", LIBRARY.PANGO);
199 	Linker.link(pango_font_description_better_match, "pango_font_description_better_match", LIBRARY.PANGO);
200 	Linker.link(pango_font_description_copy, "pango_font_description_copy", LIBRARY.PANGO);
201 	Linker.link(pango_font_description_copy_static, "pango_font_description_copy_static", LIBRARY.PANGO);
202 	Linker.link(pango_font_description_equal, "pango_font_description_equal", LIBRARY.PANGO);
203 	Linker.link(pango_font_description_free, "pango_font_description_free", LIBRARY.PANGO);
204 	Linker.link(pango_font_description_get_family, "pango_font_description_get_family", LIBRARY.PANGO);
205 	Linker.link(pango_font_description_get_gravity, "pango_font_description_get_gravity", LIBRARY.PANGO);
206 	Linker.link(pango_font_description_get_set_fields, "pango_font_description_get_set_fields", LIBRARY.PANGO);
207 	Linker.link(pango_font_description_get_size, "pango_font_description_get_size", LIBRARY.PANGO);
208 	Linker.link(pango_font_description_get_size_is_absolute, "pango_font_description_get_size_is_absolute", LIBRARY.PANGO);
209 	Linker.link(pango_font_description_get_stretch, "pango_font_description_get_stretch", LIBRARY.PANGO);
210 	Linker.link(pango_font_description_get_style, "pango_font_description_get_style", LIBRARY.PANGO);
211 	Linker.link(pango_font_description_get_variant, "pango_font_description_get_variant", LIBRARY.PANGO);
212 	Linker.link(pango_font_description_get_weight, "pango_font_description_get_weight", LIBRARY.PANGO);
213 	Linker.link(pango_font_description_hash, "pango_font_description_hash", LIBRARY.PANGO);
214 	Linker.link(pango_font_description_merge, "pango_font_description_merge", LIBRARY.PANGO);
215 	Linker.link(pango_font_description_merge_static, "pango_font_description_merge_static", LIBRARY.PANGO);
216 	Linker.link(pango_font_description_set_absolute_size, "pango_font_description_set_absolute_size", LIBRARY.PANGO);
217 	Linker.link(pango_font_description_set_family, "pango_font_description_set_family", LIBRARY.PANGO);
218 	Linker.link(pango_font_description_set_family_static, "pango_font_description_set_family_static", LIBRARY.PANGO);
219 	Linker.link(pango_font_description_set_gravity, "pango_font_description_set_gravity", LIBRARY.PANGO);
220 	Linker.link(pango_font_description_set_size, "pango_font_description_set_size", LIBRARY.PANGO);
221 	Linker.link(pango_font_description_set_stretch, "pango_font_description_set_stretch", LIBRARY.PANGO);
222 	Linker.link(pango_font_description_set_style, "pango_font_description_set_style", LIBRARY.PANGO);
223 	Linker.link(pango_font_description_set_variant, "pango_font_description_set_variant", LIBRARY.PANGO);
224 	Linker.link(pango_font_description_set_weight, "pango_font_description_set_weight", LIBRARY.PANGO);
225 	Linker.link(pango_font_description_to_filename, "pango_font_description_to_filename", LIBRARY.PANGO);
226 	Linker.link(pango_font_description_to_string, "pango_font_description_to_string", LIBRARY.PANGO);
227 	Linker.link(pango_font_description_unset_fields, "pango_font_description_unset_fields", LIBRARY.PANGO);
228 	Linker.link(pango_font_description_from_string, "pango_font_description_from_string", LIBRARY.PANGO);
229 
230 	// pango.PgFontFace
231 
232 	Linker.link(pango_font_face_get_type, "pango_font_face_get_type", LIBRARY.PANGO);
233 	Linker.link(pango_font_face_describe, "pango_font_face_describe", LIBRARY.PANGO);
234 	Linker.link(pango_font_face_get_face_name, "pango_font_face_get_face_name", LIBRARY.PANGO);
235 	Linker.link(pango_font_face_is_synthesized, "pango_font_face_is_synthesized", LIBRARY.PANGO);
236 	Linker.link(pango_font_face_list_sizes, "pango_font_face_list_sizes", LIBRARY.PANGO);
237 
238 	// pango.PgFontFamily
239 
240 	Linker.link(pango_font_family_get_type, "pango_font_family_get_type", LIBRARY.PANGO);
241 	Linker.link(pango_font_family_get_name, "pango_font_family_get_name", LIBRARY.PANGO);
242 	Linker.link(pango_font_family_is_monospace, "pango_font_family_is_monospace", LIBRARY.PANGO);
243 	Linker.link(pango_font_family_list_faces, "pango_font_family_list_faces", LIBRARY.PANGO);
244 
245 	// pango.PgFontMap
246 
247 	Linker.link(pango_font_map_get_type, "pango_font_map_get_type", LIBRARY.PANGO);
248 	Linker.link(pango_font_map_changed, "pango_font_map_changed", LIBRARY.PANGO);
249 	Linker.link(pango_font_map_create_context, "pango_font_map_create_context", LIBRARY.PANGO);
250 	Linker.link(pango_font_map_get_serial, "pango_font_map_get_serial", LIBRARY.PANGO);
251 	Linker.link(pango_font_map_get_shape_engine_type, "pango_font_map_get_shape_engine_type", LIBRARY.PANGO);
252 	Linker.link(pango_font_map_list_families, "pango_font_map_list_families", LIBRARY.PANGO);
253 	Linker.link(pango_font_map_load_font, "pango_font_map_load_font", LIBRARY.PANGO);
254 	Linker.link(pango_font_map_load_fontset, "pango_font_map_load_fontset", LIBRARY.PANGO);
255 
256 	// pango.PgFontMetrics
257 
258 	Linker.link(pango_font_metrics_get_type, "pango_font_metrics_get_type", LIBRARY.PANGO);
259 	Linker.link(pango_font_metrics_new, "pango_font_metrics_new", LIBRARY.PANGO);
260 	Linker.link(pango_font_metrics_get_approximate_char_width, "pango_font_metrics_get_approximate_char_width", LIBRARY.PANGO);
261 	Linker.link(pango_font_metrics_get_approximate_digit_width, "pango_font_metrics_get_approximate_digit_width", LIBRARY.PANGO);
262 	Linker.link(pango_font_metrics_get_ascent, "pango_font_metrics_get_ascent", LIBRARY.PANGO);
263 	Linker.link(pango_font_metrics_get_descent, "pango_font_metrics_get_descent", LIBRARY.PANGO);
264 	Linker.link(pango_font_metrics_get_strikethrough_position, "pango_font_metrics_get_strikethrough_position", LIBRARY.PANGO);
265 	Linker.link(pango_font_metrics_get_strikethrough_thickness, "pango_font_metrics_get_strikethrough_thickness", LIBRARY.PANGO);
266 	Linker.link(pango_font_metrics_get_underline_position, "pango_font_metrics_get_underline_position", LIBRARY.PANGO);
267 	Linker.link(pango_font_metrics_get_underline_thickness, "pango_font_metrics_get_underline_thickness", LIBRARY.PANGO);
268 	Linker.link(pango_font_metrics_ref, "pango_font_metrics_ref", LIBRARY.PANGO);
269 	Linker.link(pango_font_metrics_unref, "pango_font_metrics_unref", LIBRARY.PANGO);
270 
271 	// pango.PgFontset
272 
273 	Linker.link(pango_fontset_get_type, "pango_fontset_get_type", LIBRARY.PANGO);
274 	Linker.link(pango_fontset_foreach, "pango_fontset_foreach", LIBRARY.PANGO);
275 	Linker.link(pango_fontset_get_font, "pango_fontset_get_font", LIBRARY.PANGO);
276 	Linker.link(pango_fontset_get_metrics, "pango_fontset_get_metrics", LIBRARY.PANGO);
277 
278 	// pango.PgFontsetSimple
279 
280 	Linker.link(pango_fontset_simple_get_type, "pango_fontset_simple_get_type", LIBRARY.PANGO);
281 	Linker.link(pango_fontset_simple_new, "pango_fontset_simple_new", LIBRARY.PANGO);
282 	Linker.link(pango_fontset_simple_append, "pango_fontset_simple_append", LIBRARY.PANGO);
283 	Linker.link(pango_fontset_simple_size, "pango_fontset_simple_size", LIBRARY.PANGO);
284 
285 	// pango.PgGlyphItem
286 
287 	Linker.link(pango_glyph_item_get_type, "pango_glyph_item_get_type", LIBRARY.PANGO);
288 	Linker.link(pango_glyph_item_apply_attrs, "pango_glyph_item_apply_attrs", LIBRARY.PANGO);
289 	Linker.link(pango_glyph_item_copy, "pango_glyph_item_copy", LIBRARY.PANGO);
290 	Linker.link(pango_glyph_item_free, "pango_glyph_item_free", LIBRARY.PANGO);
291 	Linker.link(pango_glyph_item_get_logical_widths, "pango_glyph_item_get_logical_widths", LIBRARY.PANGO);
292 	Linker.link(pango_glyph_item_letter_space, "pango_glyph_item_letter_space", LIBRARY.PANGO);
293 	Linker.link(pango_glyph_item_split, "pango_glyph_item_split", LIBRARY.PANGO);
294 
295 	// pango.PgGlyphItemIter
296 
297 	Linker.link(pango_glyph_item_iter_get_type, "pango_glyph_item_iter_get_type", LIBRARY.PANGO);
298 	Linker.link(pango_glyph_item_iter_copy, "pango_glyph_item_iter_copy", LIBRARY.PANGO);
299 	Linker.link(pango_glyph_item_iter_free, "pango_glyph_item_iter_free", LIBRARY.PANGO);
300 	Linker.link(pango_glyph_item_iter_init_end, "pango_glyph_item_iter_init_end", LIBRARY.PANGO);
301 	Linker.link(pango_glyph_item_iter_init_start, "pango_glyph_item_iter_init_start", LIBRARY.PANGO);
302 	Linker.link(pango_glyph_item_iter_next_cluster, "pango_glyph_item_iter_next_cluster", LIBRARY.PANGO);
303 	Linker.link(pango_glyph_item_iter_prev_cluster, "pango_glyph_item_iter_prev_cluster", LIBRARY.PANGO);
304 
305 	// pango.PgGlyphString
306 
307 	Linker.link(pango_glyph_string_get_type, "pango_glyph_string_get_type", LIBRARY.PANGO);
308 	Linker.link(pango_glyph_string_new, "pango_glyph_string_new", LIBRARY.PANGO);
309 	Linker.link(pango_glyph_string_copy, "pango_glyph_string_copy", LIBRARY.PANGO);
310 	Linker.link(pango_glyph_string_extents, "pango_glyph_string_extents", LIBRARY.PANGO);
311 	Linker.link(pango_glyph_string_extents_range, "pango_glyph_string_extents_range", LIBRARY.PANGO);
312 	Linker.link(pango_glyph_string_free, "pango_glyph_string_free", LIBRARY.PANGO);
313 	Linker.link(pango_glyph_string_get_logical_widths, "pango_glyph_string_get_logical_widths", LIBRARY.PANGO);
314 	Linker.link(pango_glyph_string_get_width, "pango_glyph_string_get_width", LIBRARY.PANGO);
315 	Linker.link(pango_glyph_string_index_to_x, "pango_glyph_string_index_to_x", LIBRARY.PANGO);
316 	Linker.link(pango_glyph_string_set_size, "pango_glyph_string_set_size", LIBRARY.PANGO);
317 	Linker.link(pango_glyph_string_x_to_index, "pango_glyph_string_x_to_index", LIBRARY.PANGO);
318 
319 	// pango.PgItem
320 
321 	Linker.link(pango_item_get_type, "pango_item_get_type", LIBRARY.PANGO);
322 	Linker.link(pango_item_new, "pango_item_new", LIBRARY.PANGO);
323 	Linker.link(pango_item_copy, "pango_item_copy", LIBRARY.PANGO);
324 	Linker.link(pango_item_free, "pango_item_free", LIBRARY.PANGO);
325 	Linker.link(pango_item_split, "pango_item_split", LIBRARY.PANGO);
326 
327 	// pango.PgLanguage
328 
329 	Linker.link(pango_language_get_type, "pango_language_get_type", LIBRARY.PANGO);
330 	Linker.link(pango_language_get_sample_string, "pango_language_get_sample_string", LIBRARY.PANGO);
331 	Linker.link(pango_language_get_scripts, "pango_language_get_scripts", LIBRARY.PANGO);
332 	Linker.link(pango_language_includes_script, "pango_language_includes_script", LIBRARY.PANGO);
333 	Linker.link(pango_language_matches, "pango_language_matches", LIBRARY.PANGO);
334 	Linker.link(pango_language_to_string, "pango_language_to_string", LIBRARY.PANGO);
335 	Linker.link(pango_language_from_string, "pango_language_from_string", LIBRARY.PANGO);
336 	Linker.link(pango_language_get_default, "pango_language_get_default", LIBRARY.PANGO);
337 
338 	// pango.PgLayout
339 
340 	Linker.link(pango_layout_get_type, "pango_layout_get_type", LIBRARY.PANGO);
341 	Linker.link(pango_layout_new, "pango_layout_new", LIBRARY.PANGO);
342 	Linker.link(pango_layout_context_changed, "pango_layout_context_changed", LIBRARY.PANGO);
343 	Linker.link(pango_layout_copy, "pango_layout_copy", LIBRARY.PANGO);
344 	Linker.link(pango_layout_get_alignment, "pango_layout_get_alignment", LIBRARY.PANGO);
345 	Linker.link(pango_layout_get_attributes, "pango_layout_get_attributes", LIBRARY.PANGO);
346 	Linker.link(pango_layout_get_auto_dir, "pango_layout_get_auto_dir", LIBRARY.PANGO);
347 	Linker.link(pango_layout_get_baseline, "pango_layout_get_baseline", LIBRARY.PANGO);
348 	Linker.link(pango_layout_get_character_count, "pango_layout_get_character_count", LIBRARY.PANGO);
349 	Linker.link(pango_layout_get_context, "pango_layout_get_context", LIBRARY.PANGO);
350 	Linker.link(pango_layout_get_cursor_pos, "pango_layout_get_cursor_pos", LIBRARY.PANGO);
351 	Linker.link(pango_layout_get_ellipsize, "pango_layout_get_ellipsize", LIBRARY.PANGO);
352 	Linker.link(pango_layout_get_extents, "pango_layout_get_extents", LIBRARY.PANGO);
353 	Linker.link(pango_layout_get_font_description, "pango_layout_get_font_description", LIBRARY.PANGO);
354 	Linker.link(pango_layout_get_height, "pango_layout_get_height", LIBRARY.PANGO);
355 	Linker.link(pango_layout_get_indent, "pango_layout_get_indent", LIBRARY.PANGO);
356 	Linker.link(pango_layout_get_iter, "pango_layout_get_iter", LIBRARY.PANGO);
357 	Linker.link(pango_layout_get_justify, "pango_layout_get_justify", LIBRARY.PANGO);
358 	Linker.link(pango_layout_get_line, "pango_layout_get_line", LIBRARY.PANGO);
359 	Linker.link(pango_layout_get_line_count, "pango_layout_get_line_count", LIBRARY.PANGO);
360 	Linker.link(pango_layout_get_line_readonly, "pango_layout_get_line_readonly", LIBRARY.PANGO);
361 	Linker.link(pango_layout_get_lines, "pango_layout_get_lines", LIBRARY.PANGO);
362 	Linker.link(pango_layout_get_lines_readonly, "pango_layout_get_lines_readonly", LIBRARY.PANGO);
363 	Linker.link(pango_layout_get_log_attrs, "pango_layout_get_log_attrs", LIBRARY.PANGO);
364 	Linker.link(pango_layout_get_log_attrs_readonly, "pango_layout_get_log_attrs_readonly", LIBRARY.PANGO);
365 	Linker.link(pango_layout_get_pixel_extents, "pango_layout_get_pixel_extents", LIBRARY.PANGO);
366 	Linker.link(pango_layout_get_pixel_size, "pango_layout_get_pixel_size", LIBRARY.PANGO);
367 	Linker.link(pango_layout_get_serial, "pango_layout_get_serial", LIBRARY.PANGO);
368 	Linker.link(pango_layout_get_single_paragraph_mode, "pango_layout_get_single_paragraph_mode", LIBRARY.PANGO);
369 	Linker.link(pango_layout_get_size, "pango_layout_get_size", LIBRARY.PANGO);
370 	Linker.link(pango_layout_get_spacing, "pango_layout_get_spacing", LIBRARY.PANGO);
371 	Linker.link(pango_layout_get_tabs, "pango_layout_get_tabs", LIBRARY.PANGO);
372 	Linker.link(pango_layout_get_text, "pango_layout_get_text", LIBRARY.PANGO);
373 	Linker.link(pango_layout_get_unknown_glyphs_count, "pango_layout_get_unknown_glyphs_count", LIBRARY.PANGO);
374 	Linker.link(pango_layout_get_width, "pango_layout_get_width", LIBRARY.PANGO);
375 	Linker.link(pango_layout_get_wrap, "pango_layout_get_wrap", LIBRARY.PANGO);
376 	Linker.link(pango_layout_index_to_line_x, "pango_layout_index_to_line_x", LIBRARY.PANGO);
377 	Linker.link(pango_layout_index_to_pos, "pango_layout_index_to_pos", LIBRARY.PANGO);
378 	Linker.link(pango_layout_is_ellipsized, "pango_layout_is_ellipsized", LIBRARY.PANGO);
379 	Linker.link(pango_layout_is_wrapped, "pango_layout_is_wrapped", LIBRARY.PANGO);
380 	Linker.link(pango_layout_move_cursor_visually, "pango_layout_move_cursor_visually", LIBRARY.PANGO);
381 	Linker.link(pango_layout_set_alignment, "pango_layout_set_alignment", LIBRARY.PANGO);
382 	Linker.link(pango_layout_set_attributes, "pango_layout_set_attributes", LIBRARY.PANGO);
383 	Linker.link(pango_layout_set_auto_dir, "pango_layout_set_auto_dir", LIBRARY.PANGO);
384 	Linker.link(pango_layout_set_ellipsize, "pango_layout_set_ellipsize", LIBRARY.PANGO);
385 	Linker.link(pango_layout_set_font_description, "pango_layout_set_font_description", LIBRARY.PANGO);
386 	Linker.link(pango_layout_set_height, "pango_layout_set_height", LIBRARY.PANGO);
387 	Linker.link(pango_layout_set_indent, "pango_layout_set_indent", LIBRARY.PANGO);
388 	Linker.link(pango_layout_set_justify, "pango_layout_set_justify", LIBRARY.PANGO);
389 	Linker.link(pango_layout_set_markup, "pango_layout_set_markup", LIBRARY.PANGO);
390 	Linker.link(pango_layout_set_markup_with_accel, "pango_layout_set_markup_with_accel", LIBRARY.PANGO);
391 	Linker.link(pango_layout_set_single_paragraph_mode, "pango_layout_set_single_paragraph_mode", LIBRARY.PANGO);
392 	Linker.link(pango_layout_set_spacing, "pango_layout_set_spacing", LIBRARY.PANGO);
393 	Linker.link(pango_layout_set_tabs, "pango_layout_set_tabs", LIBRARY.PANGO);
394 	Linker.link(pango_layout_set_text, "pango_layout_set_text", LIBRARY.PANGO);
395 	Linker.link(pango_layout_set_width, "pango_layout_set_width", LIBRARY.PANGO);
396 	Linker.link(pango_layout_set_wrap, "pango_layout_set_wrap", LIBRARY.PANGO);
397 	Linker.link(pango_layout_xy_to_index, "pango_layout_xy_to_index", LIBRARY.PANGO);
398 
399 	// pango.PgLayoutIter
400 
401 	Linker.link(pango_layout_iter_get_type, "pango_layout_iter_get_type", LIBRARY.PANGO);
402 	Linker.link(pango_layout_iter_at_last_line, "pango_layout_iter_at_last_line", LIBRARY.PANGO);
403 	Linker.link(pango_layout_iter_copy, "pango_layout_iter_copy", LIBRARY.PANGO);
404 	Linker.link(pango_layout_iter_free, "pango_layout_iter_free", LIBRARY.PANGO);
405 	Linker.link(pango_layout_iter_get_baseline, "pango_layout_iter_get_baseline", LIBRARY.PANGO);
406 	Linker.link(pango_layout_iter_get_char_extents, "pango_layout_iter_get_char_extents", LIBRARY.PANGO);
407 	Linker.link(pango_layout_iter_get_cluster_extents, "pango_layout_iter_get_cluster_extents", LIBRARY.PANGO);
408 	Linker.link(pango_layout_iter_get_index, "pango_layout_iter_get_index", LIBRARY.PANGO);
409 	Linker.link(pango_layout_iter_get_layout, "pango_layout_iter_get_layout", LIBRARY.PANGO);
410 	Linker.link(pango_layout_iter_get_layout_extents, "pango_layout_iter_get_layout_extents", LIBRARY.PANGO);
411 	Linker.link(pango_layout_iter_get_line, "pango_layout_iter_get_line", LIBRARY.PANGO);
412 	Linker.link(pango_layout_iter_get_line_extents, "pango_layout_iter_get_line_extents", LIBRARY.PANGO);
413 	Linker.link(pango_layout_iter_get_line_readonly, "pango_layout_iter_get_line_readonly", LIBRARY.PANGO);
414 	Linker.link(pango_layout_iter_get_line_yrange, "pango_layout_iter_get_line_yrange", LIBRARY.PANGO);
415 	Linker.link(pango_layout_iter_get_run, "pango_layout_iter_get_run", LIBRARY.PANGO);
416 	Linker.link(pango_layout_iter_get_run_extents, "pango_layout_iter_get_run_extents", LIBRARY.PANGO);
417 	Linker.link(pango_layout_iter_get_run_readonly, "pango_layout_iter_get_run_readonly", LIBRARY.PANGO);
418 	Linker.link(pango_layout_iter_next_char, "pango_layout_iter_next_char", LIBRARY.PANGO);
419 	Linker.link(pango_layout_iter_next_cluster, "pango_layout_iter_next_cluster", LIBRARY.PANGO);
420 	Linker.link(pango_layout_iter_next_line, "pango_layout_iter_next_line", LIBRARY.PANGO);
421 	Linker.link(pango_layout_iter_next_run, "pango_layout_iter_next_run", LIBRARY.PANGO);
422 
423 	// pango.PgLayoutLine
424 
425 	Linker.link(pango_layout_line_get_type, "pango_layout_line_get_type", LIBRARY.PANGO);
426 	Linker.link(pango_layout_line_get_extents, "pango_layout_line_get_extents", LIBRARY.PANGO);
427 	Linker.link(pango_layout_line_get_pixel_extents, "pango_layout_line_get_pixel_extents", LIBRARY.PANGO);
428 	Linker.link(pango_layout_line_get_x_ranges, "pango_layout_line_get_x_ranges", LIBRARY.PANGO);
429 	Linker.link(pango_layout_line_index_to_x, "pango_layout_line_index_to_x", LIBRARY.PANGO);
430 	Linker.link(pango_layout_line_ref, "pango_layout_line_ref", LIBRARY.PANGO);
431 	Linker.link(pango_layout_line_unref, "pango_layout_line_unref", LIBRARY.PANGO);
432 	Linker.link(pango_layout_line_x_to_index, "pango_layout_line_x_to_index", LIBRARY.PANGO);
433 
434 	// pango.PgMap
435 
436 	Linker.link(pango_map_get_engine, "pango_map_get_engine", LIBRARY.PANGO);
437 	Linker.link(pango_map_get_engines, "pango_map_get_engines", LIBRARY.PANGO);
438 	Linker.link(pango_find_map, "pango_find_map", LIBRARY.PANGO);
439 	Linker.link(pango_module_register, "pango_module_register", LIBRARY.PANGO);
440 
441 	// pango.PgMatrix
442 
443 	Linker.link(pango_matrix_get_type, "pango_matrix_get_type", LIBRARY.PANGO);
444 	Linker.link(pango_matrix_concat, "pango_matrix_concat", LIBRARY.PANGO);
445 	Linker.link(pango_matrix_copy, "pango_matrix_copy", LIBRARY.PANGO);
446 	Linker.link(pango_matrix_free, "pango_matrix_free", LIBRARY.PANGO);
447 	Linker.link(pango_matrix_get_font_scale_factor, "pango_matrix_get_font_scale_factor", LIBRARY.PANGO);
448 	Linker.link(pango_matrix_get_font_scale_factors, "pango_matrix_get_font_scale_factors", LIBRARY.PANGO);
449 	Linker.link(pango_matrix_rotate, "pango_matrix_rotate", LIBRARY.PANGO);
450 	Linker.link(pango_matrix_scale, "pango_matrix_scale", LIBRARY.PANGO);
451 	Linker.link(pango_matrix_transform_distance, "pango_matrix_transform_distance", LIBRARY.PANGO);
452 	Linker.link(pango_matrix_transform_pixel_rectangle, "pango_matrix_transform_pixel_rectangle", LIBRARY.PANGO);
453 	Linker.link(pango_matrix_transform_point, "pango_matrix_transform_point", LIBRARY.PANGO);
454 	Linker.link(pango_matrix_transform_rectangle, "pango_matrix_transform_rectangle", LIBRARY.PANGO);
455 	Linker.link(pango_matrix_translate, "pango_matrix_translate", LIBRARY.PANGO);
456 	Linker.link(pango_extents_to_pixels, "pango_extents_to_pixels", LIBRARY.PANGO);
457 	Linker.link(pango_units_from_double, "pango_units_from_double", LIBRARY.PANGO);
458 	Linker.link(pango_units_to_double, "pango_units_to_double", LIBRARY.PANGO);
459 
460 	// pango.PgRenderer
461 
462 	Linker.link(pango_renderer_get_type, "pango_renderer_get_type", LIBRARY.PANGO);
463 	Linker.link(pango_renderer_activate, "pango_renderer_activate", LIBRARY.PANGO);
464 	Linker.link(pango_renderer_deactivate, "pango_renderer_deactivate", LIBRARY.PANGO);
465 	Linker.link(pango_renderer_draw_error_underline, "pango_renderer_draw_error_underline", LIBRARY.PANGO);
466 	Linker.link(pango_renderer_draw_glyph, "pango_renderer_draw_glyph", LIBRARY.PANGO);
467 	Linker.link(pango_renderer_draw_glyph_item, "pango_renderer_draw_glyph_item", LIBRARY.PANGO);
468 	Linker.link(pango_renderer_draw_glyphs, "pango_renderer_draw_glyphs", LIBRARY.PANGO);
469 	Linker.link(pango_renderer_draw_layout, "pango_renderer_draw_layout", LIBRARY.PANGO);
470 	Linker.link(pango_renderer_draw_layout_line, "pango_renderer_draw_layout_line", LIBRARY.PANGO);
471 	Linker.link(pango_renderer_draw_rectangle, "pango_renderer_draw_rectangle", LIBRARY.PANGO);
472 	Linker.link(pango_renderer_draw_trapezoid, "pango_renderer_draw_trapezoid", LIBRARY.PANGO);
473 	Linker.link(pango_renderer_get_alpha, "pango_renderer_get_alpha", LIBRARY.PANGO);
474 	Linker.link(pango_renderer_get_color, "pango_renderer_get_color", LIBRARY.PANGO);
475 	Linker.link(pango_renderer_get_layout, "pango_renderer_get_layout", LIBRARY.PANGO);
476 	Linker.link(pango_renderer_get_layout_line, "pango_renderer_get_layout_line", LIBRARY.PANGO);
477 	Linker.link(pango_renderer_get_matrix, "pango_renderer_get_matrix", LIBRARY.PANGO);
478 	Linker.link(pango_renderer_part_changed, "pango_renderer_part_changed", LIBRARY.PANGO);
479 	Linker.link(pango_renderer_set_alpha, "pango_renderer_set_alpha", LIBRARY.PANGO);
480 	Linker.link(pango_renderer_set_color, "pango_renderer_set_color", LIBRARY.PANGO);
481 	Linker.link(pango_renderer_set_matrix, "pango_renderer_set_matrix", LIBRARY.PANGO);
482 
483 	// pango.PgScriptIter
484 
485 	Linker.link(pango_script_iter_free, "pango_script_iter_free", LIBRARY.PANGO);
486 	Linker.link(pango_script_iter_get_range, "pango_script_iter_get_range", LIBRARY.PANGO);
487 	Linker.link(pango_script_iter_next, "pango_script_iter_next", LIBRARY.PANGO);
488 	Linker.link(pango_script_iter_new, "pango_script_iter_new", LIBRARY.PANGO);
489 
490 	// pango.PgTabArray
491 
492 	Linker.link(pango_tab_array_get_type, "pango_tab_array_get_type", LIBRARY.PANGO);
493 	Linker.link(pango_tab_array_new, "pango_tab_array_new", LIBRARY.PANGO);
494 	Linker.link(pango_tab_array_new_with_positions, "pango_tab_array_new_with_positions", LIBRARY.PANGO);
495 	Linker.link(pango_tab_array_copy, "pango_tab_array_copy", LIBRARY.PANGO);
496 	Linker.link(pango_tab_array_free, "pango_tab_array_free", LIBRARY.PANGO);
497 	Linker.link(pango_tab_array_get_positions_in_pixels, "pango_tab_array_get_positions_in_pixels", LIBRARY.PANGO);
498 	Linker.link(pango_tab_array_get_size, "pango_tab_array_get_size", LIBRARY.PANGO);
499 	Linker.link(pango_tab_array_get_tab, "pango_tab_array_get_tab", LIBRARY.PANGO);
500 	Linker.link(pango_tab_array_get_tabs, "pango_tab_array_get_tabs", LIBRARY.PANGO);
501 	Linker.link(pango_tab_array_resize, "pango_tab_array_resize", LIBRARY.PANGO);
502 	Linker.link(pango_tab_array_set_tab, "pango_tab_array_set_tab", LIBRARY.PANGO);
503 
504 	// pango.PgCairoFontMap
505 
506 	Linker.link(pango_cairo_font_map_get_type, "pango_cairo_font_map_get_type", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
507 	Linker.link(pango_cairo_font_get_scaled_font, "pango_cairo_font_get_scaled_font", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
508 	Linker.link(pango_cairo_font_map_get_default, "pango_cairo_font_map_get_default", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
509 	Linker.link(pango_cairo_font_map_new, "pango_cairo_font_map_new", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
510 	Linker.link(pango_cairo_font_map_new_for_font_type, "pango_cairo_font_map_new_for_font_type", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
511 	Linker.link(pango_cairo_font_map_create_context, "pango_cairo_font_map_create_context", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
512 	Linker.link(pango_cairo_font_map_get_font_type, "pango_cairo_font_map_get_font_type", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
513 	Linker.link(pango_cairo_font_map_get_resolution, "pango_cairo_font_map_get_resolution", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
514 	Linker.link(pango_cairo_font_map_set_default, "pango_cairo_font_map_set_default", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
515 	Linker.link(pango_cairo_font_map_set_resolution, "pango_cairo_font_map_set_resolution", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
516 
517 	// pango.PgMiscellaneous
518 
519 	Linker.link(pango_config_key_get, "pango_config_key_get", LIBRARY.PANGO);
520 	Linker.link(pango_config_key_get_system, "pango_config_key_get_system", LIBRARY.PANGO);
521 	Linker.link(pango_get_lib_subdirectory, "pango_get_lib_subdirectory", LIBRARY.PANGO);
522 	Linker.link(pango_get_sysconf_subdirectory, "pango_get_sysconf_subdirectory", LIBRARY.PANGO);
523 	Linker.link(pango_is_zero_width, "pango_is_zero_width", LIBRARY.PANGO);
524 	Linker.link(pango_log2vis_get_embedding_levels, "pango_log2vis_get_embedding_levels", LIBRARY.PANGO);
525 	Linker.link(pango_lookup_aliases, "pango_lookup_aliases", LIBRARY.PANGO);
526 	Linker.link(pango_parse_enum, "pango_parse_enum", LIBRARY.PANGO);
527 	Linker.link(pango_parse_stretch, "pango_parse_stretch", LIBRARY.PANGO);
528 	Linker.link(pango_parse_style, "pango_parse_style", LIBRARY.PANGO);
529 	Linker.link(pango_parse_variant, "pango_parse_variant", LIBRARY.PANGO);
530 	Linker.link(pango_parse_weight, "pango_parse_weight", LIBRARY.PANGO);
531 	Linker.link(pango_quantize_line_geometry, "pango_quantize_line_geometry", LIBRARY.PANGO);
532 	Linker.link(pango_read_line, "pango_read_line", LIBRARY.PANGO);
533 	Linker.link(pango_scan_int, "pango_scan_int", LIBRARY.PANGO);
534 	Linker.link(pango_scan_string, "pango_scan_string", LIBRARY.PANGO);
535 	Linker.link(pango_scan_word, "pango_scan_word", LIBRARY.PANGO);
536 	Linker.link(pango_skip_space, "pango_skip_space", LIBRARY.PANGO);
537 	Linker.link(pango_split_file_list, "pango_split_file_list", LIBRARY.PANGO);
538 	Linker.link(pango_trim_string, "pango_trim_string", LIBRARY.PANGO);
539 
540 	// pango.PgVertical
541 
542 	Linker.link(pango_gravity_get_for_matrix, "pango_gravity_get_for_matrix", LIBRARY.PANGO);
543 	Linker.link(pango_gravity_get_for_script, "pango_gravity_get_for_script", LIBRARY.PANGO);
544 	Linker.link(pango_gravity_get_for_script_and_width, "pango_gravity_get_for_script_and_width", LIBRARY.PANGO);
545 	Linker.link(pango_gravity_to_rotation, "pango_gravity_to_rotation", LIBRARY.PANGO);
546 
547 	// pango.PgScript
548 
549 	Linker.link(pango_script_for_unichar, "pango_script_for_unichar", LIBRARY.PANGO);
550 	Linker.link(pango_script_get_sample_language, "pango_script_get_sample_language", LIBRARY.PANGO);
551 
552 	// pango.PgVersion
553 
554 	Linker.link(pango_version, "pango_version", LIBRARY.PANGO);
555 	Linker.link(pango_version_check, "pango_version_check", LIBRARY.PANGO);
556 	Linker.link(pango_version_string, "pango_version_string", LIBRARY.PANGO);
557 
558 	// pango.PgCairo
559 
560 	Linker.link(pango_cairo_context_get_font_options, "pango_cairo_context_get_font_options", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
561 	Linker.link(pango_cairo_context_get_resolution, "pango_cairo_context_get_resolution", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
562 	Linker.link(pango_cairo_context_get_shape_renderer, "pango_cairo_context_get_shape_renderer", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
563 	Linker.link(pango_cairo_context_set_font_options, "pango_cairo_context_set_font_options", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
564 	Linker.link(pango_cairo_context_set_resolution, "pango_cairo_context_set_resolution", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
565 	Linker.link(pango_cairo_context_set_shape_renderer, "pango_cairo_context_set_shape_renderer", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
566 	Linker.link(pango_cairo_create_context, "pango_cairo_create_context", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
567 	Linker.link(pango_cairo_create_layout, "pango_cairo_create_layout", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
568 	Linker.link(pango_cairo_error_underline_path, "pango_cairo_error_underline_path", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
569 	Linker.link(pango_cairo_glyph_string_path, "pango_cairo_glyph_string_path", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
570 	Linker.link(pango_cairo_layout_line_path, "pango_cairo_layout_line_path", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
571 	Linker.link(pango_cairo_layout_path, "pango_cairo_layout_path", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
572 	Linker.link(pango_cairo_show_error_underline, "pango_cairo_show_error_underline", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
573 	Linker.link(pango_cairo_show_glyph_item, "pango_cairo_show_glyph_item", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
574 	Linker.link(pango_cairo_show_glyph_string, "pango_cairo_show_glyph_string", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
575 	Linker.link(pango_cairo_show_layout, "pango_cairo_show_layout", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
576 	Linker.link(pango_cairo_show_layout_line, "pango_cairo_show_layout_line", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
577 	Linker.link(pango_cairo_update_context, "pango_cairo_update_context", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
578 	Linker.link(pango_cairo_update_layout, "pango_cairo_update_layout", LIBRARY.PANGO, LIBRARY.PANGOCAIRO);
579 }
580 
581 __gshared extern(C)
582 {
583 
584 	// pango.PgAttributeFontDesc
585 
586 	PangoAttribute* function(PangoFontDescription* desc) c_pango_attr_font_desc_new;
587 
588 	// pango.PgAttrFontFeatures
589 
590 	PangoAttribute* function(const(char)* features) c_pango_attr_font_features_new;
591 
592 	// pango.PgAttributeIterator
593 
594 	PangoAttrIterator* function(PangoAttrIterator* iterator) c_pango_attr_iterator_copy;
595 	void function(PangoAttrIterator* iterator) c_pango_attr_iterator_destroy;
596 	PangoAttribute* function(PangoAttrIterator* iterator, PangoAttrType type) c_pango_attr_iterator_get;
597 	GSList* function(PangoAttrIterator* iterator) c_pango_attr_iterator_get_attrs;
598 	void function(PangoAttrIterator* iterator, PangoFontDescription* desc, PangoLanguage** language, GSList** extraAttrs) c_pango_attr_iterator_get_font;
599 	int function(PangoAttrIterator* iterator) c_pango_attr_iterator_next;
600 	void function(PangoAttrIterator* iterator, int* start, int* end) c_pango_attr_iterator_range;
601 
602 	// pango.PgAttributeLanguage
603 
604 	PangoAttribute* function(PangoLanguage* language) c_pango_attr_language_new;
605 
606 	// pango.PgAttributeList
607 
608 	GType function() c_pango_attr_list_get_type;
609 	PangoAttrList* function() c_pango_attr_list_new;
610 	void function(PangoAttrList* list, PangoAttribute* attr) c_pango_attr_list_change;
611 	PangoAttrList* function(PangoAttrList* list) c_pango_attr_list_copy;
612 	PangoAttrList* function(PangoAttrList* list, PangoAttrFilterFunc func, void* data) c_pango_attr_list_filter;
613 	PangoAttrIterator* function(PangoAttrList* list) c_pango_attr_list_get_iterator;
614 	void function(PangoAttrList* list, PangoAttribute* attr) c_pango_attr_list_insert;
615 	void function(PangoAttrList* list, PangoAttribute* attr) c_pango_attr_list_insert_before;
616 	PangoAttrList* function(PangoAttrList* list) c_pango_attr_list_ref;
617 	void function(PangoAttrList* list, PangoAttrList* other, int pos, int len) c_pango_attr_list_splice;
618 	void function(PangoAttrList* list) c_pango_attr_list_unref;
619 
620 	// pango.PgAttributeShape
621 
622 	PangoAttribute* function(PangoRectangle* inkRect, PangoRectangle* logicalRect) c_pango_attr_shape_new;
623 	PangoAttribute* function(PangoRectangle* inkRect, PangoRectangle* logicalRect, void* data, PangoAttrDataCopyFunc copyFunc, GDestroyNotify destroyFunc) c_pango_attr_shape_new_with_data;
624 
625 	// pango.PgAttributeSize
626 
627 	PangoAttribute* function(int size) c_pango_attr_size_new;
628 	PangoAttribute* function(int size) c_pango_attr_size_new_absolute;
629 
630 	// pango.PgAttribute
631 
632 	PangoAttribute* function(PangoAttribute* attr) c_pango_attribute_copy;
633 	void function(PangoAttribute* attr) c_pango_attribute_destroy;
634 	int function(PangoAttribute* attr1, PangoAttribute* attr2) c_pango_attribute_equal;
635 	void function(PangoAttribute* attr, PangoAttrClass* klass) c_pango_attribute_init;
636 	PangoAttribute* function(ushort red, ushort green, ushort blue) c_pango_attr_background_new;
637 	PangoAttribute* function(ushort alpha) c_pango_attr_background_alpha_new;
638 	PangoAttribute* function(int enableFallback) c_pango_attr_fallback_new;
639 	PangoAttribute* function(const(char)* family) c_pango_attr_family_new;
640 	PangoAttribute* function(ushort red, ushort green, ushort blue) c_pango_attr_foreground_new;
641 	PangoAttribute* function(ushort alpha) c_pango_attr_foreground_alpha_new;
642 	PangoAttribute* function(PangoGravityHint hint) c_pango_attr_gravity_hint_new;
643 	PangoAttribute* function(PangoGravity gravity) c_pango_attr_gravity_new;
644 	PangoAttribute* function(int letterSpacing) c_pango_attr_letter_spacing_new;
645 	PangoAttribute* function(int rise) c_pango_attr_rise_new;
646 	PangoAttribute* function(double scaleFactor) c_pango_attr_scale_new;
647 	PangoAttribute* function(PangoStretch stretch) c_pango_attr_stretch_new;
648 	PangoAttribute* function(ushort red, ushort green, ushort blue) c_pango_attr_strikethrough_color_new;
649 	PangoAttribute* function(int strikethrough) c_pango_attr_strikethrough_new;
650 	PangoAttribute* function(PangoStyle style) c_pango_attr_style_new;
651 	const(char)* function(PangoAttrType type) c_pango_attr_type_get_name;
652 	PangoAttrType function(const(char)* name) c_pango_attr_type_register;
653 	PangoAttribute* function(ushort red, ushort green, ushort blue) c_pango_attr_underline_color_new;
654 	PangoAttribute* function(PangoUnderline underline) c_pango_attr_underline_new;
655 	PangoAttribute* function(PangoVariant variant) c_pango_attr_variant_new;
656 	PangoAttribute* function(PangoWeight weight) c_pango_attr_weight_new;
657 	int function(GMarkupParseContext* context, PangoAttrList** attrList, char** text, dchar* accelChar, GError** err) c_pango_markup_parser_finish;
658 	GMarkupParseContext* function(dchar accelMarker) c_pango_markup_parser_new;
659 	int function(const(char)* markupText, int length, dchar accelMarker, PangoAttrList** attrList, char** text, dchar* accelChar, GError** err) c_pango_parse_markup;
660 
661 	// pango.PgColor
662 
663 	GType function() c_pango_color_get_type;
664 	PangoColor* function(PangoColor* src) c_pango_color_copy;
665 	void function(PangoColor* color) c_pango_color_free;
666 	int function(PangoColor* color, const(char)* spec) c_pango_color_parse;
667 	char* function(PangoColor* color) c_pango_color_to_string;
668 
669 	// pango.PgContext
670 
671 	GType function() c_pango_context_get_type;
672 	PangoContext* function() c_pango_context_new;
673 	void function(PangoContext* context) c_pango_context_changed;
674 	PangoDirection function(PangoContext* context) c_pango_context_get_base_dir;
675 	PangoGravity function(PangoContext* context) c_pango_context_get_base_gravity;
676 	PangoFontDescription* function(PangoContext* context) c_pango_context_get_font_description;
677 	PangoFontMap* function(PangoContext* context) c_pango_context_get_font_map;
678 	PangoGravity function(PangoContext* context) c_pango_context_get_gravity;
679 	PangoGravityHint function(PangoContext* context) c_pango_context_get_gravity_hint;
680 	PangoLanguage* function(PangoContext* context) c_pango_context_get_language;
681 	PangoMatrix* function(PangoContext* context) c_pango_context_get_matrix;
682 	PangoFontMetrics* function(PangoContext* context, PangoFontDescription* desc, PangoLanguage* language) c_pango_context_get_metrics;
683 	uint function(PangoContext* context) c_pango_context_get_serial;
684 	void function(PangoContext* context, PangoFontFamily*** families, int* nFamilies) c_pango_context_list_families;
685 	PangoFont* function(PangoContext* context, PangoFontDescription* desc) c_pango_context_load_font;
686 	PangoFontset* function(PangoContext* context, PangoFontDescription* desc, PangoLanguage* language) c_pango_context_load_fontset;
687 	void function(PangoContext* context, PangoDirection direction) c_pango_context_set_base_dir;
688 	void function(PangoContext* context, PangoGravity gravity) c_pango_context_set_base_gravity;
689 	void function(PangoContext* context, PangoFontDescription* desc) c_pango_context_set_font_description;
690 	void function(PangoContext* context, PangoFontMap* fontMap) c_pango_context_set_font_map;
691 	void function(PangoContext* context, PangoGravityHint hint) c_pango_context_set_gravity_hint;
692 	void function(PangoContext* context, PangoLanguage* language) c_pango_context_set_language;
693 	void function(PangoContext* context, PangoMatrix* matrix) c_pango_context_set_matrix;
694 	PangoBidiType function(dchar ch) c_pango_bidi_type_for_unichar;
695 	void function(const(char)* text, int length, PangoAnalysis* analysis, PangoLogAttr* attrs, int attrsLen) c_pango_break;
696 	void function(const(char)* text, int length, PangoAnalysis* analysis, PangoLogAttr* attrs, int attrsLen) c_pango_default_break;
697 	PangoDirection function(const(char)* text, int length) c_pango_find_base_dir;
698 	void function(const(char)* text, int length, int* paragraphDelimiterIndex, int* nextParagraphStart) c_pango_find_paragraph_boundary;
699 	void function(const(char)* text, int length, int level, PangoLanguage* language, PangoLogAttr* logAttrs, int attrsLen) c_pango_get_log_attrs;
700 	int function(dchar ch, dchar* mirroredCh) c_pango_get_mirror_char;
701 	GList* function(PangoContext* context, const(char)* text, int startIndex, int length, PangoAttrList* attrs, PangoAttrIterator* cachedIter) c_pango_itemize;
702 	GList* function(PangoContext* context, PangoDirection baseDir, const(char)* text, int startIndex, int length, PangoAttrList* attrs, PangoAttrIterator* cachedIter) c_pango_itemize_with_base_dir;
703 	GList* function(GList* logicalItems) c_pango_reorder_items;
704 	void function(const(char)* text, int length, PangoAnalysis* analysis, PangoGlyphString* glyphs) c_pango_shape;
705 	void function(const(char)* itemText, int itemLength, const(char)* paragraphText, int paragraphLength, PangoAnalysis* analysis, PangoGlyphString* glyphs) c_pango_shape_full;
706 	PangoDirection function(dchar ch) c_pango_unichar_direction;
707 
708 	// pango.PgCoverage
709 
710 	PangoCoverage* function(PangoCoverage* coverage) c_pango_coverage_copy;
711 	PangoCoverageLevel function(PangoCoverage* coverage, int index) c_pango_coverage_get;
712 	void function(PangoCoverage* coverage, PangoCoverage* other) c_pango_coverage_max;
713 	PangoCoverage* function(PangoCoverage* coverage) c_pango_coverage_ref;
714 	void function(PangoCoverage* coverage, int index, PangoCoverageLevel level) c_pango_coverage_set;
715 	void function(PangoCoverage* coverage, char** bytes, int* nBytes) c_pango_coverage_to_bytes;
716 	void function(PangoCoverage* coverage) c_pango_coverage_unref;
717 	PangoCoverage* function(char* bytes, int nBytes) c_pango_coverage_from_bytes;
718 	PangoCoverage* function() c_pango_coverage_new;
719 
720 	// pango.PgEngine
721 
722 	GType function() c_pango_engine_get_type;
723 
724 	// pango.PgEngineLang
725 
726 	GType function() c_pango_engine_lang_get_type;
727 
728 	// pango.PgEngineShape
729 
730 	GType function() c_pango_engine_shape_get_type;
731 
732 	// pango.PgFont
733 
734 	GType function() c_pango_font_get_type;
735 	void function(PangoFontDescription** descs, int nDescs) c_pango_font_descriptions_free;
736 	PangoFontDescription* function(PangoFont* font) c_pango_font_describe;
737 	PangoFontDescription* function(PangoFont* font) c_pango_font_describe_with_absolute_size;
738 	PangoEngineShape* function(PangoFont* font, PangoLanguage* language, uint ch) c_pango_font_find_shaper;
739 	PangoCoverage* function(PangoFont* font, PangoLanguage* language) c_pango_font_get_coverage;
740 	PangoFontMap* function(PangoFont* font) c_pango_font_get_font_map;
741 	void function(PangoFont* font, PangoGlyph glyph, PangoRectangle* inkRect, PangoRectangle* logicalRect) c_pango_font_get_glyph_extents;
742 	PangoFontMetrics* function(PangoFont* font, PangoLanguage* language) c_pango_font_get_metrics;
743 
744 	// pango.PgFontDescription
745 
746 	GType function() c_pango_font_description_get_type;
747 	PangoFontDescription* function() c_pango_font_description_new;
748 	int function(PangoFontDescription* desc, PangoFontDescription* oldMatch, PangoFontDescription* newMatch) c_pango_font_description_better_match;
749 	PangoFontDescription* function(PangoFontDescription* desc) c_pango_font_description_copy;
750 	PangoFontDescription* function(PangoFontDescription* desc) c_pango_font_description_copy_static;
751 	int function(PangoFontDescription* desc1, PangoFontDescription* desc2) c_pango_font_description_equal;
752 	void function(PangoFontDescription* desc) c_pango_font_description_free;
753 	const(char)* function(PangoFontDescription* desc) c_pango_font_description_get_family;
754 	PangoGravity function(PangoFontDescription* desc) c_pango_font_description_get_gravity;
755 	PangoFontMask function(PangoFontDescription* desc) c_pango_font_description_get_set_fields;
756 	int function(PangoFontDescription* desc) c_pango_font_description_get_size;
757 	int function(PangoFontDescription* desc) c_pango_font_description_get_size_is_absolute;
758 	PangoStretch function(PangoFontDescription* desc) c_pango_font_description_get_stretch;
759 	PangoStyle function(PangoFontDescription* desc) c_pango_font_description_get_style;
760 	PangoVariant function(PangoFontDescription* desc) c_pango_font_description_get_variant;
761 	PangoWeight function(PangoFontDescription* desc) c_pango_font_description_get_weight;
762 	uint function(PangoFontDescription* desc) c_pango_font_description_hash;
763 	void function(PangoFontDescription* desc, PangoFontDescription* descToMerge, int replaceExisting) c_pango_font_description_merge;
764 	void function(PangoFontDescription* desc, PangoFontDescription* descToMerge, int replaceExisting) c_pango_font_description_merge_static;
765 	void function(PangoFontDescription* desc, double size) c_pango_font_description_set_absolute_size;
766 	void function(PangoFontDescription* desc, const(char)* family) c_pango_font_description_set_family;
767 	void function(PangoFontDescription* desc, const(char)* family) c_pango_font_description_set_family_static;
768 	void function(PangoFontDescription* desc, PangoGravity gravity) c_pango_font_description_set_gravity;
769 	void function(PangoFontDescription* desc, int size) c_pango_font_description_set_size;
770 	void function(PangoFontDescription* desc, PangoStretch stretch) c_pango_font_description_set_stretch;
771 	void function(PangoFontDescription* desc, PangoStyle style) c_pango_font_description_set_style;
772 	void function(PangoFontDescription* desc, PangoVariant variant) c_pango_font_description_set_variant;
773 	void function(PangoFontDescription* desc, PangoWeight weight) c_pango_font_description_set_weight;
774 	char* function(PangoFontDescription* desc) c_pango_font_description_to_filename;
775 	char* function(PangoFontDescription* desc) c_pango_font_description_to_string;
776 	void function(PangoFontDescription* desc, PangoFontMask toUnset) c_pango_font_description_unset_fields;
777 	PangoFontDescription* function(const(char)* str) c_pango_font_description_from_string;
778 
779 	// pango.PgFontFace
780 
781 	GType function() c_pango_font_face_get_type;
782 	PangoFontDescription* function(PangoFontFace* face) c_pango_font_face_describe;
783 	const(char)* function(PangoFontFace* face) c_pango_font_face_get_face_name;
784 	int function(PangoFontFace* face) c_pango_font_face_is_synthesized;
785 	void function(PangoFontFace* face, int** sizes, int* nSizes) c_pango_font_face_list_sizes;
786 
787 	// pango.PgFontFamily
788 
789 	GType function() c_pango_font_family_get_type;
790 	const(char)* function(PangoFontFamily* family) c_pango_font_family_get_name;
791 	int function(PangoFontFamily* family) c_pango_font_family_is_monospace;
792 	void function(PangoFontFamily* family, PangoFontFace*** faces, int* nFaces) c_pango_font_family_list_faces;
793 
794 	// pango.PgFontMap
795 
796 	GType function() c_pango_font_map_get_type;
797 	void function(PangoFontMap* fontmap) c_pango_font_map_changed;
798 	PangoContext* function(PangoFontMap* fontmap) c_pango_font_map_create_context;
799 	uint function(PangoFontMap* fontmap) c_pango_font_map_get_serial;
800 	const(char)* function(PangoFontMap* fontmap) c_pango_font_map_get_shape_engine_type;
801 	void function(PangoFontMap* fontmap, PangoFontFamily*** families, int* nFamilies) c_pango_font_map_list_families;
802 	PangoFont* function(PangoFontMap* fontmap, PangoContext* context, PangoFontDescription* desc) c_pango_font_map_load_font;
803 	PangoFontset* function(PangoFontMap* fontmap, PangoContext* context, PangoFontDescription* desc, PangoLanguage* language) c_pango_font_map_load_fontset;
804 
805 	// pango.PgFontMetrics
806 
807 	GType function() c_pango_font_metrics_get_type;
808 	PangoFontMetrics* function() c_pango_font_metrics_new;
809 	int function(PangoFontMetrics* metrics) c_pango_font_metrics_get_approximate_char_width;
810 	int function(PangoFontMetrics* metrics) c_pango_font_metrics_get_approximate_digit_width;
811 	int function(PangoFontMetrics* metrics) c_pango_font_metrics_get_ascent;
812 	int function(PangoFontMetrics* metrics) c_pango_font_metrics_get_descent;
813 	int function(PangoFontMetrics* metrics) c_pango_font_metrics_get_strikethrough_position;
814 	int function(PangoFontMetrics* metrics) c_pango_font_metrics_get_strikethrough_thickness;
815 	int function(PangoFontMetrics* metrics) c_pango_font_metrics_get_underline_position;
816 	int function(PangoFontMetrics* metrics) c_pango_font_metrics_get_underline_thickness;
817 	PangoFontMetrics* function(PangoFontMetrics* metrics) c_pango_font_metrics_ref;
818 	void function(PangoFontMetrics* metrics) c_pango_font_metrics_unref;
819 
820 	// pango.PgFontset
821 
822 	GType function() c_pango_fontset_get_type;
823 	void function(PangoFontset* fontset, PangoFontsetForeachFunc func, void* data) c_pango_fontset_foreach;
824 	PangoFont* function(PangoFontset* fontset, uint wc) c_pango_fontset_get_font;
825 	PangoFontMetrics* function(PangoFontset* fontset) c_pango_fontset_get_metrics;
826 
827 	// pango.PgFontsetSimple
828 
829 	GType function() c_pango_fontset_simple_get_type;
830 	PangoFontsetSimple* function(PangoLanguage* language) c_pango_fontset_simple_new;
831 	void function(PangoFontsetSimple* fontset, PangoFont* font) c_pango_fontset_simple_append;
832 	int function(PangoFontsetSimple* fontset) c_pango_fontset_simple_size;
833 
834 	// pango.PgGlyphItem
835 
836 	GType function() c_pango_glyph_item_get_type;
837 	GSList* function(PangoGlyphItem* glyphItem, const(char)* text, PangoAttrList* list) c_pango_glyph_item_apply_attrs;
838 	PangoGlyphItem* function(PangoGlyphItem* orig) c_pango_glyph_item_copy;
839 	void function(PangoGlyphItem* glyphItem) c_pango_glyph_item_free;
840 	void function(PangoGlyphItem* glyphItem, const(char)* text, int* logicalWidths) c_pango_glyph_item_get_logical_widths;
841 	void function(PangoGlyphItem* glyphItem, const(char)* text, PangoLogAttr* logAttrs, int letterSpacing) c_pango_glyph_item_letter_space;
842 	PangoGlyphItem* function(PangoGlyphItem* orig, const(char)* text, int splitIndex) c_pango_glyph_item_split;
843 
844 	// pango.PgGlyphItemIter
845 
846 	GType function() c_pango_glyph_item_iter_get_type;
847 	PangoGlyphItemIter* function(PangoGlyphItemIter* orig) c_pango_glyph_item_iter_copy;
848 	void function(PangoGlyphItemIter* iter) c_pango_glyph_item_iter_free;
849 	int function(PangoGlyphItemIter* iter, PangoGlyphItem* glyphItem, const(char)* text) c_pango_glyph_item_iter_init_end;
850 	int function(PangoGlyphItemIter* iter, PangoGlyphItem* glyphItem, const(char)* text) c_pango_glyph_item_iter_init_start;
851 	int function(PangoGlyphItemIter* iter) c_pango_glyph_item_iter_next_cluster;
852 	int function(PangoGlyphItemIter* iter) c_pango_glyph_item_iter_prev_cluster;
853 
854 	// pango.PgGlyphString
855 
856 	GType function() c_pango_glyph_string_get_type;
857 	PangoGlyphString* function() c_pango_glyph_string_new;
858 	PangoGlyphString* function(PangoGlyphString* str) c_pango_glyph_string_copy;
859 	void function(PangoGlyphString* glyphs, PangoFont* font, PangoRectangle* inkRect, PangoRectangle* logicalRect) c_pango_glyph_string_extents;
860 	void function(PangoGlyphString* glyphs, int start, int end, PangoFont* font, PangoRectangle* inkRect, PangoRectangle* logicalRect) c_pango_glyph_string_extents_range;
861 	void function(PangoGlyphString* str) c_pango_glyph_string_free;
862 	void function(PangoGlyphString* glyphs, const(char)* text, int length, int embeddingLevel, int* logicalWidths) c_pango_glyph_string_get_logical_widths;
863 	int function(PangoGlyphString* glyphs) c_pango_glyph_string_get_width;
864 	void function(PangoGlyphString* glyphs, char* text, int length, PangoAnalysis* analysis, int index, int trailing, int* xPos) c_pango_glyph_string_index_to_x;
865 	void function(PangoGlyphString* str, int newLen) c_pango_glyph_string_set_size;
866 	void function(PangoGlyphString* glyphs, char* text, int length, PangoAnalysis* analysis, int xPos, int* index, int* trailing) c_pango_glyph_string_x_to_index;
867 
868 	// pango.PgItem
869 
870 	GType function() c_pango_item_get_type;
871 	PangoItem* function() c_pango_item_new;
872 	PangoItem* function(PangoItem* item) c_pango_item_copy;
873 	void function(PangoItem* item) c_pango_item_free;
874 	PangoItem* function(PangoItem* orig, int splitIndex, int splitOffset) c_pango_item_split;
875 
876 	// pango.PgLanguage
877 
878 	GType function() c_pango_language_get_type;
879 	const(char)* function(PangoLanguage* language) c_pango_language_get_sample_string;
880 	PangoScript* function(PangoLanguage* language, int* numScripts) c_pango_language_get_scripts;
881 	int function(PangoLanguage* language, PangoScript script) c_pango_language_includes_script;
882 	int function(PangoLanguage* language, const(char)* rangeList) c_pango_language_matches;
883 	const(char)* function(PangoLanguage* language) c_pango_language_to_string;
884 	PangoLanguage* function(const(char)* language) c_pango_language_from_string;
885 	PangoLanguage* function() c_pango_language_get_default;
886 
887 	// pango.PgLayout
888 
889 	GType function() c_pango_layout_get_type;
890 	PangoLayout* function(PangoContext* context) c_pango_layout_new;
891 	void function(PangoLayout* layout) c_pango_layout_context_changed;
892 	PangoLayout* function(PangoLayout* src) c_pango_layout_copy;
893 	PangoAlignment function(PangoLayout* layout) c_pango_layout_get_alignment;
894 	PangoAttrList* function(PangoLayout* layout) c_pango_layout_get_attributes;
895 	int function(PangoLayout* layout) c_pango_layout_get_auto_dir;
896 	int function(PangoLayout* layout) c_pango_layout_get_baseline;
897 	int function(PangoLayout* layout) c_pango_layout_get_character_count;
898 	PangoContext* function(PangoLayout* layout) c_pango_layout_get_context;
899 	void function(PangoLayout* layout, int index, PangoRectangle* strongPos, PangoRectangle* weakPos) c_pango_layout_get_cursor_pos;
900 	PangoEllipsizeMode function(PangoLayout* layout) c_pango_layout_get_ellipsize;
901 	void function(PangoLayout* layout, PangoRectangle* inkRect, PangoRectangle* logicalRect) c_pango_layout_get_extents;
902 	PangoFontDescription* function(PangoLayout* layout) c_pango_layout_get_font_description;
903 	int function(PangoLayout* layout) c_pango_layout_get_height;
904 	int function(PangoLayout* layout) c_pango_layout_get_indent;
905 	PangoLayoutIter* function(PangoLayout* layout) c_pango_layout_get_iter;
906 	int function(PangoLayout* layout) c_pango_layout_get_justify;
907 	PangoLayoutLine* function(PangoLayout* layout, int line) c_pango_layout_get_line;
908 	int function(PangoLayout* layout) c_pango_layout_get_line_count;
909 	PangoLayoutLine* function(PangoLayout* layout, int line) c_pango_layout_get_line_readonly;
910 	GSList* function(PangoLayout* layout) c_pango_layout_get_lines;
911 	GSList* function(PangoLayout* layout) c_pango_layout_get_lines_readonly;
912 	void function(PangoLayout* layout, PangoLogAttr** attrs, int* nAttrs) c_pango_layout_get_log_attrs;
913 	PangoLogAttr* function(PangoLayout* layout, int* nAttrs) c_pango_layout_get_log_attrs_readonly;
914 	void function(PangoLayout* layout, PangoRectangle* inkRect, PangoRectangle* logicalRect) c_pango_layout_get_pixel_extents;
915 	void function(PangoLayout* layout, int* width, int* height) c_pango_layout_get_pixel_size;
916 	uint function(PangoLayout* layout) c_pango_layout_get_serial;
917 	int function(PangoLayout* layout) c_pango_layout_get_single_paragraph_mode;
918 	void function(PangoLayout* layout, int* width, int* height) c_pango_layout_get_size;
919 	int function(PangoLayout* layout) c_pango_layout_get_spacing;
920 	PangoTabArray* function(PangoLayout* layout) c_pango_layout_get_tabs;
921 	const(char)* function(PangoLayout* layout) c_pango_layout_get_text;
922 	int function(PangoLayout* layout) c_pango_layout_get_unknown_glyphs_count;
923 	int function(PangoLayout* layout) c_pango_layout_get_width;
924 	PangoWrapMode function(PangoLayout* layout) c_pango_layout_get_wrap;
925 	void function(PangoLayout* layout, int index, int trailing, int* line, int* xPos) c_pango_layout_index_to_line_x;
926 	void function(PangoLayout* layout, int index, PangoRectangle* pos) c_pango_layout_index_to_pos;
927 	int function(PangoLayout* layout) c_pango_layout_is_ellipsized;
928 	int function(PangoLayout* layout) c_pango_layout_is_wrapped;
929 	void function(PangoLayout* layout, int strong, int oldIndex, int oldTrailing, int direction, int* newIndex, int* newTrailing) c_pango_layout_move_cursor_visually;
930 	void function(PangoLayout* layout, PangoAlignment alignment) c_pango_layout_set_alignment;
931 	void function(PangoLayout* layout, PangoAttrList* attrs) c_pango_layout_set_attributes;
932 	void function(PangoLayout* layout, int autoDir) c_pango_layout_set_auto_dir;
933 	void function(PangoLayout* layout, PangoEllipsizeMode ellipsize) c_pango_layout_set_ellipsize;
934 	void function(PangoLayout* layout, PangoFontDescription* desc) c_pango_layout_set_font_description;
935 	void function(PangoLayout* layout, int height) c_pango_layout_set_height;
936 	void function(PangoLayout* layout, int indent) c_pango_layout_set_indent;
937 	void function(PangoLayout* layout, int justify) c_pango_layout_set_justify;
938 	void function(PangoLayout* layout, const(char)* markup, int length) c_pango_layout_set_markup;
939 	void function(PangoLayout* layout, const(char)* markup, int length, dchar accelMarker, dchar* accelChar) c_pango_layout_set_markup_with_accel;
940 	void function(PangoLayout* layout, int setting) c_pango_layout_set_single_paragraph_mode;
941 	void function(PangoLayout* layout, int spacing) c_pango_layout_set_spacing;
942 	void function(PangoLayout* layout, PangoTabArray* tabs) c_pango_layout_set_tabs;
943 	void function(PangoLayout* layout, const(char)* text, int length) c_pango_layout_set_text;
944 	void function(PangoLayout* layout, int width) c_pango_layout_set_width;
945 	void function(PangoLayout* layout, PangoWrapMode wrap) c_pango_layout_set_wrap;
946 	int function(PangoLayout* layout, int x, int y, int* index, int* trailing) c_pango_layout_xy_to_index;
947 
948 	// pango.PgLayoutIter
949 
950 	GType function() c_pango_layout_iter_get_type;
951 	int function(PangoLayoutIter* iter) c_pango_layout_iter_at_last_line;
952 	PangoLayoutIter* function(PangoLayoutIter* iter) c_pango_layout_iter_copy;
953 	void function(PangoLayoutIter* iter) c_pango_layout_iter_free;
954 	int function(PangoLayoutIter* iter) c_pango_layout_iter_get_baseline;
955 	void function(PangoLayoutIter* iter, PangoRectangle* logicalRect) c_pango_layout_iter_get_char_extents;
956 	void function(PangoLayoutIter* iter, PangoRectangle* inkRect, PangoRectangle* logicalRect) c_pango_layout_iter_get_cluster_extents;
957 	int function(PangoLayoutIter* iter) c_pango_layout_iter_get_index;
958 	PangoLayout* function(PangoLayoutIter* iter) c_pango_layout_iter_get_layout;
959 	void function(PangoLayoutIter* iter, PangoRectangle* inkRect, PangoRectangle* logicalRect) c_pango_layout_iter_get_layout_extents;
960 	PangoLayoutLine* function(PangoLayoutIter* iter) c_pango_layout_iter_get_line;
961 	void function(PangoLayoutIter* iter, PangoRectangle* inkRect, PangoRectangle* logicalRect) c_pango_layout_iter_get_line_extents;
962 	PangoLayoutLine* function(PangoLayoutIter* iter) c_pango_layout_iter_get_line_readonly;
963 	void function(PangoLayoutIter* iter, int* y0, int* y1) c_pango_layout_iter_get_line_yrange;
964 	PangoLayoutRun* function(PangoLayoutIter* iter) c_pango_layout_iter_get_run;
965 	void function(PangoLayoutIter* iter, PangoRectangle* inkRect, PangoRectangle* logicalRect) c_pango_layout_iter_get_run_extents;
966 	PangoLayoutRun* function(PangoLayoutIter* iter) c_pango_layout_iter_get_run_readonly;
967 	int function(PangoLayoutIter* iter) c_pango_layout_iter_next_char;
968 	int function(PangoLayoutIter* iter) c_pango_layout_iter_next_cluster;
969 	int function(PangoLayoutIter* iter) c_pango_layout_iter_next_line;
970 	int function(PangoLayoutIter* iter) c_pango_layout_iter_next_run;
971 
972 	// pango.PgLayoutLine
973 
974 	GType function() c_pango_layout_line_get_type;
975 	void function(PangoLayoutLine* line, PangoRectangle* inkRect, PangoRectangle* logicalRect) c_pango_layout_line_get_extents;
976 	void function(PangoLayoutLine* layoutLine, PangoRectangle* inkRect, PangoRectangle* logicalRect) c_pango_layout_line_get_pixel_extents;
977 	void function(PangoLayoutLine* line, int startIndex, int endIndex, int** ranges, int* nRanges) c_pango_layout_line_get_x_ranges;
978 	void function(PangoLayoutLine* line, int index, int trailing, int* xPos) c_pango_layout_line_index_to_x;
979 	PangoLayoutLine* function(PangoLayoutLine* line) c_pango_layout_line_ref;
980 	void function(PangoLayoutLine* line) c_pango_layout_line_unref;
981 	int function(PangoLayoutLine* line, int xPos, int* index, int* trailing) c_pango_layout_line_x_to_index;
982 
983 	// pango.PgMap
984 
985 	PangoEngine* function(PangoMap* map, PangoScript script) c_pango_map_get_engine;
986 	void function(PangoMap* map, PangoScript script, GSList** exactEngines, GSList** fallbackEngines) c_pango_map_get_engines;
987 	PangoMap* function(PangoLanguage* language, uint engineTypeId, uint renderTypeId) c_pango_find_map;
988 	void function(PangoIncludedModule* modul) c_pango_module_register;
989 
990 	// pango.PgMatrix
991 
992 	GType function() c_pango_matrix_get_type;
993 	void function(PangoMatrix* matrix, PangoMatrix* newMatrix) c_pango_matrix_concat;
994 	PangoMatrix* function(PangoMatrix* matrix) c_pango_matrix_copy;
995 	void function(PangoMatrix* matrix) c_pango_matrix_free;
996 	double function(PangoMatrix* matrix) c_pango_matrix_get_font_scale_factor;
997 	void function(PangoMatrix* matrix, double* xscale, double* yscale) c_pango_matrix_get_font_scale_factors;
998 	void function(PangoMatrix* matrix, double degrees) c_pango_matrix_rotate;
999 	void function(PangoMatrix* matrix, double scaleX, double scaleY) c_pango_matrix_scale;
1000 	void function(PangoMatrix* matrix, double* dx, double* dy) c_pango_matrix_transform_distance;
1001 	void function(PangoMatrix* matrix, PangoRectangle* rect) c_pango_matrix_transform_pixel_rectangle;
1002 	void function(PangoMatrix* matrix, double* x, double* y) c_pango_matrix_transform_point;
1003 	void function(PangoMatrix* matrix, PangoRectangle* rect) c_pango_matrix_transform_rectangle;
1004 	void function(PangoMatrix* matrix, double tx, double ty) c_pango_matrix_translate;
1005 	void function(PangoRectangle* inclusive, PangoRectangle* nearest) c_pango_extents_to_pixels;
1006 	int function(double d) c_pango_units_from_double;
1007 	double function(int i) c_pango_units_to_double;
1008 
1009 	// pango.PgRenderer
1010 
1011 	GType function() c_pango_renderer_get_type;
1012 	void function(PangoRenderer* renderer) c_pango_renderer_activate;
1013 	void function(PangoRenderer* renderer) c_pango_renderer_deactivate;
1014 	void function(PangoRenderer* renderer, int x, int y, int width, int height) c_pango_renderer_draw_error_underline;
1015 	void function(PangoRenderer* renderer, PangoFont* font, PangoGlyph glyph, double x, double y) c_pango_renderer_draw_glyph;
1016 	void function(PangoRenderer* renderer, const(char)* text, PangoGlyphItem* glyphItem, int x, int y) c_pango_renderer_draw_glyph_item;
1017 	void function(PangoRenderer* renderer, PangoFont* font, PangoGlyphString* glyphs, int x, int y) c_pango_renderer_draw_glyphs;
1018 	void function(PangoRenderer* renderer, PangoLayout* layout, int x, int y) c_pango_renderer_draw_layout;
1019 	void function(PangoRenderer* renderer, PangoLayoutLine* line, int x, int y) c_pango_renderer_draw_layout_line;
1020 	void function(PangoRenderer* renderer, PangoRenderPart part, int x, int y, int width, int height) c_pango_renderer_draw_rectangle;
1021 	void function(PangoRenderer* renderer, PangoRenderPart part, double y1, double x11, double x21, double y2, double x12, double x22) c_pango_renderer_draw_trapezoid;
1022 	ushort function(PangoRenderer* renderer, PangoRenderPart part) c_pango_renderer_get_alpha;
1023 	PangoColor* function(PangoRenderer* renderer, PangoRenderPart part) c_pango_renderer_get_color;
1024 	PangoLayout* function(PangoRenderer* renderer) c_pango_renderer_get_layout;
1025 	PangoLayoutLine* function(PangoRenderer* renderer) c_pango_renderer_get_layout_line;
1026 	PangoMatrix* function(PangoRenderer* renderer) c_pango_renderer_get_matrix;
1027 	void function(PangoRenderer* renderer, PangoRenderPart part) c_pango_renderer_part_changed;
1028 	void function(PangoRenderer* renderer, PangoRenderPart part, ushort alpha) c_pango_renderer_set_alpha;
1029 	void function(PangoRenderer* renderer, PangoRenderPart part, PangoColor* color) c_pango_renderer_set_color;
1030 	void function(PangoRenderer* renderer, PangoMatrix* matrix) c_pango_renderer_set_matrix;
1031 
1032 	// pango.PgScriptIter
1033 
1034 	void function(PangoScriptIter* iter) c_pango_script_iter_free;
1035 	void function(PangoScriptIter* iter, char** start, char** end, PangoScript* script) c_pango_script_iter_get_range;
1036 	int function(PangoScriptIter* iter) c_pango_script_iter_next;
1037 	PangoScriptIter* function(const(char)* text, int length) c_pango_script_iter_new;
1038 
1039 	// pango.PgTabArray
1040 
1041 	GType function() c_pango_tab_array_get_type;
1042 	PangoTabArray* function(int initialSize, int positionsInPixels) c_pango_tab_array_new;
1043 	PangoTabArray* function(int size, int positionsInPixels, PangoTabAlign firstAlignment, int firstPosition, ... ) c_pango_tab_array_new_with_positions;
1044 	PangoTabArray* function(PangoTabArray* src) c_pango_tab_array_copy;
1045 	void function(PangoTabArray* tabArray) c_pango_tab_array_free;
1046 	int function(PangoTabArray* tabArray) c_pango_tab_array_get_positions_in_pixels;
1047 	int function(PangoTabArray* tabArray) c_pango_tab_array_get_size;
1048 	void function(PangoTabArray* tabArray, int tabIndex, PangoTabAlign* alignment, int* location) c_pango_tab_array_get_tab;
1049 	void function(PangoTabArray* tabArray, PangoTabAlign** alignments, int** locations) c_pango_tab_array_get_tabs;
1050 	void function(PangoTabArray* tabArray, int newSize) c_pango_tab_array_resize;
1051 	void function(PangoTabArray* tabArray, int tabIndex, PangoTabAlign alignment, int location) c_pango_tab_array_set_tab;
1052 
1053 	// pango.PgCairoFontMap
1054 
1055 	GType function() c_pango_cairo_font_map_get_type;
1056 	cairo_scaled_font_t* function(PangoCairoFont* font) c_pango_cairo_font_get_scaled_font;
1057 	PangoFontMap* function() c_pango_cairo_font_map_get_default;
1058 	PangoFontMap* function() c_pango_cairo_font_map_new;
1059 	PangoFontMap* function(cairo_font_type_t fonttype) c_pango_cairo_font_map_new_for_font_type;
1060 	PangoContext* function(PangoCairoFontMap* fontmap) c_pango_cairo_font_map_create_context;
1061 	cairo_font_type_t function(PangoCairoFontMap* fontmap) c_pango_cairo_font_map_get_font_type;
1062 	double function(PangoCairoFontMap* fontmap) c_pango_cairo_font_map_get_resolution;
1063 	void function(PangoCairoFontMap* fontmap) c_pango_cairo_font_map_set_default;
1064 	void function(PangoCairoFontMap* fontmap, double dpi) c_pango_cairo_font_map_set_resolution;
1065 
1066 	// pango.PgMiscellaneous
1067 
1068 	char* function(const(char)* key) c_pango_config_key_get;
1069 	char* function(const(char)* key) c_pango_config_key_get_system;
1070 	const(char)* function() c_pango_get_lib_subdirectory;
1071 	const(char)* function() c_pango_get_sysconf_subdirectory;
1072 	int function(dchar ch) c_pango_is_zero_width;
1073 	ubyte* function(const(char)* text, int length, PangoDirection* pbaseDir) c_pango_log2vis_get_embedding_levels;
1074 	void function(const(char)* fontname, char*** families, int* nFamilies) c_pango_lookup_aliases;
1075 	int function(GType type, const(char)* str, int* value, int warn, char** possibleValues) c_pango_parse_enum;
1076 	int function(const(char)* str, PangoStretch* stretch, int warn) c_pango_parse_stretch;
1077 	int function(const(char)* str, PangoStyle* style, int warn) c_pango_parse_style;
1078 	int function(const(char)* str, PangoVariant* variant, int warn) c_pango_parse_variant;
1079 	int function(const(char)* str, PangoWeight* weight, int warn) c_pango_parse_weight;
1080 	void function(int* thickness, int* position) c_pango_quantize_line_geometry;
1081 	int function(FILE* stream, GString* str) c_pango_read_line;
1082 	int function(char** pos, int* output) c_pango_scan_int;
1083 	int function(char** pos, GString* output) c_pango_scan_string;
1084 	int function(char** pos, GString* output) c_pango_scan_word;
1085 	int function(char** pos) c_pango_skip_space;
1086 	char** function(const(char)* str) c_pango_split_file_list;
1087 	char* function(const(char)* str) c_pango_trim_string;
1088 
1089 	// pango.PgVertical
1090 
1091 	PangoGravity function(PangoMatrix* matrix) c_pango_gravity_get_for_matrix;
1092 	PangoGravity function(PangoScript script, PangoGravity baseGravity, PangoGravityHint hint) c_pango_gravity_get_for_script;
1093 	PangoGravity function(PangoScript script, int wide, PangoGravity baseGravity, PangoGravityHint hint) c_pango_gravity_get_for_script_and_width;
1094 	double function(PangoGravity gravity) c_pango_gravity_to_rotation;
1095 
1096 	// pango.PgScript
1097 
1098 	PangoScript function(dchar ch) c_pango_script_for_unichar;
1099 	PangoLanguage* function(PangoScript script) c_pango_script_get_sample_language;
1100 
1101 	// pango.PgVersion
1102 
1103 	int function() c_pango_version;
1104 	const(char)* function(int requiredMajor, int requiredMinor, int requiredMicro) c_pango_version_check;
1105 	const(char)* function() c_pango_version_string;
1106 
1107 	// pango.PgCairo
1108 
1109 	cairo_font_options_t* function(PangoContext* context) c_pango_cairo_context_get_font_options;
1110 	double function(PangoContext* context) c_pango_cairo_context_get_resolution;
1111 	PangoCairoShapeRendererFunc function(PangoContext* context, void** data) c_pango_cairo_context_get_shape_renderer;
1112 	void function(PangoContext* context, cairo_font_options_t* options) c_pango_cairo_context_set_font_options;
1113 	void function(PangoContext* context, double dpi) c_pango_cairo_context_set_resolution;
1114 	void function(PangoContext* context, PangoCairoShapeRendererFunc func, void* data, GDestroyNotify dnotify) c_pango_cairo_context_set_shape_renderer;
1115 	PangoContext* function(cairo_t* cr) c_pango_cairo_create_context;
1116 	PangoLayout* function(cairo_t* cr) c_pango_cairo_create_layout;
1117 	void function(cairo_t* cr, double x, double y, double width, double height) c_pango_cairo_error_underline_path;
1118 	void function(cairo_t* cr, PangoFont* font, PangoGlyphString* glyphs) c_pango_cairo_glyph_string_path;
1119 	void function(cairo_t* cr, PangoLayoutLine* line) c_pango_cairo_layout_line_path;
1120 	void function(cairo_t* cr, PangoLayout* layout) c_pango_cairo_layout_path;
1121 	void function(cairo_t* cr, double x, double y, double width, double height) c_pango_cairo_show_error_underline;
1122 	void function(cairo_t* cr, const(char)* text, PangoGlyphItem* glyphItem) c_pango_cairo_show_glyph_item;
1123 	void function(cairo_t* cr, PangoFont* font, PangoGlyphString* glyphs) c_pango_cairo_show_glyph_string;
1124 	void function(cairo_t* cr, PangoLayout* layout) c_pango_cairo_show_layout;
1125 	void function(cairo_t* cr, PangoLayoutLine* line) c_pango_cairo_show_layout_line;
1126 	void function(cairo_t* cr, PangoContext* context) c_pango_cairo_update_context;
1127 	void function(cairo_t* cr, PangoLayout* layout) c_pango_cairo_update_layout;
1128 }
1129 
1130 
1131 // pango.PgAttributeFontDesc
1132 
1133 alias c_pango_attr_font_desc_new pango_attr_font_desc_new;
1134 
1135 // pango.PgAttrFontFeatures
1136 
1137 alias c_pango_attr_font_features_new pango_attr_font_features_new;
1138 
1139 // pango.PgAttributeIterator
1140 
1141 alias c_pango_attr_iterator_copy pango_attr_iterator_copy;
1142 alias c_pango_attr_iterator_destroy pango_attr_iterator_destroy;
1143 alias c_pango_attr_iterator_get pango_attr_iterator_get;
1144 alias c_pango_attr_iterator_get_attrs pango_attr_iterator_get_attrs;
1145 alias c_pango_attr_iterator_get_font pango_attr_iterator_get_font;
1146 alias c_pango_attr_iterator_next pango_attr_iterator_next;
1147 alias c_pango_attr_iterator_range pango_attr_iterator_range;
1148 
1149 // pango.PgAttributeLanguage
1150 
1151 alias c_pango_attr_language_new pango_attr_language_new;
1152 
1153 // pango.PgAttributeList
1154 
1155 alias c_pango_attr_list_get_type pango_attr_list_get_type;
1156 alias c_pango_attr_list_new pango_attr_list_new;
1157 alias c_pango_attr_list_change pango_attr_list_change;
1158 alias c_pango_attr_list_copy pango_attr_list_copy;
1159 alias c_pango_attr_list_filter pango_attr_list_filter;
1160 alias c_pango_attr_list_get_iterator pango_attr_list_get_iterator;
1161 alias c_pango_attr_list_insert pango_attr_list_insert;
1162 alias c_pango_attr_list_insert_before pango_attr_list_insert_before;
1163 alias c_pango_attr_list_ref pango_attr_list_ref;
1164 alias c_pango_attr_list_splice pango_attr_list_splice;
1165 alias c_pango_attr_list_unref pango_attr_list_unref;
1166 
1167 // pango.PgAttributeShape
1168 
1169 alias c_pango_attr_shape_new pango_attr_shape_new;
1170 alias c_pango_attr_shape_new_with_data pango_attr_shape_new_with_data;
1171 
1172 // pango.PgAttributeSize
1173 
1174 alias c_pango_attr_size_new pango_attr_size_new;
1175 alias c_pango_attr_size_new_absolute pango_attr_size_new_absolute;
1176 
1177 // pango.PgAttribute
1178 
1179 alias c_pango_attribute_copy pango_attribute_copy;
1180 alias c_pango_attribute_destroy pango_attribute_destroy;
1181 alias c_pango_attribute_equal pango_attribute_equal;
1182 alias c_pango_attribute_init pango_attribute_init;
1183 alias c_pango_attr_background_new pango_attr_background_new;
1184 alias c_pango_attr_background_alpha_new pango_attr_background_alpha_new;
1185 alias c_pango_attr_fallback_new pango_attr_fallback_new;
1186 alias c_pango_attr_family_new pango_attr_family_new;
1187 alias c_pango_attr_foreground_new pango_attr_foreground_new;
1188 alias c_pango_attr_foreground_alpha_new pango_attr_foreground_alpha_new;
1189 alias c_pango_attr_gravity_hint_new pango_attr_gravity_hint_new;
1190 alias c_pango_attr_gravity_new pango_attr_gravity_new;
1191 alias c_pango_attr_letter_spacing_new pango_attr_letter_spacing_new;
1192 alias c_pango_attr_rise_new pango_attr_rise_new;
1193 alias c_pango_attr_scale_new pango_attr_scale_new;
1194 alias c_pango_attr_stretch_new pango_attr_stretch_new;
1195 alias c_pango_attr_strikethrough_color_new pango_attr_strikethrough_color_new;
1196 alias c_pango_attr_strikethrough_new pango_attr_strikethrough_new;
1197 alias c_pango_attr_style_new pango_attr_style_new;
1198 alias c_pango_attr_type_get_name pango_attr_type_get_name;
1199 alias c_pango_attr_type_register pango_attr_type_register;
1200 alias c_pango_attr_underline_color_new pango_attr_underline_color_new;
1201 alias c_pango_attr_underline_new pango_attr_underline_new;
1202 alias c_pango_attr_variant_new pango_attr_variant_new;
1203 alias c_pango_attr_weight_new pango_attr_weight_new;
1204 alias c_pango_markup_parser_finish pango_markup_parser_finish;
1205 alias c_pango_markup_parser_new pango_markup_parser_new;
1206 alias c_pango_parse_markup pango_parse_markup;
1207 
1208 // pango.PgColor
1209 
1210 alias c_pango_color_get_type pango_color_get_type;
1211 alias c_pango_color_copy pango_color_copy;
1212 alias c_pango_color_free pango_color_free;
1213 alias c_pango_color_parse pango_color_parse;
1214 alias c_pango_color_to_string pango_color_to_string;
1215 
1216 // pango.PgContext
1217 
1218 alias c_pango_context_get_type pango_context_get_type;
1219 alias c_pango_context_new pango_context_new;
1220 alias c_pango_context_changed pango_context_changed;
1221 alias c_pango_context_get_base_dir pango_context_get_base_dir;
1222 alias c_pango_context_get_base_gravity pango_context_get_base_gravity;
1223 alias c_pango_context_get_font_description pango_context_get_font_description;
1224 alias c_pango_context_get_font_map pango_context_get_font_map;
1225 alias c_pango_context_get_gravity pango_context_get_gravity;
1226 alias c_pango_context_get_gravity_hint pango_context_get_gravity_hint;
1227 alias c_pango_context_get_language pango_context_get_language;
1228 alias c_pango_context_get_matrix pango_context_get_matrix;
1229 alias c_pango_context_get_metrics pango_context_get_metrics;
1230 alias c_pango_context_get_serial pango_context_get_serial;
1231 alias c_pango_context_list_families pango_context_list_families;
1232 alias c_pango_context_load_font pango_context_load_font;
1233 alias c_pango_context_load_fontset pango_context_load_fontset;
1234 alias c_pango_context_set_base_dir pango_context_set_base_dir;
1235 alias c_pango_context_set_base_gravity pango_context_set_base_gravity;
1236 alias c_pango_context_set_font_description pango_context_set_font_description;
1237 alias c_pango_context_set_font_map pango_context_set_font_map;
1238 alias c_pango_context_set_gravity_hint pango_context_set_gravity_hint;
1239 alias c_pango_context_set_language pango_context_set_language;
1240 alias c_pango_context_set_matrix pango_context_set_matrix;
1241 alias c_pango_bidi_type_for_unichar pango_bidi_type_for_unichar;
1242 alias c_pango_break pango_break;
1243 alias c_pango_default_break pango_default_break;
1244 alias c_pango_find_base_dir pango_find_base_dir;
1245 alias c_pango_find_paragraph_boundary pango_find_paragraph_boundary;
1246 alias c_pango_get_log_attrs pango_get_log_attrs;
1247 alias c_pango_get_mirror_char pango_get_mirror_char;
1248 alias c_pango_itemize pango_itemize;
1249 alias c_pango_itemize_with_base_dir pango_itemize_with_base_dir;
1250 alias c_pango_reorder_items pango_reorder_items;
1251 alias c_pango_shape pango_shape;
1252 alias c_pango_shape_full pango_shape_full;
1253 alias c_pango_unichar_direction pango_unichar_direction;
1254 
1255 // pango.PgCoverage
1256 
1257 alias c_pango_coverage_copy pango_coverage_copy;
1258 alias c_pango_coverage_get pango_coverage_get;
1259 alias c_pango_coverage_max pango_coverage_max;
1260 alias c_pango_coverage_ref pango_coverage_ref;
1261 alias c_pango_coverage_set pango_coverage_set;
1262 alias c_pango_coverage_to_bytes pango_coverage_to_bytes;
1263 alias c_pango_coverage_unref pango_coverage_unref;
1264 alias c_pango_coverage_from_bytes pango_coverage_from_bytes;
1265 alias c_pango_coverage_new pango_coverage_new;
1266 
1267 // pango.PgEngine
1268 
1269 alias c_pango_engine_get_type pango_engine_get_type;
1270 
1271 // pango.PgEngineLang
1272 
1273 alias c_pango_engine_lang_get_type pango_engine_lang_get_type;
1274 
1275 // pango.PgEngineShape
1276 
1277 alias c_pango_engine_shape_get_type pango_engine_shape_get_type;
1278 
1279 // pango.PgFont
1280 
1281 alias c_pango_font_get_type pango_font_get_type;
1282 alias c_pango_font_descriptions_free pango_font_descriptions_free;
1283 alias c_pango_font_describe pango_font_describe;
1284 alias c_pango_font_describe_with_absolute_size pango_font_describe_with_absolute_size;
1285 alias c_pango_font_find_shaper pango_font_find_shaper;
1286 alias c_pango_font_get_coverage pango_font_get_coverage;
1287 alias c_pango_font_get_font_map pango_font_get_font_map;
1288 alias c_pango_font_get_glyph_extents pango_font_get_glyph_extents;
1289 alias c_pango_font_get_metrics pango_font_get_metrics;
1290 
1291 // pango.PgFontDescription
1292 
1293 alias c_pango_font_description_get_type pango_font_description_get_type;
1294 alias c_pango_font_description_new pango_font_description_new;
1295 alias c_pango_font_description_better_match pango_font_description_better_match;
1296 alias c_pango_font_description_copy pango_font_description_copy;
1297 alias c_pango_font_description_copy_static pango_font_description_copy_static;
1298 alias c_pango_font_description_equal pango_font_description_equal;
1299 alias c_pango_font_description_free pango_font_description_free;
1300 alias c_pango_font_description_get_family pango_font_description_get_family;
1301 alias c_pango_font_description_get_gravity pango_font_description_get_gravity;
1302 alias c_pango_font_description_get_set_fields pango_font_description_get_set_fields;
1303 alias c_pango_font_description_get_size pango_font_description_get_size;
1304 alias c_pango_font_description_get_size_is_absolute pango_font_description_get_size_is_absolute;
1305 alias c_pango_font_description_get_stretch pango_font_description_get_stretch;
1306 alias c_pango_font_description_get_style pango_font_description_get_style;
1307 alias c_pango_font_description_get_variant pango_font_description_get_variant;
1308 alias c_pango_font_description_get_weight pango_font_description_get_weight;
1309 alias c_pango_font_description_hash pango_font_description_hash;
1310 alias c_pango_font_description_merge pango_font_description_merge;
1311 alias c_pango_font_description_merge_static pango_font_description_merge_static;
1312 alias c_pango_font_description_set_absolute_size pango_font_description_set_absolute_size;
1313 alias c_pango_font_description_set_family pango_font_description_set_family;
1314 alias c_pango_font_description_set_family_static pango_font_description_set_family_static;
1315 alias c_pango_font_description_set_gravity pango_font_description_set_gravity;
1316 alias c_pango_font_description_set_size pango_font_description_set_size;
1317 alias c_pango_font_description_set_stretch pango_font_description_set_stretch;
1318 alias c_pango_font_description_set_style pango_font_description_set_style;
1319 alias c_pango_font_description_set_variant pango_font_description_set_variant;
1320 alias c_pango_font_description_set_weight pango_font_description_set_weight;
1321 alias c_pango_font_description_to_filename pango_font_description_to_filename;
1322 alias c_pango_font_description_to_string pango_font_description_to_string;
1323 alias c_pango_font_description_unset_fields pango_font_description_unset_fields;
1324 alias c_pango_font_description_from_string pango_font_description_from_string;
1325 
1326 // pango.PgFontFace
1327 
1328 alias c_pango_font_face_get_type pango_font_face_get_type;
1329 alias c_pango_font_face_describe pango_font_face_describe;
1330 alias c_pango_font_face_get_face_name pango_font_face_get_face_name;
1331 alias c_pango_font_face_is_synthesized pango_font_face_is_synthesized;
1332 alias c_pango_font_face_list_sizes pango_font_face_list_sizes;
1333 
1334 // pango.PgFontFamily
1335 
1336 alias c_pango_font_family_get_type pango_font_family_get_type;
1337 alias c_pango_font_family_get_name pango_font_family_get_name;
1338 alias c_pango_font_family_is_monospace pango_font_family_is_monospace;
1339 alias c_pango_font_family_list_faces pango_font_family_list_faces;
1340 
1341 // pango.PgFontMap
1342 
1343 alias c_pango_font_map_get_type pango_font_map_get_type;
1344 alias c_pango_font_map_changed pango_font_map_changed;
1345 alias c_pango_font_map_create_context pango_font_map_create_context;
1346 alias c_pango_font_map_get_serial pango_font_map_get_serial;
1347 alias c_pango_font_map_get_shape_engine_type pango_font_map_get_shape_engine_type;
1348 alias c_pango_font_map_list_families pango_font_map_list_families;
1349 alias c_pango_font_map_load_font pango_font_map_load_font;
1350 alias c_pango_font_map_load_fontset pango_font_map_load_fontset;
1351 
1352 // pango.PgFontMetrics
1353 
1354 alias c_pango_font_metrics_get_type pango_font_metrics_get_type;
1355 alias c_pango_font_metrics_new pango_font_metrics_new;
1356 alias c_pango_font_metrics_get_approximate_char_width pango_font_metrics_get_approximate_char_width;
1357 alias c_pango_font_metrics_get_approximate_digit_width pango_font_metrics_get_approximate_digit_width;
1358 alias c_pango_font_metrics_get_ascent pango_font_metrics_get_ascent;
1359 alias c_pango_font_metrics_get_descent pango_font_metrics_get_descent;
1360 alias c_pango_font_metrics_get_strikethrough_position pango_font_metrics_get_strikethrough_position;
1361 alias c_pango_font_metrics_get_strikethrough_thickness pango_font_metrics_get_strikethrough_thickness;
1362 alias c_pango_font_metrics_get_underline_position pango_font_metrics_get_underline_position;
1363 alias c_pango_font_metrics_get_underline_thickness pango_font_metrics_get_underline_thickness;
1364 alias c_pango_font_metrics_ref pango_font_metrics_ref;
1365 alias c_pango_font_metrics_unref pango_font_metrics_unref;
1366 
1367 // pango.PgFontset
1368 
1369 alias c_pango_fontset_get_type pango_fontset_get_type;
1370 alias c_pango_fontset_foreach pango_fontset_foreach;
1371 alias c_pango_fontset_get_font pango_fontset_get_font;
1372 alias c_pango_fontset_get_metrics pango_fontset_get_metrics;
1373 
1374 // pango.PgFontsetSimple
1375 
1376 alias c_pango_fontset_simple_get_type pango_fontset_simple_get_type;
1377 alias c_pango_fontset_simple_new pango_fontset_simple_new;
1378 alias c_pango_fontset_simple_append pango_fontset_simple_append;
1379 alias c_pango_fontset_simple_size pango_fontset_simple_size;
1380 
1381 // pango.PgGlyphItem
1382 
1383 alias c_pango_glyph_item_get_type pango_glyph_item_get_type;
1384 alias c_pango_glyph_item_apply_attrs pango_glyph_item_apply_attrs;
1385 alias c_pango_glyph_item_copy pango_glyph_item_copy;
1386 alias c_pango_glyph_item_free pango_glyph_item_free;
1387 alias c_pango_glyph_item_get_logical_widths pango_glyph_item_get_logical_widths;
1388 alias c_pango_glyph_item_letter_space pango_glyph_item_letter_space;
1389 alias c_pango_glyph_item_split pango_glyph_item_split;
1390 
1391 // pango.PgGlyphItemIter
1392 
1393 alias c_pango_glyph_item_iter_get_type pango_glyph_item_iter_get_type;
1394 alias c_pango_glyph_item_iter_copy pango_glyph_item_iter_copy;
1395 alias c_pango_glyph_item_iter_free pango_glyph_item_iter_free;
1396 alias c_pango_glyph_item_iter_init_end pango_glyph_item_iter_init_end;
1397 alias c_pango_glyph_item_iter_init_start pango_glyph_item_iter_init_start;
1398 alias c_pango_glyph_item_iter_next_cluster pango_glyph_item_iter_next_cluster;
1399 alias c_pango_glyph_item_iter_prev_cluster pango_glyph_item_iter_prev_cluster;
1400 
1401 // pango.PgGlyphString
1402 
1403 alias c_pango_glyph_string_get_type pango_glyph_string_get_type;
1404 alias c_pango_glyph_string_new pango_glyph_string_new;
1405 alias c_pango_glyph_string_copy pango_glyph_string_copy;
1406 alias c_pango_glyph_string_extents pango_glyph_string_extents;
1407 alias c_pango_glyph_string_extents_range pango_glyph_string_extents_range;
1408 alias c_pango_glyph_string_free pango_glyph_string_free;
1409 alias c_pango_glyph_string_get_logical_widths pango_glyph_string_get_logical_widths;
1410 alias c_pango_glyph_string_get_width pango_glyph_string_get_width;
1411 alias c_pango_glyph_string_index_to_x pango_glyph_string_index_to_x;
1412 alias c_pango_glyph_string_set_size pango_glyph_string_set_size;
1413 alias c_pango_glyph_string_x_to_index pango_glyph_string_x_to_index;
1414 
1415 // pango.PgItem
1416 
1417 alias c_pango_item_get_type pango_item_get_type;
1418 alias c_pango_item_new pango_item_new;
1419 alias c_pango_item_copy pango_item_copy;
1420 alias c_pango_item_free pango_item_free;
1421 alias c_pango_item_split pango_item_split;
1422 
1423 // pango.PgLanguage
1424 
1425 alias c_pango_language_get_type pango_language_get_type;
1426 alias c_pango_language_get_sample_string pango_language_get_sample_string;
1427 alias c_pango_language_get_scripts pango_language_get_scripts;
1428 alias c_pango_language_includes_script pango_language_includes_script;
1429 alias c_pango_language_matches pango_language_matches;
1430 alias c_pango_language_to_string pango_language_to_string;
1431 alias c_pango_language_from_string pango_language_from_string;
1432 alias c_pango_language_get_default pango_language_get_default;
1433 
1434 // pango.PgLayout
1435 
1436 alias c_pango_layout_get_type pango_layout_get_type;
1437 alias c_pango_layout_new pango_layout_new;
1438 alias c_pango_layout_context_changed pango_layout_context_changed;
1439 alias c_pango_layout_copy pango_layout_copy;
1440 alias c_pango_layout_get_alignment pango_layout_get_alignment;
1441 alias c_pango_layout_get_attributes pango_layout_get_attributes;
1442 alias c_pango_layout_get_auto_dir pango_layout_get_auto_dir;
1443 alias c_pango_layout_get_baseline pango_layout_get_baseline;
1444 alias c_pango_layout_get_character_count pango_layout_get_character_count;
1445 alias c_pango_layout_get_context pango_layout_get_context;
1446 alias c_pango_layout_get_cursor_pos pango_layout_get_cursor_pos;
1447 alias c_pango_layout_get_ellipsize pango_layout_get_ellipsize;
1448 alias c_pango_layout_get_extents pango_layout_get_extents;
1449 alias c_pango_layout_get_font_description pango_layout_get_font_description;
1450 alias c_pango_layout_get_height pango_layout_get_height;
1451 alias c_pango_layout_get_indent pango_layout_get_indent;
1452 alias c_pango_layout_get_iter pango_layout_get_iter;
1453 alias c_pango_layout_get_justify pango_layout_get_justify;
1454 alias c_pango_layout_get_line pango_layout_get_line;
1455 alias c_pango_layout_get_line_count pango_layout_get_line_count;
1456 alias c_pango_layout_get_line_readonly pango_layout_get_line_readonly;
1457 alias c_pango_layout_get_lines pango_layout_get_lines;
1458 alias c_pango_layout_get_lines_readonly pango_layout_get_lines_readonly;
1459 alias c_pango_layout_get_log_attrs pango_layout_get_log_attrs;
1460 alias c_pango_layout_get_log_attrs_readonly pango_layout_get_log_attrs_readonly;
1461 alias c_pango_layout_get_pixel_extents pango_layout_get_pixel_extents;
1462 alias c_pango_layout_get_pixel_size pango_layout_get_pixel_size;
1463 alias c_pango_layout_get_serial pango_layout_get_serial;
1464 alias c_pango_layout_get_single_paragraph_mode pango_layout_get_single_paragraph_mode;
1465 alias c_pango_layout_get_size pango_layout_get_size;
1466 alias c_pango_layout_get_spacing pango_layout_get_spacing;
1467 alias c_pango_layout_get_tabs pango_layout_get_tabs;
1468 alias c_pango_layout_get_text pango_layout_get_text;
1469 alias c_pango_layout_get_unknown_glyphs_count pango_layout_get_unknown_glyphs_count;
1470 alias c_pango_layout_get_width pango_layout_get_width;
1471 alias c_pango_layout_get_wrap pango_layout_get_wrap;
1472 alias c_pango_layout_index_to_line_x pango_layout_index_to_line_x;
1473 alias c_pango_layout_index_to_pos pango_layout_index_to_pos;
1474 alias c_pango_layout_is_ellipsized pango_layout_is_ellipsized;
1475 alias c_pango_layout_is_wrapped pango_layout_is_wrapped;
1476 alias c_pango_layout_move_cursor_visually pango_layout_move_cursor_visually;
1477 alias c_pango_layout_set_alignment pango_layout_set_alignment;
1478 alias c_pango_layout_set_attributes pango_layout_set_attributes;
1479 alias c_pango_layout_set_auto_dir pango_layout_set_auto_dir;
1480 alias c_pango_layout_set_ellipsize pango_layout_set_ellipsize;
1481 alias c_pango_layout_set_font_description pango_layout_set_font_description;
1482 alias c_pango_layout_set_height pango_layout_set_height;
1483 alias c_pango_layout_set_indent pango_layout_set_indent;
1484 alias c_pango_layout_set_justify pango_layout_set_justify;
1485 alias c_pango_layout_set_markup pango_layout_set_markup;
1486 alias c_pango_layout_set_markup_with_accel pango_layout_set_markup_with_accel;
1487 alias c_pango_layout_set_single_paragraph_mode pango_layout_set_single_paragraph_mode;
1488 alias c_pango_layout_set_spacing pango_layout_set_spacing;
1489 alias c_pango_layout_set_tabs pango_layout_set_tabs;
1490 alias c_pango_layout_set_text pango_layout_set_text;
1491 alias c_pango_layout_set_width pango_layout_set_width;
1492 alias c_pango_layout_set_wrap pango_layout_set_wrap;
1493 alias c_pango_layout_xy_to_index pango_layout_xy_to_index;
1494 
1495 // pango.PgLayoutIter
1496 
1497 alias c_pango_layout_iter_get_type pango_layout_iter_get_type;
1498 alias c_pango_layout_iter_at_last_line pango_layout_iter_at_last_line;
1499 alias c_pango_layout_iter_copy pango_layout_iter_copy;
1500 alias c_pango_layout_iter_free pango_layout_iter_free;
1501 alias c_pango_layout_iter_get_baseline pango_layout_iter_get_baseline;
1502 alias c_pango_layout_iter_get_char_extents pango_layout_iter_get_char_extents;
1503 alias c_pango_layout_iter_get_cluster_extents pango_layout_iter_get_cluster_extents;
1504 alias c_pango_layout_iter_get_index pango_layout_iter_get_index;
1505 alias c_pango_layout_iter_get_layout pango_layout_iter_get_layout;
1506 alias c_pango_layout_iter_get_layout_extents pango_layout_iter_get_layout_extents;
1507 alias c_pango_layout_iter_get_line pango_layout_iter_get_line;
1508 alias c_pango_layout_iter_get_line_extents pango_layout_iter_get_line_extents;
1509 alias c_pango_layout_iter_get_line_readonly pango_layout_iter_get_line_readonly;
1510 alias c_pango_layout_iter_get_line_yrange pango_layout_iter_get_line_yrange;
1511 alias c_pango_layout_iter_get_run pango_layout_iter_get_run;
1512 alias c_pango_layout_iter_get_run_extents pango_layout_iter_get_run_extents;
1513 alias c_pango_layout_iter_get_run_readonly pango_layout_iter_get_run_readonly;
1514 alias c_pango_layout_iter_next_char pango_layout_iter_next_char;
1515 alias c_pango_layout_iter_next_cluster pango_layout_iter_next_cluster;
1516 alias c_pango_layout_iter_next_line pango_layout_iter_next_line;
1517 alias c_pango_layout_iter_next_run pango_layout_iter_next_run;
1518 
1519 // pango.PgLayoutLine
1520 
1521 alias c_pango_layout_line_get_type pango_layout_line_get_type;
1522 alias c_pango_layout_line_get_extents pango_layout_line_get_extents;
1523 alias c_pango_layout_line_get_pixel_extents pango_layout_line_get_pixel_extents;
1524 alias c_pango_layout_line_get_x_ranges pango_layout_line_get_x_ranges;
1525 alias c_pango_layout_line_index_to_x pango_layout_line_index_to_x;
1526 alias c_pango_layout_line_ref pango_layout_line_ref;
1527 alias c_pango_layout_line_unref pango_layout_line_unref;
1528 alias c_pango_layout_line_x_to_index pango_layout_line_x_to_index;
1529 
1530 // pango.PgMap
1531 
1532 alias c_pango_map_get_engine pango_map_get_engine;
1533 alias c_pango_map_get_engines pango_map_get_engines;
1534 alias c_pango_find_map pango_find_map;
1535 alias c_pango_module_register pango_module_register;
1536 
1537 // pango.PgMatrix
1538 
1539 alias c_pango_matrix_get_type pango_matrix_get_type;
1540 alias c_pango_matrix_concat pango_matrix_concat;
1541 alias c_pango_matrix_copy pango_matrix_copy;
1542 alias c_pango_matrix_free pango_matrix_free;
1543 alias c_pango_matrix_get_font_scale_factor pango_matrix_get_font_scale_factor;
1544 alias c_pango_matrix_get_font_scale_factors pango_matrix_get_font_scale_factors;
1545 alias c_pango_matrix_rotate pango_matrix_rotate;
1546 alias c_pango_matrix_scale pango_matrix_scale;
1547 alias c_pango_matrix_transform_distance pango_matrix_transform_distance;
1548 alias c_pango_matrix_transform_pixel_rectangle pango_matrix_transform_pixel_rectangle;
1549 alias c_pango_matrix_transform_point pango_matrix_transform_point;
1550 alias c_pango_matrix_transform_rectangle pango_matrix_transform_rectangle;
1551 alias c_pango_matrix_translate pango_matrix_translate;
1552 alias c_pango_extents_to_pixels pango_extents_to_pixels;
1553 alias c_pango_units_from_double pango_units_from_double;
1554 alias c_pango_units_to_double pango_units_to_double;
1555 
1556 // pango.PgRenderer
1557 
1558 alias c_pango_renderer_get_type pango_renderer_get_type;
1559 alias c_pango_renderer_activate pango_renderer_activate;
1560 alias c_pango_renderer_deactivate pango_renderer_deactivate;
1561 alias c_pango_renderer_draw_error_underline pango_renderer_draw_error_underline;
1562 alias c_pango_renderer_draw_glyph pango_renderer_draw_glyph;
1563 alias c_pango_renderer_draw_glyph_item pango_renderer_draw_glyph_item;
1564 alias c_pango_renderer_draw_glyphs pango_renderer_draw_glyphs;
1565 alias c_pango_renderer_draw_layout pango_renderer_draw_layout;
1566 alias c_pango_renderer_draw_layout_line pango_renderer_draw_layout_line;
1567 alias c_pango_renderer_draw_rectangle pango_renderer_draw_rectangle;
1568 alias c_pango_renderer_draw_trapezoid pango_renderer_draw_trapezoid;
1569 alias c_pango_renderer_get_alpha pango_renderer_get_alpha;
1570 alias c_pango_renderer_get_color pango_renderer_get_color;
1571 alias c_pango_renderer_get_layout pango_renderer_get_layout;
1572 alias c_pango_renderer_get_layout_line pango_renderer_get_layout_line;
1573 alias c_pango_renderer_get_matrix pango_renderer_get_matrix;
1574 alias c_pango_renderer_part_changed pango_renderer_part_changed;
1575 alias c_pango_renderer_set_alpha pango_renderer_set_alpha;
1576 alias c_pango_renderer_set_color pango_renderer_set_color;
1577 alias c_pango_renderer_set_matrix pango_renderer_set_matrix;
1578 
1579 // pango.PgScriptIter
1580 
1581 alias c_pango_script_iter_free pango_script_iter_free;
1582 alias c_pango_script_iter_get_range pango_script_iter_get_range;
1583 alias c_pango_script_iter_next pango_script_iter_next;
1584 alias c_pango_script_iter_new pango_script_iter_new;
1585 
1586 // pango.PgTabArray
1587 
1588 alias c_pango_tab_array_get_type pango_tab_array_get_type;
1589 alias c_pango_tab_array_new pango_tab_array_new;
1590 alias c_pango_tab_array_new_with_positions pango_tab_array_new_with_positions;
1591 alias c_pango_tab_array_copy pango_tab_array_copy;
1592 alias c_pango_tab_array_free pango_tab_array_free;
1593 alias c_pango_tab_array_get_positions_in_pixels pango_tab_array_get_positions_in_pixels;
1594 alias c_pango_tab_array_get_size pango_tab_array_get_size;
1595 alias c_pango_tab_array_get_tab pango_tab_array_get_tab;
1596 alias c_pango_tab_array_get_tabs pango_tab_array_get_tabs;
1597 alias c_pango_tab_array_resize pango_tab_array_resize;
1598 alias c_pango_tab_array_set_tab pango_tab_array_set_tab;
1599 
1600 // pango.PgCairoFontMap
1601 
1602 alias c_pango_cairo_font_map_get_type pango_cairo_font_map_get_type;
1603 alias c_pango_cairo_font_get_scaled_font pango_cairo_font_get_scaled_font;
1604 alias c_pango_cairo_font_map_get_default pango_cairo_font_map_get_default;
1605 alias c_pango_cairo_font_map_new pango_cairo_font_map_new;
1606 alias c_pango_cairo_font_map_new_for_font_type pango_cairo_font_map_new_for_font_type;
1607 alias c_pango_cairo_font_map_create_context pango_cairo_font_map_create_context;
1608 alias c_pango_cairo_font_map_get_font_type pango_cairo_font_map_get_font_type;
1609 alias c_pango_cairo_font_map_get_resolution pango_cairo_font_map_get_resolution;
1610 alias c_pango_cairo_font_map_set_default pango_cairo_font_map_set_default;
1611 alias c_pango_cairo_font_map_set_resolution pango_cairo_font_map_set_resolution;
1612 
1613 // pango.PgMiscellaneous
1614 
1615 alias c_pango_config_key_get pango_config_key_get;
1616 alias c_pango_config_key_get_system pango_config_key_get_system;
1617 alias c_pango_get_lib_subdirectory pango_get_lib_subdirectory;
1618 alias c_pango_get_sysconf_subdirectory pango_get_sysconf_subdirectory;
1619 alias c_pango_is_zero_width pango_is_zero_width;
1620 alias c_pango_log2vis_get_embedding_levels pango_log2vis_get_embedding_levels;
1621 alias c_pango_lookup_aliases pango_lookup_aliases;
1622 alias c_pango_parse_enum pango_parse_enum;
1623 alias c_pango_parse_stretch pango_parse_stretch;
1624 alias c_pango_parse_style pango_parse_style;
1625 alias c_pango_parse_variant pango_parse_variant;
1626 alias c_pango_parse_weight pango_parse_weight;
1627 alias c_pango_quantize_line_geometry pango_quantize_line_geometry;
1628 alias c_pango_read_line pango_read_line;
1629 alias c_pango_scan_int pango_scan_int;
1630 alias c_pango_scan_string pango_scan_string;
1631 alias c_pango_scan_word pango_scan_word;
1632 alias c_pango_skip_space pango_skip_space;
1633 alias c_pango_split_file_list pango_split_file_list;
1634 alias c_pango_trim_string pango_trim_string;
1635 
1636 // pango.PgVertical
1637 
1638 alias c_pango_gravity_get_for_matrix pango_gravity_get_for_matrix;
1639 alias c_pango_gravity_get_for_script pango_gravity_get_for_script;
1640 alias c_pango_gravity_get_for_script_and_width pango_gravity_get_for_script_and_width;
1641 alias c_pango_gravity_to_rotation pango_gravity_to_rotation;
1642 
1643 // pango.PgScript
1644 
1645 alias c_pango_script_for_unichar pango_script_for_unichar;
1646 alias c_pango_script_get_sample_language pango_script_get_sample_language;
1647 
1648 // pango.PgVersion
1649 
1650 alias c_pango_version pango_version;
1651 alias c_pango_version_check pango_version_check;
1652 alias c_pango_version_string pango_version_string;
1653 
1654 // pango.PgCairo
1655 
1656 alias c_pango_cairo_context_get_font_options pango_cairo_context_get_font_options;
1657 alias c_pango_cairo_context_get_resolution pango_cairo_context_get_resolution;
1658 alias c_pango_cairo_context_get_shape_renderer pango_cairo_context_get_shape_renderer;
1659 alias c_pango_cairo_context_set_font_options pango_cairo_context_set_font_options;
1660 alias c_pango_cairo_context_set_resolution pango_cairo_context_set_resolution;
1661 alias c_pango_cairo_context_set_shape_renderer pango_cairo_context_set_shape_renderer;
1662 alias c_pango_cairo_create_context pango_cairo_create_context;
1663 alias c_pango_cairo_create_layout pango_cairo_create_layout;
1664 alias c_pango_cairo_error_underline_path pango_cairo_error_underline_path;
1665 alias c_pango_cairo_glyph_string_path pango_cairo_glyph_string_path;
1666 alias c_pango_cairo_layout_line_path pango_cairo_layout_line_path;
1667 alias c_pango_cairo_layout_path pango_cairo_layout_path;
1668 alias c_pango_cairo_show_error_underline pango_cairo_show_error_underline;
1669 alias c_pango_cairo_show_glyph_item pango_cairo_show_glyph_item;
1670 alias c_pango_cairo_show_glyph_string pango_cairo_show_glyph_string;
1671 alias c_pango_cairo_show_layout pango_cairo_show_layout;
1672 alias c_pango_cairo_show_layout_line pango_cairo_show_layout_line;
1673 alias c_pango_cairo_update_context pango_cairo_update_context;
1674 alias c_pango_cairo_update_layout pango_cairo_update_layout;