OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: Miami_Bob on November 03, 2004, 05:32:19 pm

Title: QT Fonts
Post by: Miami_Bob on November 03, 2004, 05:32:19 pm
Editing

/home/root/Settings/locale.conf

and changing the

[Language]
Language = ja

to

[Language]
Language = en

causes some text to significantly increase in size on the QT desktop.

(ref to https://www.oesf.org/forums/inde...?showtopic=7715 (https://www.oesf.org/forums/index.php?showtopic=7715) )

I have been searching but have found no leads to how &/or where QT gets the input on what fonts and sizes to use for these desktop items.

Can anyone enlighten me as to what is controlling the changes in QT fonts when locale.conf is modified?

THANKS!
Title: QT Fonts
Post by: tumnus on November 04, 2004, 03:29:18 am
In Sharp Qtopia the fonts selected are more or less hard coded. It basically looks through the fonts in /home/QtPalmtop/lib/fonts and picks one based on a few preferences (i.e. In English it prefers Helvetica to the other fonts).

This can be overriden with the use of zStyle (http://www.softforge.de/zstyle/), which may or may not work with the C860.
Title: QT Fonts
Post by: Miami_Bob on November 05, 2004, 04:43:55 pm
Thanks, tumnus.

Any documentation sources for the criteria on font selection?

Is there a way to find out which fonts are used at which point (other than trial & error file substitution)?

Is there a viewer to look at the entire contents of a font file?

The ability to increase the size of some QT "system" fonts while retaining the Japanese char set would be wonderful for old eyeballs like mine!!

I seem to recall having so trouble with zStyle on the C860 but maybe will give it another look see.

THANKS for the help!!