diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2005-11-03 21:13:13 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2005-11-03 21:13:13 +0000 |
commit | 180425705216d4d7dfa698ee46a3d026deafa5c4 (patch) | |
tree | d5a6999d976279f7c3281e5602f4f39d38407317 /docs | |
parent | 0fead16e7533b63b0e6af2e55ccfe31056921085 (diff) | |
download | pango-180425705216d4d7dfa698ee46a3d026deafa5c4.tar.gz |
Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. Moved
2005-11-03 Behdad Esfahbod <behdad@gnome.org>
* docs/tmpl/main.sgml, pango/Makefile.am, pango/pango-context.c
(itemize_state_init), pango/pango-utils.c, pango/pango-utils.h,
pango/pangox.c (itemize_string_foreach), pango/mini-fribidi/*:
Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly.
Moved pango_log2vis_get_embedding_levels to pango-utils.c instead
of mini-fribidi. (#317192, review by Matthias Clasen)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tmpl/main.sgml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml index cbb6b880..4f373d4b 100644 --- a/docs/tmpl/main.sgml +++ b/docs/tmpl/main.sgml @@ -296,18 +296,6 @@ The GObject type for #PangoDirection. @Returns: -<!-- ##### FUNCTION pango_unichar_direction ##### --> -<para> -Determines the direction of a character; either -%PANGO_DIRECTION_LTR, %PANGO_DIRECTION_RTL, or -%PANGO_DIRECTION_NEUTRAL. -</para> - -@ch: character to examine -@Returns: the direction of a character, as used in the - Unicode bidirectional algorithm. - - <!-- ##### FUNCTION pango_find_base_dir ##### --> <para> |