blob: cea1fd4683e745ed7c6902ebdc7d765a2a721ee4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="contents" title="Schriftart-Test">
<text font="SansSerif">
SansSerif, keine Größe oder Stil (sollte gleich medium sein)
</text>
<text font="SansSerifLarge" follows="left|top|right" bottom_delta="-20" left="16" height="16">
SansSerifGroß
</text>
<text font="SansSerifHuge" follows="left|top|right" bottom_delta="-36" left="16" height="32">
SansSerifExtraGroß
</text>
<text font="Monospace" follows="left|top|right" bottom_delta="-20" left="16" height="16" font_size="Large">
Monospace Größe=Groß
</text>
<text font="SansSerifLarge" follows="left|top|right" bottom_delta="-20" left="16" height="16" font_style="BOLD">
SansSerifGroß Stil=FETT
</text>
<text font="SansSerifBold" follows="left|top|right" bottom_delta="-20" left="16" height="16">
SansSerifFett
</text>
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font_style="BOLD">
SansSerif Stil=FETT (sollte gleich SansSerifFett sein)
</text>
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="ITALIC">
SansSerif Stil=KURSIV
</text>
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD|ITALIC">
SansSerif Stil=FETT|KURSIV
</text>
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD|ITALIC|DROP_SHADOW_SOFT">
SansSerif Stil=FETT|KURSIV|SANFTER_SCHATTEN
</text>
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="UNDERLINE">
SansSerif Stil=UNTERSTRICHEN
</text>
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="DROP_SHADOW">
SansSerif Stil=SCHATTEN
</text>
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="DROP_SHADOW_SOFT">
SansSerif Stil=SANFTER_SCHATTEN
</text>
<text font="DejaVu" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD">
DejaVu Stil=FETT
</text>
<text font="DejaVu" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="ITALIC">
DejaVu Stil=KURSIV
</text>
<text font="DejaVu" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD|ITALIC">
DejaVu Stil=FETT|KURSIV
</text>
<text font="DejaVu" follows="left|top|right" bottom_delta="-20" left="16" height="16" font_size="Large" font-style="BOLD|ITALIC">
DejaVu Größe=Groß Stil=FETT|KURSIV
</text>
<text font="Helvetica" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD">
Helvetica Stil=FETT
</text>
<text font="Helvetica" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="ITALIC">
Helvetica Stil=KURSIV
</text>
<text font="Helvetica" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD|ITALIC">
Helvetica Stil=FETT|KURSIV
</text>
<text font="Helvetica" follows="left|top|right" bottom_delta="-20" left="16" height="16" font_size="Large" font-style="BOLD|ITALIC">
Helvetica Größe=Groß Stil=FETT|KURSIV
</text>
<text name="linea">
OverrideTest, sollte hier als Times angezeigt werden. (Aus default/xui/en-us)
</text>
</floater>
|