Document that font and fontset declarations are ignored.
2003-02-11 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkrc.sgml: Document that font and fontset declarations are ignored.
This commit is contained in:
parent
d73fa80787
commit
43d0d79cc0
@ -1,3 +1,8 @@
|
|||||||
|
2003-02-11 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkrc.sgml: Document that font and fontset declarations
|
||||||
|
are ignored.
|
||||||
|
|
||||||
2003-02-02 Matthias Clasen <maclas@gmx.de>
|
2003-02-02 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtk-docs.sgml:
|
* gtk/gtk-docs.sgml:
|
||||||
|
@ -281,9 +281,8 @@ elements are:
|
|||||||
<term><literal>font = <replaceable>font</replaceable></literal></term>
|
<term><literal>font = <replaceable>font</replaceable></literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Sets the font for a widget. <replaceable>font</replaceable> must be
|
Starting with GTK+ 2.0, the "font" and "fontset"
|
||||||
a XLFD font description, e.g.
|
declarations are ignored; use "font_name" declarations instead.
|
||||||
<literal>"-*-helvetica-medium-r-normal--10-*-*-*-*-*-*-*"</literal>.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -291,13 +290,8 @@ elements are:
|
|||||||
<term><literal>fontset = <replaceable>font</replaceable></literal></term>
|
<term><literal>fontset = <replaceable>font</replaceable></literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Sets the fontset for a widget. Overrides any
|
Starting with GTK+ 2.0, the "font" and "fontset"
|
||||||
<literal>font</literal> declarations. <replaceable>font</replaceable>
|
declarations are ignored; use "font_name" declarations instead.
|
||||||
must be a comma-separated list of XLFD font descriptions, e.g.
|
|
||||||
<literal>"-JIS-Fixed-Medium-R-Normal--26-180-100-100-C-240,
|
|
||||||
-JIS-Fixed-Medium-R-Normal--26-180-100-100-C-120,
|
|
||||||
-GB-Fixed-Medium-R-Normal--26-180-100-100-C-240,
|
|
||||||
-Adobe-Courier-Bold-R-Normal--25-180-100-100-M-150"</literal>.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -305,10 +299,10 @@ elements are:
|
|||||||
<term><literal>font_name = <replaceable>font</replaceable></literal></term>
|
<term><literal>font_name = <replaceable>font</replaceable></literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Sets the font for a widget. Overrides any
|
Sets the font for a widget. <replaceable>font</replaceable> must be
|
||||||
<literal>font</literal> or <literal>fontset</literal> declarations.
|
a Pango font name, e.g. <literal>"Sans Italic 10"</literal>.
|
||||||
<replaceable>font</replaceable> must be a Pango font name, e.g.
|
For details about Pango font names, see
|
||||||
<literal>"Sans Italic 10"</literal>.
|
pango_font_description_from_string().
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user