summaryrefslogtreecommitdiff
path: root/data/elementary/themes/edc/elm/textpath.edc
blob: bc5612eb1fba125a55d1d7deff9d9b6610e240fc (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: "elm/textpath/base/default";
   styles {
      style { name: "textpath_style";
         base: "font="FN" font_size=16 text_class=tb_plain wrap=none align=left color=cc:/fg/normal/text";
         tag: "br" "\n";
         tag: "b" "+ font="FNBD" text_class=tb_light";
         ENABLED_TEXTBLOCK_TAGS
      }
   }
   parts {
      part { name: "elm.text";
         type: TEXTBLOCK;
         scale: 1;
         description { state: "default" 0.0;
            align: 0.0 0.0;
            text {
               style: "textpath_style";
               min: 0 1;
               align: 0.0 0.5;
            }
         }
      }
   }
}