Menu fonts tiny - how to change size?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
winterflaw
Level 1
Level 1
Posts: 7
Joined: Thu Jan 21, 2016 4:00 pm

Menu fonts tiny - how to change size?

Post by winterflaw »

Hi.

I've been trying for a day or so now to fix this problem. I'm now stumped.

I have a text editor (PFE, for those who know it) which has an MDI interface.

The main window menu fonts are tiny. Miniscule. I need to make them larger, to be able to use PFE.

Question is, how to make them larger? in this on my own so far I have failed.

I have done the following;

1. installed the corefonts package (and these fonts are available - I see then in Wordpad)
2. Modified LogPixels - this has zero effect on the menu font size
3. Added to win.ini the following;

[Desktop]
MenuFontSize=28

Which also has no effect.

Using Wine 1.8 rc4.

(Finally - bit of web-site feedback; I just tried to post and only THEN - after making an account, logging in and typing this post - do I find out my IP is blacklisted (Tor). Fatal error checks should be performed EARLY, not LATE).
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Menu fonts tiny - how to change size?

Post by dimesio »

winterflaw
Level 1
Level 1
Posts: 7
Joined: Thu Jan 21, 2016 4:00 pm

Re: Menu fonts tiny - how to change size?

Post by winterflaw »

Yes, that's the one! seventeen years old :-)
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Menu fonts tiny - how to change size?

Post by dimesio »

The menu fonts are normal-sized on my system.
winterflaw
Level 1
Level 1
Posts: 7
Joined: Thu Jan 21, 2016 4:00 pm

Re: Menu fonts tiny - how to change size?

Post by winterflaw »

dimesio wrote:The menu fonts are normal-sized on my system.
I'm running 3200x1800. The fonts are tiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiny.
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Menu fonts tiny - how to change size?

Post by dimesio »

Try running in an emulated virtual desktop (on the Graphics tab in winecfg).
winterflaw
Level 1
Level 1
Posts: 7
Joined: Thu Jan 21, 2016 4:00 pm

Re: Menu fonts tiny - how to change size?

Post by winterflaw »

dimesio wrote:Try running in an emulated virtual desktop (on the Graphics tab in winecfg).
Interesting. It didn't directly help - the font size did not change - but it has I think indirectly helped; I am now quite strongly of the view this is actually an *XFCE* problem, NOT a WINE problem. I finally joined up the dots, and realised the same problem exist in the native (non-WINE) VLC player. The menu bar size is tiny - the same size as the PFE bar.

I've read other people having the same problem, but on Ubuntu, and fixing it via Linux font config; but where the font config they used is not availablle through a GUI in XFCE.
Baileykos
Newbie
Newbie
Posts: 1
Joined: Sat Feb 13, 2016 4:40 am

Re: Menu fonts tiny - how to change size?

Post by Baileykos »

Try to add this code in your Quick CSS or custom.css:

#menu-main-menu li a {
font-size: 14px;
}
or

#menu-main-menu li a {
font-size: 14px !important;
}
Just adjust the font size value. Hope this helps. :)

Regards,
Locked