harry’s memorandum

おれおれメモ

Windows版Pidginのフォントを変更する

メモ。
今更ながら、Windows2000->WindowsXPに変更したので、Pidginの画面のGTKフォントもメイリオにしてみた。

このあたりを参考

修正するファイル

%USERPROFILE%\.gtkrc-2.0

ファイルの中身を変更*1

gtk-theme-name = "Bluecurve"

# Sets the font used by all gtk applications.
gtk-font-name = "メイリオ 8"

# This is the style section.  You need this for the examples below.
# If you are going to copy the example, copy the entire block,
# including the "{" and "}" lines.
style "imhtml-fix"
{
    font_name = "メイリオ 8"
}

# This will apply the font style just shown to various components.
# If you are going to copy the example, copy the line that does
# what you want.

# Conversation entry box--where you type.
widget "*pidgin_conv_entry" style "imhtml-fix"

# Conversation history pane--where you read the conversation.
widget "*pidgin_conv_imhtml" style "imhtml-fix"

# Log viewer--where you read stored logs
widget "*pidgin_log_imhtml" style "imhtml-fix"

# formatting-capable entry areas (IMHtml widgets) in request dialogs
widget "*pidgin_request_imhtml" style "imhtml-fix"

# formatting-capable notification areas in dialogs (again, IMHtml widgets)
widget "*pidgin_notify_imhtml" style "imhtml-fix"

*1:"MeiryoKe_Gothic"という選択肢もあるけどこの辺りは自己責任でね