File: styles.edc

package info (click to toggle)
libphone-ui-shr 0.1%2Bgit20110827-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,360 kB
  • sloc: ansic: 9,460; makefile: 158; sh: 2
file content (14 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

styles {

  style {
    name: "content_style";
    base: "font=Edje-Vera font_size=20 align=left valign=bottom color=#000  wrap=word";
    tag: "br"         "+ \n";
  }
}

fonts {
	font: "DejaVuSans.ttf" "content";
	font: "DejaVuSans-Bold.ttf" "content-bold";
}