Propagate Layer changes via Style command on-the-fly.
[fvwm.git] / doc / commands / DefaultFont.xml
blob187efa6bb979cd492d799fd17c340574d4ae9133
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3   "../docbook-xml/docbookx.dtd"
5 <!ENTITY % myents SYSTEM "../fvwm.ent" >
6 %myents;
7 ]>
9 <!-- $Id: DefaultFont.xml,v 1.3 2007/06/16 12:38:45 griph Exp $ -->
11 <section id='DefaultFont'>
12 <title>DefaultFont</title>
14 <cmdsynopsis>
15         <command>DefaultFont</command
16         ><arg choice='opt'
17                 ><replaceable>fontname</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para><emphasis remap='B'>DefaultFont</emphasis>
22 sets the default font to font
23 <replaceable>fontname</replaceable>.
24 The default font is used by fvwm whenever no other font has been
25 specified.  To reset the default font to the built-in default,
26 omit the argument.  The default font is used for menus, window
27 titles, icon titles as well as the geometry feedback windows
28 during a move or resize operation.  To override the default font
29 in a specific context, use the
30 <fvwmref cmd="Style"/> * <fvwmref cmd="Style" opt="Font"/>,
31 <fvwmref cmd="Style"/> * <fvwmref cmd="Style" opt="IconFont"/>, or
32 <fvwmref cmd="MenuStyle"/>
33 commands.</para>
35 </section>