Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Characters interface too small
#1
Hello everyone, it's my first post.

I've been using Gimp (2.8 - 2.10) for a while, but I have problems with the 27 "(2560 x 1440) screen of my iMac. For my eyes, the fonts of the interface have become too small. I tried to change the screen resolution but the result did not like. I'm looking for a configuration file where I can edit a bigger font size. I also asked for other forums but I did not find a solution.
Thank you.
Reply
#2
Saw your post on pixls.us and possibly the last (#6) answer is worth a try.

The attached theme is an ancient one that I still use with my linux Gimp 2.10 - not black because I hate black Wink

Normally the font is commented out, but as an experiment, upped to size 18 in the gtkrc file. Easily edited to another size.

Unzip, put the folder 3-samj in your Mac Gimp User themes folder. Start Gimp and in Edit -> Preferences -> Themes and select it. 
The Icons settings are still independent and need to be increased in size from the Edit -> Preferences -> Icons settings.

Give it a try as an experiment. Might/might not work, who knows?


Attached Files
.zip   3-samj.zip (Size: 23.3 KB / Downloads: 457)
Reply
#3
Thank you, you're so kind.
I followed your instructions, Gimp sees the new "3-samj" theme and loads it. But the size of the characters always remain the same.
I've tried both with 2.10 and 2.8, but it's the same thing.
Thanks, I'll try again ....
Reply
#4
Try to find the gtkrc file of the theme you use.
(can't help with locating that one, don't have a Mac).

Once you have it look for a line like this
Code:
GimpDock::font-scale = 0.8333
Change the scale to something larger like 1.0
(If there is a # at the beginning of the line , remove it)

Hope that helps. Wink

Regards
nelo
Reply
#5
Thank you @nelo, I tried it but it does not work for me.
Reply
#6
On another site they suggested that I add these lines of code in the gtkrc file of my favorite theme and it works!
Code:
style "user-font"
{
    font_name="Arial Bold 14"
}
widget_class "*" style "user-font"

Thank you all for the aid received.
Reply
#7
Many thanks to charlie84. I have been looking for a way to change GUI fonts in GIMP. This worked great! Even changed the font as well as its size. Thanks.
WG
Reply
#8
I also owe thanks to charlie84, your tip worked great for me too. I recently switched to a 4K monitor and the text and icons in Gimp were so tiny that it was literally giving me headaches to use the program.

I just pasted in the code snippet to the bottom of the gtkrc file for the theme and saved it. When I reopened Gimp, the heavens opened up and angels began singing and... well, anyway, thanks for taking the time to share your fix. It's made my life a lot easier.
Reply
#9
(02-03-2019, 10:03 AM)charlie84 Wrote: On another site they suggested that I add these lines of code in the gtkrc file of my favorite theme and it works!
Code:
style "user-font"
{
    font_name="Arial Bold 14"
}
widget_class "*" style "user-font"

Thank you all for the aid received.

This worked for me! Thanks so much!
Reply


Forum Jump: