what program did you use to apply the font?
Miracle,
My E6 displaying two different fonts. I switched off and restarted the phone, still showing two fonts. i.e. desktop, time, icon names, popup messages using by default font and phone book, messages using by my custome font, which is loading by autorun script.
I don't know know?
what program did you use to apply the font?
so long and thanks for all the fish
I'm using startup script to apply custom font.
if [ -f /mmc/mmca1/myfont.ttf ]
then
cp /mmc/mmca1/myfont.ttf /tmp/myfont.ttf
mount --bind /ram/tmp/myfont.ttf /usr/language/fonts/AMCSL.TTF
fi
I changed the custome font, the font is changing partially. I disabled the startup script, the default font is applied every where, then I enabled startup script, displaying two fonts.
Isnt that a good thing? Multifont?![]()
Yea, i know this is a useless post, but my fingers were itching)