diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-08-16 07:23:08 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-08-16 07:23:08 +0000 |
commit | bb26941a468b994331286a55d41447cc2ef9326f (patch) | |
tree | 7e38be8a1800f49aeed0e0b54e8e74524124a46c /pango/pango.def | |
parent | 292545e94970319545d1a2d8a5ebb700ade67565 (diff) | |
download | pango-bb26941a468b994331286a55d41447cc2ef9326f.tar.gz |
Render block progression and line direction arrows, and a base gravity
2006-08-16 Behdad Esfahbod <behdad@gnome.org>
* examples/viewer-pangocairo.c (render_callback): Render block
progression and line direction arrows, and a base gravity roof-top.
* pango/pango-matrix.c (pango_matrix_to_gravity): New function.
* pango/pango-utils.c (pango_gravity_to_rotation): New function.
* pango/pangocairo-fcfont.c (_pango_cairo_fc_font_new): Use
pango_gravity_to_rotation().
* pango/pango-utils.h:
* pango/pango-types.h:
Reorder a bit.
* examples/Makefile.am:
* examples/test-chinese.txt: New test text for Chinese.
* pango/check.defs: New script that checks that all the exported
symbols are listed in the respective .def file. (only checks the
libraries actually built. No win32 for example.)
* pango/Makefile.am: Hook check.defs as a 'make check' test.
* pango/pango.def:
* pango/pangoft2.def:
* pango/pangocairo.def:
Update.
* docs/tmpl/glyphs.sgml:
* docs/tmpl/main.sgml:
* docs/pango-sections.txt:
Update.
Diffstat (limited to 'pango/pango.def')
-rw-r--r-- | pango/pango.def | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/pango/pango.def b/pango/pango.def index d39b1805..32576db6 100644 --- a/pango/pango.def +++ b/pango/pango.def @@ -51,9 +51,9 @@ EXPORTS pango_color_parse pango_config_key_get pango_context_get_base_dir + pango_context_get_base_gravity pango_context_get_font_description pango_context_get_font_map - pango_context_get_gravity pango_context_get_language pango_context_get_matrix pango_context_get_metrics @@ -63,9 +63,9 @@ EXPORTS pango_context_load_fontset pango_context_new pango_context_set_base_dir + pango_context_set_base_gravity pango_context_set_font_description pango_context_set_font_map - pango_context_set_gravity pango_context_set_language pango_context_set_matrix pango_coverage_copy @@ -179,6 +179,8 @@ EXPORTS pango_glyph_string_new pango_glyph_string_set_size pango_glyph_string_x_to_index + pango_gravity_get_type + pango_gravity_to_rotation pango_is_zero_width pango_item_copy pango_item_free @@ -275,6 +277,7 @@ EXPORTS pango_matrix_get_type pango_matrix_rotate pango_matrix_scale + pango_matrix_to_gravity pango_matrix_translate pango_module_register pango_parse_markup @@ -309,7 +312,7 @@ EXPORTS pango_script_get_type pango_script_iter_free pango_script_iter_get_range - pango_script_iter_new + pango_script_iter_new pango_script_iter_next pango_shape pango_skip_space |