08/10/26 12:32:49 RwavLfJX0
>>323
Contents/Resources/share/gimp/2.0/themes/Default/gtkrcをよく見るのです
いかにもな項目があるではないですか……!
でも、GIMPをアップデートするたびに修正するのは面倒くさいので、
Macを家族で共用したりしていないのであれば
~/.gimp-2.6フォルダにあるgtkrcに設定を書いておいた方が便利です。
style "custom-font"
{
font_name = "Hiragino Kaku Gothic Pro"
}
class "GtkWidget" style "custom-font"
style "enlarge-dock-font"
{
GimpDock::font-scale = 0.9999 # ←好みの数値にする
}
class "GimpDock" style "enlarge-dock-font"
style "enlarge-display-font"
{
GimpUnitComboBox::label-scale = 0.9999
GimpScaleComboBox::label-scale = 0.9999
}
widget "*GimpDisplayShell.*" style "enlarge-display-font"