Fonts are changed when exporting/importing settings

Hi all,

I'm using DOpus 9 on two machines. On both of them all fonts (Preferences -> Display -> Colors&Fonts) are set to Tahoma, size 8. But whenever I export my settings from one machine and import them to the other, for some reason all the font sizes are changed to 10.

What's going on?? :confused:

Thanks a lot for any ideas!

Confused,
Martin

If you:
[ul][li]rename your .ocb config backup to .zip,[/li]
[li]open the zip and then enter the ConfigFiles directory within,[/li]
[li]view the prefs.oxc file (e.g. select it and turn on the Opus viewer)[/li][/ul]
then what's shown in the fonts section near the top?

[quote="nudel"]If you:
[ul][li]rename your .ocb config backup to .zip,[/li]
[li]open the zip and then enter the ConfigFiles directory within,[/li]
[li]view the prefs.oxc file (e.g. select it and turn on the Opus viewer)[/li][/ul]
then what's shown in the fonts section near the top?[/quote]

This:

	<fonts>
		<files>Tahoma/-13,400,0,0,0,1,0</files>
		<tree>Tahoma/-13,400,0,0,0,1,0</tree>
		<status>Tahoma/-13,400,0,0,0,1,0</status>
		<header>Tahoma/-13,400,0,0,0,1,0</header>
		<thumbnails>Tahoma/-13,400,0,0,0,1,0</thumbnails>
		<foldertabs>Tahoma/-13,400,0,0,0,1,0</foldertabs>
		<fdb>Tahoma/-14,400,0,0,0,1,0</fdb>
	</fonts>

I'm sure somewhere in there the font size is hidden... :wink:
Martin

The negative number after the font name is the size. It's a negative number because of the way fonts work in Windows. It isn't supposed to be the font's point size but is in some other units.

If I copy your fonts section over the one in my settings export, and then import those settings, then I also get Tahoma 10pt fonts.

However, if I go into Preferences and change all the fonts to Tahoma 8pt and export my configuration then I get this:

<fonts> <files>Tahoma/-11,400,0,0,0,1,0</files> <tree>Tahoma/-11,400,0,0,0,1,0</tree> <status>Tahoma/-11,400,0,0,0,1,0</status> <header>Tahoma/-11,400,0,0,0,1,0</header> <thumbnails>Tahoma/-11,400,0,0,0,1,0</thumbnails> <foldertabs>Tahoma/-11,400,0,0,0,1,0</foldertabs> <fdb>Tahoma/-11,400,0,0,0,1,0</fdb> </fonts>
Importing that again still gives me 8pt fonts so Opus seems to be working correctly on my system.

Could you set your fonts to 8pt again and then export your config and double-check that you're still getting -13 and -14 instead of -11 for the size?

Do you have any options turned on in Windows or the display drivers which affect font size or DPI? (e.g. A "Large Fonts" option.) Are you exporting the settings on one machine and importing them on another, where the font/DPI settings are not he same on the two machines?