blob: fce3615725b5658901ee3ab68e7a095483249691 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
height="800" min_height="175" min_width="154" name="contents"
title="Font Test" width="500">
<text name="linea" font="OverrideTest" follows="left|top|right" bottom_delta="-20" left="16" height="16">
OverrideTest, should be timesbd, from default/xui/fr
</text>
</floater>
|