![]() ![]() |
Oct 4 2005, 06:36 PM
Post
#1
|
|
![]() Group: Members Posts: 111 Joined: 6-September 05 From: Aix en Provence/Paris Member No.: 8,048 |
The default font for the sytem is "ldfont" in the C1000. Sharp PIM and texte editor use this font and i want to be able to use the accentuated characters (mainly for the mail soft) . i have tried to backup lcfont and create symbolic links with the verdana font, but there is a issue when the screen is rotated ...
is there a unicode font that match the lcfont characteristic (same size avaible, rotation ok, ...) thanks, |
|
|
|
Oct 4 2005, 07:41 PM
Post
#2
|
|
![]() Group: Members Posts: 2,808 Joined: 21-March 05 From: Sydney, Australia Member No.: 6,686 |
QUOTE(bolbit @ Oct 5 2005, 12:36 PM) The default font for the sytem is "ldfont" in the C1000. Sharp PIM and texte editor use this font and i want to be able to use the accentuated characters (mainly for the mail soft) . i have tried to backup lcfont and create symbolic links with the verdana font, but there is a issue when the screen is rotated ... is there a unicode font that match the lcfont characteristic (same size avaible, rotation ok, ...) thanks, if you install the verdana package i built, it handles the rotation in any direction have a look at my website, there is a link to the package |
|
|
|
Oct 4 2005, 09:26 PM
Post
#3
|
|
![]() Group: Members Posts: 111 Joined: 6-September 05 From: Aix en Provence/Paris Member No.: 8,048 |
Thanks, i have read your site very often and installed a verdana font that i have found somewhere (the pico font verdana was not eazy to find). i will download yours.
NOTE : most of the sharp soft seems to use in fact the helvetica font not the lcfont. lcfont seems to be use by kconsole and some other but few. |
|
|
|
Oct 4 2005, 09:40 PM
Post
#4
|
|
![]() Group: Members Posts: 111 Joined: 6-September 05 From: Aix en Provence/Paris Member No.: 8,048 |
must be blind : didn't see a link to your font. it is may to late. is it suppose to be in the font chapter of the "bible" :-).
|
|
|
|
Oct 5 2005, 01:32 AM
Post
#5
|
|
![]() Group: Members Posts: 2,808 Joined: 21-March 05 From: Sydney, Australia Member No.: 6,686 |
|
|
|
|
Oct 6 2005, 08:53 AM
Post
#6
|
|
![]() Group: Members Posts: 111 Joined: 6-September 05 From: Aix en Provence/Paris Member No.: 8,048 |
Thank you one more time now it's woking!.
PS : To switch from helvetica->verdana is the only solution is to remove the existing symb link and create new ones for helvetica->verdana ?? is there a way to tell Qtopia to use verdana from a configuration file, somewhere ? |
|
|
|
Oct 6 2005, 11:11 AM
Post
#7
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
ahhh, thats my 50K doller question.
btw, you changed the font in your qtopia, how. Give some details. |
|
|
|
Oct 6 2005, 12:43 PM
Post
#8
|
|
![]() Group: Members Posts: 111 Joined: 6-September 05 From: Aix en Provence/Paris Member No.: 8,048 |
1-install verdana font from the "bible" (meanie's site)
2-Move the helvetiva*.* files from /home/QtPalmtop/lib/font somewhere as a backup 3 - link (ln -s) all the helvetica*.* font to the verdana_*.* font. I'm not a linux guru, so i have done this one by one using a script : the script looks like : CODE #!/bin/sh ln -s verdana_100_50.qpf helvetica_100_50.qpf ln -s verdana_100_50_t10.qpf helvetica_100_50_t10.qpf ln -s verdana_100_50_t15.qpf helvetica_100_50_t15.qpf ln -s verdana_100_50_t5.qpf helvetica_100_50_t5.qpf ln -s verdana_100_50i.qpf helvetica_100_50i.qpf ... i have attached it, if it could be usefull . Maybe all theses links could be done with only one instruction..?
Attached File(s)
|
|
|
|
Oct 7 2005, 12:07 AM
Post
#9
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
cool, any other fonts actually fit the bill for a good replacement?
|
|
|
|
Oct 7 2005, 07:26 AM
Post
#10
|
|
![]() Group: Members Posts: 2,808 Joined: 21-March 05 From: Sydney, Australia Member No.: 6,686 |
CODE #!/bin/sh cd /home/QtPalmtop/lib/fonts for i in 'ls verdana*' do ln -s $i helvetica_'echo $i|cut -d_ -f2-' done or in one line: for i in 'ls verdana*';do ln -s $i helvetica_'echo $i|cut -d_ -f2-';done |
|
|
|
Oct 7 2005, 07:39 AM
Post
#11
|
|
|
Group: Members Posts: 92 Joined: 20-May 05 From: London, UK Member No.: 7,168 |
I found that the deja vu fonts work very well on the Zaurus:
Dejavu sourceforge I was after a font that could display the Euro natively. I removed lcfont and helvetica and replaced them with dejavu sans and dejavu mono. I had to rename the dejavu serif fonts otherwise they were picked up as the default OS font - which didn't look as nice as the sans serif font. These fonts are higher resolution than lcfont and look really sharp (excuse the pun). |
|
|
|
Oct 7 2005, 09:30 AM
Post
#12
|
|
![]() Group: Members Posts: 1,376 Joined: 11-January 04 From: Poznań, Poland Member No.: 1,413 |
DejaVu will be also used in next OZ/Familiar as base font in OPIE.
BTW - does SharpROM does not allow to select default font? All those renames, symlinks... |
|
|
|
Oct 7 2005, 11:01 AM
Post
#13
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
QUOTE(rob_figlabs @ Oct 7 2005, 07:39 AM) I found that the deja vu fonts work very well on the Zaurus: Dejavu sourceforge I was after a font that could display the Euro natively. I removed lcfont and helvetica and replaced them with dejavu sans and dejavu mono. I had to rename the dejavu serif fonts otherwise they were picked up as the default OS font - which didn't look as nice as the sans serif font. These fonts are higher resolution than lcfont and look really sharp (excuse the pun). exact instructions? I found ttf but not qpf? Thanks Bam |
|
|
|
Oct 7 2005, 11:22 AM
Post
#14
|
|
![]() Group: Members Posts: 111 Joined: 6-September 05 From: Aix en Provence/Paris Member No.: 8,048 |
thank meanie for the "one line instruction".
I will try the dejavu font too, if there is a way to get the qpf (cf last bam message). |
|
|
|
Oct 7 2005, 11:25 AM
Post
#15
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
actually found the qpf files from the oz feed, thanks guys
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 12:20 AM |