2018-06-28

How to change GIMP fonts in MS Windows 7

한글 윈도 7에 김프 2.10 설치했더니 메뉴 글꼴이 그다지...
글끌 바꾸는 방법 구글 검색하다 못 찾고, 메일링 리스트에 질문했더니 힌트가 옴.
힌트 보고 해결.

김프 2.10 윈도 7에서
I added following content in my file C:\opt\GIMP\share\gimp\2.0\themes\Dark\gtkrc , and it works.

### For Korean font
style "user-font"
{
   font_name="gulim 10"
}
widget_class "*" style "user-font"

참고 https://mail.gnome.org/archives/gimp-gui-list/2018-June/msg00017.html

김프 2.8 윈도 10
I set share/gimp/2.0/themes/default/gtkrc
as follows. Windowss 10 gimp 2.8
style "user-font"
{
  font_name="gulim 10"
}
widget_class "*" style "user-font"

참고.
Font Settings of GTK Applications
Add following into .gtkrc-2.0 in C:\Users\⟨UserName⟩\. If .gtkrc-2.0 does not exist, create such file.

style "win32-font" {
  font_name = "calibri 12"
}
class "*" style "win32-font"
The restart of GTK application is needed after the changes made in .gtkrc-2.0 file.

Ref : http://ushakov.bplaced.net/windows/gtk-apps-font.html

댓글 없음:

댓글 쓰기