From bb26941a468b994331286a55d41447cc2ef9326f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 16 Aug 2006 07:23:08 +0000 Subject: Render block progression and line direction arrows, and a base gravity 2006-08-16 Behdad Esfahbod * 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. --- pango/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pango/Makefile.am') diff --git a/pango/Makefile.am b/pango/Makefile.am index e2b9bd11..728b2fe1 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -481,3 +481,5 @@ if DISABLE_EXPLICIT_DEPS endif uninstall-local: uninstall-ms-lib uninstall-def-files + +TESTS = check.defs -- cgit v1.2.1