diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-26 23:18:53 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-26 23:18:53 +0000 |
commit | e3f92b5972401c611f26f028804c4b7056f0be00 (patch) | |
tree | 6564f810c7235e71ffff0dd844961dc1438433e6 /docs/tmpl/fonts.sgml | |
parent | 1170903eb4010f837197c71d2817b9933b3f9ef4 (diff) | |
download | pango-e3f92b5972401c611f26f028804c4b7056f0be00.tar.gz |
Instead of including all-unicode.txt in the distribution, include a small
Mon Nov 26 18:17:00 2001 Owen Taylor <otaylor@redhat.com>
* tests/Makefile.am tests/gen-all-unicode.c: Instead
of including all-unicode.txt in the distribution, include
a small program to generate it.
* modules/hangul/hangul-x.c (render_syllable_with_ksc5601): When
falling back to uncomposed Jamos, if we can't render a Jamo
in any way, use the unknown glyph rather than nothing.
* modules/hangul/hangul-x.c (hangul_engine_shape): Prevent
overflows for invalid sequences which can be of arbitrary
length. (#50086)
* modules/arabic/arconv.c: New versions from Roozbeh Pournader.
- Replacing the tables with automatically-generated ones
- Using binary search instead of linear search for table lookup
- Updating all the names with Unicode names (eg Nun -> Noon)
- Fixed the Hamza mixup, using the Unicode rules
- Updating missed cases (eg Superscript Alef was missing from
arabic_isvowel)
- Removing too-intelligent cases which made the code non-compliant
(eg Alef with Hamza above+Kasra was changing to Alef with Hamza below)
- Removing 'connecttoleft' from 'charstruct' (replacing it with a macro)
- Indenting in the GNU style
Diffstat (limited to 'docs/tmpl/fonts.sgml')
-rw-r--r-- | docs/tmpl/fonts.sgml | 49 |
1 files changed, 13 insertions, 36 deletions
diff --git a/docs/tmpl/fonts.sgml b/docs/tmpl/fonts.sgml index 7deabce9..6a45a922 100644 --- a/docs/tmpl/fonts.sgml +++ b/docs/tmpl/fonts.sgml @@ -762,23 +762,11 @@ Returns the type of a #PangoFontMap. @parent_instance: -<!-- ##### FUNCTION pango_fontset_get_font ##### --> -<para> - -</para> - -@fontset: -@wc: -@Returns: - - -<!-- ##### FUNCTION pango_fontset_get_metrics ##### --> +<!-- ##### MACRO PANGO_TYPE_FONTSET ##### --> <para> - +The GObject type for #PangoFontset. </para> -@fontset: -@Returns: <!-- ##### STRUCT PangoFontsetClass ##### --> @@ -791,33 +779,23 @@ Returns the type of a #PangoFontMap. @get_metrics: @get_language: -<!-- ##### MACRO PANGO_TYPE_FONTSET_SIMPLE ##### --> -<para> -The GObject type for #PangoFontsetSimple. -</para> - - -<!-- ##### MACRO PANGO_TYPE_FONTSET ##### --> -<para> -The GObject type for #PangoFontset. -</para> - - - -<!-- ##### MACRO PANGO_FONTSET_SIMPLE ##### --> +<!-- ##### FUNCTION pango_fontset_get_font ##### --> <para> </para> -@object: +@fontset: +@wc: +@Returns: -<!-- ##### MACRO PANGO_IS_FONTSET_SIMPLE ##### --> +<!-- ##### FUNCTION pango_fontset_get_metrics ##### --> <para> </para> -@object: +@fontset: +@Returns: <!-- ##### STRUCT PangoFontsetSimple ##### --> @@ -826,19 +804,18 @@ The GObject type for #PangoFontset. </para> -<!-- ##### STRUCT PangoFontsetSimpleClass ##### --> +<!-- ##### MACRO PANGO_TYPE_FONTSET_SIMPLE ##### --> <para> - +The GObject type for #PangoFontsetSimple. </para> -<!-- ##### FUNCTION pango_fontset_simple_get_type ##### --> + +<!-- ##### STRUCT PangoFontsetSimpleClass ##### --> <para> </para> -@Returns: - <!-- ##### FUNCTION pango_fontset_simple_new ##### --> <para> |