From 2584212cd0976f5f95d9381e829917e7d2a10d28 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sun, 3 Aug 2003 21:57:35 +0000 Subject: Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based Sat Aug 2 23:19:16 2003 Owen Taylor * pango/pango-engine.[ch] modules/*/*-{fc,win32,x}.c pango/modules.c pango/break.c pango/pango-context.c pango/pango-layout.c pango/pango-modules.h pango/querymodules.c pango/shape.c: Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based module-loading system closely based on the one used for GtkIMContext and GtkThemeEngine. * pango/pango-impl-utils.h: OK, I'm tired of typing in get_type() functions. * pango/pango-script.[ch] pango/pango-script-table.h tests/testscript.c tools/gen-script-table.pl: Add port of script-range code from ICU in preparation for future use. (#91542) * tools/gen-script-for-lang.c: Utility program to determine the script for each fontconfig .orth file. * docs/tmpl/{scripts.sgml,pango-engine-lang.sgml, pango-engine-shape.sgml} docs/pango-sections.txt docs/pango-docs.sgml: Redo to go along with the above changes. * configure.in: chmod +x tests/runtests.sh --- docs/pango-docs.sgml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/pango-docs.sgml') diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml index 79cdf112..a923b96c 100644 --- a/docs/pango-docs.sgml +++ b/docs/pango-docs.sgml @@ -8,7 +8,10 @@ + + + @@ -36,6 +39,7 @@ &pango-Tab-Stops; &markup-format; &pango-Layout-Objects; + &pango-Scripts; @@ -53,6 +57,8 @@ &pango-OpenType-Font-Handling; &pango-Coverage-Maps; &pango-Engines; + &PangoEngineLang; + &PangoEngineShape; &pango-Modules; -- cgit v1.2.1