diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-04-29 18:58:29 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-04-29 18:58:29 +0000 |
commit | 96b9e23f46410cb0447cd8da631ac20942d41724 (patch) | |
tree | 7e8e269072adafecb7d506ab176c285fac283324 /docs/tmpl/pango-engine-shape.sgml | |
parent | 4c11a6652d2305abf0658a00f72c6268b3f5e527 (diff) | |
download | pango-96b9e23f46410cb0447cd8da631ac20942d41724.tar.gz |
Doc updates.
2006-04-29 Behdad Esfahbod <behdad@gnome.org>
* docs/tmpl/atsui-fonts.sgml:
* docs/tmpl/coverage-maps.sgml:
* docs/tmpl/engines.sgml:
* docs/tmpl/fonts.sgml:
* docs/tmpl/freetype-fonts.sgml:
* docs/tmpl/glyphs.sgml:
* docs/tmpl/layout.sgml:
* docs/tmpl/main.sgml:
* docs/tmpl/modules.sgml:
* docs/tmpl/opentype.sgml:
* docs/tmpl/pango-engine-lang.sgml:
* docs/tmpl/pango-engine-shape.sgml:
* docs/tmpl/pango-renderer.sgml:
* docs/tmpl/pangocairo.sgml:
* docs/tmpl/pangofc-decoder.sgml:
* docs/tmpl/pangofc-font.sgml:
* docs/tmpl/pangofc-fontmap.sgml:
* docs/tmpl/scripts.sgml:
* docs/tmpl/tab-stops.sgml:
* docs/tmpl/text-attributes.sgml:
* docs/tmpl/utils.sgml:
* docs/tmpl/win32-fonts.sgml:
* docs/tmpl/x-fonts.sgml:
* docs/tmpl/xft-fonts.sgml:
* examples/Makefile.am:
* pango/modules.c:
* pango/pango-coverage.c: Doc updates.
Diffstat (limited to 'docs/tmpl/pango-engine-shape.sgml')
-rw-r--r-- | docs/tmpl/pango-engine-shape.sgml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/docs/tmpl/pango-engine-shape.sgml b/docs/tmpl/pango-engine-shape.sgml index d1aff7d0..478d667f 100644 --- a/docs/tmpl/pango-engine-shape.sgml +++ b/docs/tmpl/pango-engine-shape.sgml @@ -6,7 +6,9 @@ Rendering-system dependent script engines <!-- ##### SECTION Long_Description ##### --> <para> - +The <firstterm>shape engines</firstterm> are rendering-system dependent +engines that convert character strings into glyph strings. +These engines are used in pango_shape(). </para> <!-- ##### SECTION See_Also ##### --> @@ -14,6 +16,9 @@ Rendering-system dependent script engines </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT PangoEngineShape ##### --> <para> </para> @@ -30,7 +35,7 @@ Rendering-system dependent script engines <!-- ##### MACRO PANGO_ENGINE_TYPE_SHAPE ##### --> <para> A string constant defining the engine type -for <firstterm>shaping engines</firstterm>. +for shaping engines. These engines derive from #PangoEngineShape. </para> @@ -43,14 +48,6 @@ These engines derive from #PangoEngineShape. @name: @prefix: -@\ - class_init: -@\ - class_init: -@\ - class_init: -@\ - class_init: @class_init: @instance_init: |