Moved emodules to fontconfig.

SVN revision: 40365
This commit is contained in:
Daniel Kolesa 2009-04-25 11:05:00 +00:00
parent 1dd2723dfe
commit fc43a9a5f6
4 changed files with 13 additions and 20 deletions

View File

@ -5,7 +5,7 @@ SUBDIRS = images
EDJE_FLAGS = -v \
-id $(top_srcdir)/images \
-fd $(top_srcdir)/fonts
-fd $(top_srcdir)
# data files for the module
filesdir = $(datadir)
@ -16,9 +16,7 @@ forecasts.edj
EXTRA_DIST = $(files_DATA) \
e_modules-forecasts.spec \
forecasts.edc \
fonts/VeraBd.ttf \
fonts/vera.ttf
forecasts.edc
# the module .so file
INCLUDES = -I. \

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,3 @@
fonts {
font: "vera.ttf" "Vera";
font: "VeraBd.ttf" "Vera Bold";
}
#define ORIENT_TARGETS \
target: "day0"; \
target: "day1"; \
@ -124,7 +119,7 @@ collections {
color_class: "module_label";
text {
text: "Temperature";
font: "Vera Bold";
font: "Sans:style=Bold";
size: 10;
min: 1 1;
align: 0.0 0.1;
@ -168,7 +163,7 @@ collections {
color_class: "module_label";
text {
text: "Description";
font: "Vera Bold";
font: "Sans:style=Bold";
size: 10;
fit: 1 1;
align: 0.5 0.5;
@ -218,7 +213,7 @@ collections {
color_class: "module_label";
text {
text: "Location";
font: "Vera Bold";
font: "Sans:style=Bold";
size: 10;
min: 1 1;
align: 0.0 0.0;
@ -295,7 +290,7 @@ collections {
color_class: "module_label";
text {
text: "Date0";
font: "Vera Bold";
font: "Sans:style=Bold";
size: 10;
min: 1 1;
align: 0.5 0.0;
@ -334,7 +329,7 @@ collections {
color_class: "module_label";
text {
text: "Description0";
font: "Vera Bold";
font: "Sans:style=Bold";
size: 10;
min: 1 1;
align: 0.5 0.0;
@ -371,7 +366,7 @@ collections {
color_class: "module_label";
text {
text: "Low0";
font: "Vera Bold";
font: "Sans:style=Bold";
size: 9;
min: 1 1;
align: 0.0 0.0;
@ -407,7 +402,7 @@ collections {
color_class: "module_label";
text {
text: "High0";
font: "Vera Bold";
font: "Sans:style=Bold";
size: 9;
min: 1 1;
align: 1.0 0.0;
@ -485,7 +480,7 @@ collections {
color_class: "module_label";
text {
text: "Date1";
font: "Vera Bold";
font: "Sans:style=Bold";
size: 10;
min: 1 1;
align: 0.5 0.0;
@ -524,7 +519,7 @@ collections {
color_class: "module_label";
text {
text: "Description1";
font: "Vera Bold";
font: "Sans:style=Bold";
size: 10;
min: 1 1;
align: 0.5 0.0;
@ -561,7 +556,7 @@ collections {
color_class: "module_label";
text {
text: "Low1";
font: "Vera Bold";
font: "Sans:style=Bold";
size: 9;
min: 1 1;
align: 0.0 0.0;
@ -597,7 +592,7 @@ collections {
color_class: "module_label";
text {
text: "High1";
font: "Vera Bold";
font: "Sans:style=Bold";
size: 9;
min: 1 1;
align: 1.0 0.0;