Skip to content

Commit

Permalink
[doc] Tag markup attributes with version they were introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
pcjc2 authored and behdad committed Apr 7, 2009
1 parent dd6ce70 commit 7a654f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/pango_markup.sgml
Expand Up @@ -47,7 +47,7 @@ tags. <span> has the following attributes:
<variablelist><title>&lt;span&gt; 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
Expand All @@ -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
Expand All @@ -82,15 +82,15 @@ 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'
</para></listitem>
</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',
Expand All @@ -99,15 +99,15 @@ 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'
</para></listitem>
</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',
Expand All @@ -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
Expand All @@ -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'
Expand Down
7 changes: 7 additions & 0 deletions docs/tmpl/scripts.sgml
Expand Up @@ -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>
Expand Down

0 comments on commit 7a654f4

Please sign in to comment.