diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-08-02 18:18:30 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-08-02 18:18:30 +0000 |
commit | 61b8f962174f41685a12d850632da094a4dd1bc6 (patch) | |
tree | 67faa7cce4cbeb289defc9fed024b7616baa5a26 /docs | |
parent | 85cb529088899889a65a99d3a00f6035eecb4c98 (diff) | |
download | pango-61b8f962174f41685a12d850632da094a4dd1bc6.tar.gz |
Remove.
Sat Aug 2 14:10:31 2003 Owen Taylor <otaylor@redhat.com>
* pango/Makefile.am pango/pango-intset.[ch] pango/pango-indic.[ch]:
Remove.
* pango/pangox.c (pango_x_apply_ligatures): Make a noop,
remove associated code.
* pango/pangox-fontmap.c pango/pangox.[ch]: Deprecate everything.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tmpl/glyphs.sgml | 2 | ||||
-rw-r--r-- | docs/tmpl/main.sgml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/tmpl/glyphs.sgml b/docs/tmpl/glyphs.sgml index 5377a65a..987ed682 100644 --- a/docs/tmpl/glyphs.sgml +++ b/docs/tmpl/glyphs.sgml @@ -171,7 +171,7 @@ by the structure which simplifies memory management. </para> @num_glyphs: the number of glyphs in the string. -@glyphs: an array of #PangoGlyphInfo structures of length <structfield>num_glyphs</structfield>. +@glyphs: an array of #PangoGlyphInfo structures of length <structfield>num_glyphs</structfield>. @log_clusters: for each glyph, byte index of the starting character for the cluster. The indices are relative to the start of the text corresponding to the PangoGlyphString. diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml index 8f06a701..9a7ef804 100644 --- a/docs/tmpl/main.sgml +++ b/docs/tmpl/main.sgml @@ -23,6 +23,7 @@ The #PangoContext structure stores global information used to control the itemization process. </para> + <!-- ##### STRUCT PangoItem ##### --> <para> The #PangoItem structure stores information about @@ -30,7 +31,7 @@ a segment of text. It contains the following fields: </para> @offset: the offset of the segment from the beginning of the - string in bytes. + string in bytes. @length: the length of the segment in bytes. @num_chars: the length of the segment in characters. @analysis: the properties of the segment. |