From 157e3f5934e0b38404b011c264e1a0cfd06acce1 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 15 Mar 2001 23:46:24 +0000 Subject: Remove a lot of instances of "Error parsing ligature info" that somehow Fri Mar 9 11:57:46 2001 Owen Taylor * pango/pangox.c (pango_x_find_subfont): Remove a lot of instances of "Error parsing ligature info" that somehow crept in. * docs/*: Some makefile tweaks, structure updates. --- docs/tmpl/text-attributes.sgml | 64 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 60 insertions(+), 4 deletions(-) (limited to 'docs/tmpl/text-attributes.sgml') diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index d702e1ec..9a81d21c 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -27,6 +27,7 @@ values are given below. The type of structure used to store the attribute is listed in parentheses after the description. +@PANGO_ATTR_INVALID: @PANGO_ATTR_LANG: language tag (#PangoAttrString) @PANGO_ATTR_FAMILY: font family name list (#PangoAttrString) @PANGO_ATTR_STYLE: font slant style (#PangoAttrInt) @@ -41,6 +42,14 @@ attribute is listed in parentheses after the description. @PANGO_ATTR_STRIKETHROUGH: whether the text is struck-through (#PangoAttrInt) @PANGO_ATTR_RISE: baseline displacement (#PangoAttrInt) @PANGO_ATTR_SHAPE: +@PANGO_ATTR_SCALE: + + + + + + + @@ -53,7 +62,7 @@ provided for #PangoAttribute. @type: the type ID for this attribute @copy: function to duplicate an attribute of this type (see pango_attribute_copy()) @destroy: function to free an attribute of this type (see pango_attribute_destroy()) -@compare: +@equal: @@ -85,9 +94,7 @@ are colors. @attr: the common portion of the attribute -@red: the red value, in the range 0 to 65535 -@green: the green value -@blue: the blue value +@color: @@ -98,6 +105,14 @@ a integer or enumeration value. @attr: the common portion of the attribute @value: the value of the attribute + + + + + +@attr: +@value: + The #PangoAttrFontDesc structure is used to store an attribute that @@ -116,6 +131,21 @@ sets all aspects of the font description at once. @ink_rect: @logical_rect: + + + + + +@markup_text: +@length: +@accel_marker: +@attr_list: +@text: +@accel_char: +@error: +@Returns: + + @@ -134,6 +164,16 @@ sets all aspects of the font description at once. @Returns: + + + + + +@attr1: +@attr2: +@Returns: + + @@ -264,6 +304,15 @@ sets all aspects of the font description at once. @Returns: + + + + + +@scale_factor: +@Returns: + + the #PangoUnderline enumeration is used to specify @@ -281,6 +330,13 @@ of underlining. accelerators. %PANGO_UNDERLINE_SINGLE should be used for extended portions of text. + + + + + + + -- cgit v1.2.1