korean support - yes Bendal may suck. someone who is good with korean (or all

you native koreans out there) let me know of a GOOD .ttf that could replace
it in the fontset to support Korean in e17 (and make sure its able to be
shipped with e17 license-wise). if anyone wants to get a set of fonts to
supoprt every language in the world together... that are free - please go for
it! :)


SVN revision: 13812
This commit is contained in:
Carsten Haitzler 2005-03-20 17:31:34 +00:00
parent 5c705cce56
commit 9cf734e8f8
5 changed files with 5 additions and 2 deletions

BIN
data/fonts/Bandal.ttf Normal file

Binary file not shown.

View File

@ -1,6 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
filesdir = $(datadir)/enlightenment/data/fonts
files_DATA = \
Bandal.ttf \
Kochi.ttf \
Vera.ttf \
VeraBI.ttf \

View File

@ -1,3 +1,4 @@
Bandal -Unknown-Bandal-medium-r-normal--0-0-0-0-p-0-iso8859-9
Kochi -Unknown-Kochi-medium-r-normal--0-0-0-0-p-0-iso8859-9
Vera-Bold-Italic -Bitstream-Bitstream Vera Sans-bold-i-normal--0-0-0-0-p-0-ascii-0
Vera-Normal -Bitstream-Bitstream Vera Sans-medium-r-normal--0-0-0-0-p-0-ascii-0

View File

@ -1,4 +1,5 @@
51
52
Bandal.ttf -Unknown-Bandal-medium-r-normal--0-0-0-0-p-0-iso8859-9
Kochi.ttf -Unknown-Kochi-medium-r-normal--0-0-0-0-p-0-iso8859-9
VeraBI.ttf -Bitstream-Bitstream Vera Sans-bold-i-normal--0-0-0-0-p-0-ascii-0
VeraBI.ttf -Bitstream-Bitstream Vera Sans-bold-i-normal--0-0-0-0-p-0-fcd8859-15

View File

@ -249,7 +249,7 @@ main(int argc, char **argv)
edje_frametime_set(1.0 / e_config->framerate);
/* FIXME: this is just appending Kochi if Vera doesnt have it. We need
* a full config support subsystem for this */
edje_fontset_append_set("Kochi");
edje_fontset_append_set("Kochi,Bandal");
e_canvas_recache();
/* setup init status window/screen */