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/engines.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/engines.sgml')
-rw-r--r-- | docs/tmpl/engines.sgml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/tmpl/engines.sgml b/docs/tmpl/engines.sgml index fb7fdfd2..2f8efcae 100644 --- a/docs/tmpl/engines.sgml +++ b/docs/tmpl/engines.sgml @@ -28,6 +28,9 @@ function is used when building a catalog of all available modules. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT PangoEngineInfo ##### --> <para> The #PangoEngineInfo structure contains information about a particular @@ -37,8 +40,8 @@ engine. It contains the following fields: @id: a unique string ID for the engine. @engine_type: a string identifying the engine type. @render_type: a string identifying the render type. -@scripts: -@n_scripts: +@scripts: array of scripts this engine supports. +@n_scripts: number of items in @scripts. <!-- ##### STRUCT PangoEngineScriptInfo ##### --> <para> |