diff options
-rw-r--r-- | docs/pango_markup.sgml | 16 | ||||
-rw-r--r-- | docs/tmpl/scripts.sgml | 7 |
2 files changed, 15 insertions, 8 deletions
diff --git a/docs/pango_markup.sgml b/docs/pango_markup.sgml index d3ee2a59..0460ccbe 100644 --- a/docs/pango_markup.sgml +++ b/docs/pango_markup.sgml @@ -47,7 +47,7 @@ tags. <span> has the following attributes: <variablelist><title><span> attributes</title> <varlistentry> -<term>font</term> +<term>font<footnote id='since_1_21'><para>Since 1.21</para></footnote></term> <term>font_desc</term> <listitem><para> A font description string, such as "Sans Italic 12". See @@ -67,7 +67,7 @@ A font family name </varlistentry> <varlistentry> -<term>font_size</term> +<term>font_size<footnoteref linkend='since_1_21'/></term> <term>size</term> <listitem><para> Font size in 1024ths of a point, or one of the absolute sizes @@ -82,7 +82,7 @@ font description using 'font'; you can use </varlistentry> <varlistentry> -<term>font_style</term> +<term>font_style<footnoteref linkend='since_1_21'/></term> <term>style</term> <listitem><para> One of 'normal', 'oblique', 'italic' @@ -90,7 +90,7 @@ One of 'normal', 'oblique', 'italic' </varlistentry> <varlistentry> -<term>font_weight</term> +<term>font_weight<footnoteref linkend='since_1_21'/></term> <term>weight</term> <listitem><para> One of 'ultralight', 'light', 'normal', 'bold', 'ultrabold', 'heavy', @@ -99,7 +99,7 @@ or a numeric weight </varlistentry> <varlistentry> -<term>font_variant</term> +<term>font_variant<footnoteref linkend='since_1_21'/></term> <term>variant</term> <listitem><para> One of 'normal' or 'smallcaps' @@ -107,7 +107,7 @@ One of 'normal' or 'smallcaps' </varlistentry> <varlistentry> -<term>font_stretch</term> +<term>font_stretch<footnoteref linkend='since_1_21'/></term> <term>stretch</term> <listitem><para> One of 'ultracondensed', 'extracondensed', 'condensed', @@ -118,7 +118,7 @@ One of 'ultracondensed', 'extracondensed', 'condensed', <varlistentry> <term>foreground</term> -<term>fgcolor</term> +<term>fgcolor<footnoteref linkend='since_1_21'/></term> <term>color</term> <listitem><para> An RGB color specification such as '#00FF00' or a color name such as @@ -128,7 +128,7 @@ An RGB color specification such as '#00FF00' or a color name such as <varlistentry> <term>background</term> -<term>bgcolor</term> +<term>bgcolor<footnoteref linkend='since_1_21'/></term> <listitem><para> An RGB color specification such as '#00FF00' or a color name such as 'red' diff --git a/docs/tmpl/scripts.sgml b/docs/tmpl/scripts.sgml index a87e7fb4..3bcc6556 100644 --- a/docs/tmpl/scripts.sgml +++ b/docs/tmpl/scripts.sgml @@ -124,6 +124,13 @@ The #GObject type for #PangoScript </para> +@text_start: +@text_end: +@script_start: +@script_end: +@script_code: +@paren_stack: +@paren_sp: <!-- ##### FUNCTION pango_script_for_unichar ##### --> <para> |