From 509868236b87e04a9367630bf9c441e5d1399698 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 1 Mar 2004 15:23:15 +0000 Subject: Patch from Dov Grobgeld to add auto-direction to PangoLayout (more of Fri Feb 27 11:23:21 2004 Owen Taylor Patch from Dov Grobgeld to add auto-direction to PangoLayout (more of #70451) * examples/pangofttopgm.c: Add --no-auto-dir argument. * pango-layout.[ch]: Add pango_layout_set_auto_dir() defaulting to TRUE; resolve paragraph direction within a layout by propagating base direction downwards from paragraph to paragraph. * pango-context.[ch]: Add pango_itemize_with_base_dir() which overrides the base direction from the PangoContext. Mon Mar 1 10:01:58 2004 Owen Taylor * docs/tmpl/text-attributes.sgml: Document %PANGO_UNDERLINE_ERROR. * pango/pangofc-fontmap.c: Pango*Fc*FontmapPrivate. Make compile. --- docs/tmpl/text-attributes.sgml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/tmpl/text-attributes.sgml') diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index 4707232f..aa8445cd 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -322,6 +322,11 @@ of underlining. single characters, such as for keyboard accelerators. %PANGO_UNDERLINE_SINGLE should be used for extended portions of text. +@PANGO_UNDERLINE_ERROR: a wavy underline should be drawn below. + This underline is typically used to indicate + an error such as a possilble mispelling; in some + cases an contrasting color may automatically + be used. -- cgit v1.2.1