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