Update default theme to use features in FVWM 2.5.25+
[fvwm-themes.git] / themes / default / fonts
blob6c8fa0f77fc1646fd1c1fba15de197c57c78564d
1 #-----------------------------------------------------------------------------
2 # General fonts
4 DestroyFunc FuncFvwmSetFont-WindowTitle
5 AddToFunc   FuncFvwmSetFont-WindowTitle
6 + I Style "$0" Font "$1"
8 DestroyFunc FuncFvwmSetFont-IconTitle
9 AddToFunc   FuncFvwmSetFont-IconTitle
10 + I Style "$0" IconFont "$1"
12 DestroyFunc FuncFvwmSetFont-Menu
13 AddToFunc   FuncFvwmSetFont-Menu
14 + I MenuStyle "$0" Font "$1"
16 # for FvwmIdent (called in globallook)
17 DestroyFunc FuncFvwmSetFont-FvwmIdent
18 AddToFunc   FuncFvwmSetFont-FvwmIdent
19 + I *FvwmIdent: Font -*-fixed-medium-r-semicondensed-*-13-*
21 #-----------------------------------------------------------------------------
22 # Fonts for modules
24 # default font for IconBox, IconMan, TaskBar and WinList
25 DestroyFunc FuncFvwmSetFont-ModuleWindowList
26 AddToFunc   FuncFvwmSetFont-ModuleWindowList
27 + I *$0: $1 "$2"
29 # selected font (TaskBar)
30 DestroyFunc FuncFvwmSetFont-ModuleSelectedWindowList
31 AddToFunc   FuncFvwmSetFont-ModuleSelectedWindowList
32 + I *$0: $1 "$2"
34 # if one wants a small font for a Window List module (e.g., luthien IconMan)
35 DestroyFunc FuncFvwmSetFont-ModuleSmallWindowList
36 AddToFunc   FuncFvwmSetFont-ModuleSmallWindowList
37 + I *$0: $1 "$2"
39 # small font (Pager mini window font)
40 DestroyFunc FuncFvwmSetFont-ModuleSmall
41 AddToFunc   FuncFvwmSetFont-ModuleSmall
42 + I *$0: $1 "$2"
44 # tips font (for TaskBar, Pager)
45 DestroyFunc FuncFvwmSetFont-ModuleTips
46 AddToFunc   FuncFvwmSetFont-ModuleTips
47 + I *$0: $1 "$2"
49 # normal "Label" font for Pager and Buttons
50 DestroyFunc FuncFvwmSetFont-ModuleLabel
51 AddToFunc   FuncFvwmSetFont-ModuleLabel
52 + I *$0: $1 "$2"
54 # small "Label" for Buttons and Pager (or Window List modules)
55 DestroyFunc FuncFvwmSetFont-ModuleSmallLabel
56 AddToFunc   FuncFvwmSetFont-ModuleSmallLabel
57 + I *$0: $1 "$2"
59 # large "Label" font for Buttons and Pager (or Window List modules)
60 DestroyFunc FuncFvwmSetFont-ModuleLargeLabel
61 AddToFunc   FuncFvwmSetFont-ModuleLargeLabel
62 + I *$0: $1 "$2"