2017-05-14 126 views
3

我一直在使用geany文本編輯器。
我已經激活了插件MultiTerm,但是,問題是字體太小,我不能增加字體大小。Geany:如何在Geany文本編輯器中增加插件MultiTerm的字體大小?

嘗試:
1.選擇MultiTerm中鍵和Cmd +
2.文本選擇MultiTerm中的文字,去查看,然後選擇增加字體。

我搜索了偏好選項,但無法找到解決方案。

的截圖看起來是這樣的:enter image description here

我需要一個放大鏡看什麼字母出現在多終端讀取他們,但我認爲這不是插件的目的。
如果有人有任何想法,建議將真正讚賞。

回答

3

據插件documentation的字體大小可以在插件配置文件進行更改:

~/.config/geany/plugins/multiterm/multiterm.conf

您還可以調整背景和字體顏色。從文件

樣本:

[shell=default] 

# This will be the tabs default tab label and won't change unless 
# track_title is set to true. 
name=Default Shell 

# This is the command to fork in the VTE, leave blank for default shell 
command=sh 

# Make the tab's label track the VTE title 
track_title=true 

# Background color, foreground color and font for the VTE 
bg_color=#ffffff 
fg_color=#000000 
font=Monospace 44