enventor/data/templates/textblock.edc

23 lines
638 B
Plaintext

collections {
styles {
style { name: "text_style";
base: "font="Sans" font_size=25 text_class=entry color=#ffffff style=shadow,bottom shadow_color=#00000080 valign=0.5 ellipsis=1.0 wrap=none align=center";
}
}
group { name: "main";
parts {
part { name: "text";
type: TEXTBLOCK;
scale: 1;
description { state: "default" 0.0;
rel1.relative: 0.0 0.0;
rel2.relative: 1.0 1.0;
text {
style: "text_style";
text: "Enventor";
}
}
}
}
}
}