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