summaryrefslogtreecommitdiff
path: root/data/elementary/themes/edc/efl/textpath.edc
blob: 3f880c11a594987fd8133bb3fe7436dce115f20c (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
group { name: "efl/textpath";
   styles {
      style { name: "textpath_style2";
         base: "font="FN" font_size=16 text_class=tb_plain wrap=none align=left color=#ffffffff style=shadow,bottom shadow_color=#00000080";
         tag: "br" "\n";
         tag: "b" "+ font="FNBD" text_class=tb_light";
         ENABLED_TEXTBLOCK_TAGS
      }
   }
   parts {
      part { name: "efl.text";
         type: TEXTBLOCK;
         scale: 1;
         description { state: "default" 0.0;
            align: 0.0 0.0;
            text {
               style: "textpath_style2";
               min: 0 1;
               align: 0.0 0.5;
            }
         }
      }
   }
}