summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-10-24 04:11:12 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-10-24 04:11:12 +0000
commit7889367ae9a339da057e89b69362f557a16429ea (patch)
tree9b954fe698141644c5d0c4a0e273f21f69b7ab6d /docs
parentd16d1bc261e772f64b377171ca7884b92c1d7288 (diff)
downloadpango-7889367ae9a339da057e89b69362f557a16429ea.tar.gz
=== Released 1.3.0 ===PANGO_1_3_0
Fri Oct 24 00:09:17 2003 Owen Taylor <otaylor@redhat.com> * === Released 1.3.0 === * pango/module-defs-fc.c.win32 pango/module-defs-fc.c.win32: Add the -fc version, remove the -ft2 version. Not sure this file is actually needed any more. * pango/Makefile.am (libpango_1_0_la_SOURCES): Add pango-impl-utils.h, pango-script-lang-table.h. * docs/Makefile.am (dist-hook-local): Distribute generated manpage. * tests/Makefile.am (CLEANFILES): Add pango.modules
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am19
-rw-r--r--docs/tmpl/fonts.sgml30
-rw-r--r--docs/tmpl/modules.sgml11
-rw-r--r--docs/tmpl/pango-engine-shape.sgml1
-rw-r--r--docs/tmpl/pangofc-font.sgml10
-rw-r--r--docs/tmpl/scripts.sgml19
6 files changed, 78 insertions, 12 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 63814d94..aaa468f3 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -71,6 +71,10 @@ HTML_IMAGES = \
# Extra options to supply to gtkdoc-fixref
FIXXREF_OPTIONS=
+include $(top_srcdir)/gtk-doc.make
+
+########################################################################
+
man_MANS = pango-querymodules.1
if ENABLE_MAN
@@ -80,17 +84,20 @@ if ENABLE_MAN
endif
-include $(top_srcdir)/gtk-doc.make
-
EXTRA_DIST += \
layout.fig \
layout.eps \
version.xml.in
-
+BUILT_EXTRA_DIST = $(man_MANS)
dist-hook-local:
- mkdir $(distdir)/TEXT; \
- for f in $(srcdir)/TEXT/* ; do \
- test -f $$f && cp -p $$f $(distdir)/TEXT; \
+ files='$(BUILT_EXTRA_DIST)'; \
+ for f in $$files; do \
+ if test -f $$f; then d=.; else d=$(srcdir); fi; \
+ cp $$d/$$f $(distdir) || exit 1; done; \
+ \
+ mkdir $(distdir)/TEXT; \
+ for f in $(srcdir)/TEXT/* ; do \
+ test -f $$f && cp -p $$f $(distdir)/TEXT; \
done
diff --git a/docs/tmpl/fonts.sgml b/docs/tmpl/fonts.sgml
index 6d134866..3d214e4d 100644
--- a/docs/tmpl/fonts.sgml
+++ b/docs/tmpl/fonts.sgml
@@ -756,6 +756,15 @@ Returns the type of a #PangoFontMap.
@n_families:
+<!-- ##### FUNCTION pango_font_map_get_shape_engine_type ##### -->
+<para>
+
+</para>
+
+@fontmap:
+@Returns:
+
+
<!-- ##### STRUCT PangoFontset ##### -->
<para>
A #PangoFontset represents a set of #PangoFont to use
@@ -807,6 +816,27 @@ a particular #PangoFontset implementation.
@Returns:
+<!-- ##### USER_FUNCTION PangoFontsetForeachFunc ##### -->
+<para>
+
+</para>
+
+@fontset:
+@font:
+@data:
+@Returns:
+
+
+<!-- ##### FUNCTION pango_fontset_foreach ##### -->
+<para>
+
+</para>
+
+@fontset:
+@func:
+@data:
+
+
<!-- ##### STRUCT PangoFontsetSimple ##### -->
<para>
#PangoFontSetSimple is a implementation of the abstract
diff --git a/docs/tmpl/modules.sgml b/docs/tmpl/modules.sgml
index 893fffe5..2d74a8ad 100644
--- a/docs/tmpl/modules.sgml
+++ b/docs/tmpl/modules.sgml
@@ -64,6 +64,17 @@ matches the language tag for this entry's map exactly or just approximately.
@wc:
+<!-- ##### FUNCTION pango_map_get_engines ##### -->
+<para>
+
+</para>
+
+@map:
+@script:
+@exact_engines:
+@fallback_engines:
+
+
<!-- ##### FUNCTION pango_module_register ##### -->
<para>
diff --git a/docs/tmpl/pango-engine-shape.sgml b/docs/tmpl/pango-engine-shape.sgml
index 68c37707..d1aff7d0 100644
--- a/docs/tmpl/pango-engine-shape.sgml
+++ b/docs/tmpl/pango-engine-shape.sgml
@@ -25,7 +25,6 @@ Rendering-system dependent script engines
</para>
@script_shape:
-@get_coverage:
@covers:
<!-- ##### MACRO PANGO_ENGINE_TYPE_SHAPE ##### -->
diff --git a/docs/tmpl/pangofc-font.sgml b/docs/tmpl/pangofc-font.sgml
index 0470e877..c87b2617 100644
--- a/docs/tmpl/pangofc-font.sgml
+++ b/docs/tmpl/pangofc-font.sgml
@@ -37,6 +37,11 @@ Fontconfig-based backend involves deriving from both
</para>
+<!-- ##### ARG PangoFcFont:pattern ##### -->
+<para>
+
+</para>
+
<!-- ##### STRUCT PangoFcFontClass ##### -->
<para>
@@ -112,8 +117,3 @@ Fontconfig-based backend involves deriving from both
@glyphs:
-<!-- ##### ARG PangoFcFont:pattern ##### -->
-<para>
-
-</para>
-
diff --git a/docs/tmpl/scripts.sgml b/docs/tmpl/scripts.sgml
index 37b3831d..33e81760 100644
--- a/docs/tmpl/scripts.sgml
+++ b/docs/tmpl/scripts.sgml
@@ -104,6 +104,25 @@ The GObject type for #PangoScript
@Returns:
+<!-- ##### FUNCTION pango_script_get_sample_language ##### -->
+<para>
+
+</para>
+
+@script:
+@Returns:
+
+
+<!-- ##### FUNCTION pango_language_includes_script ##### -->
+<para>
+
+</para>
+
+@language:
+@script:
+@Returns:
+
+
<!-- ##### FUNCTION pango_script_iter_new ##### -->
<para>