diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango_markup.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/pango_markup.sgml b/docs/pango_markup.sgml index 5fc3ef48..ba96a9db 100644 --- a/docs/pango_markup.sgml +++ b/docs/pango_markup.sgml @@ -48,11 +48,12 @@ tags. <span> has the following attributes: <varlistentry><term>font_desc</term> <listitem><para> -A font description string, such as "Sans Italic 12"; note that any other -span attributes will override this description. So if you have "Sans -Italic" and also a style="normal" attribute, you will get Sans normal, -not italic. -</para></listitem> +A font description string, such as "Sans Italic 12". See +<link linkend="pango-font-description-from-string">pango_font_description_from_string()</link> +for a description of the format of the string representation . Note that any +other span attributes will override this description. So if you have +"Sans Italic" and also a style="normal" attribute, you will get Sans normal, +not italic.</para></listitem> </varlistentry> <varlistentry><term>font_family</term> |