sublime自定義字體顏色怎么改 sublime text2如何更改行間距和字符間距?
sublime text2如何更改行間距和字符間距?在設(shè)置里,用戶里面增強(qiáng)下面兩行.//行底部的內(nèi)圖案填充數(shù)字大小是行間距l(xiāng)ine_padding_bottom:1,//行頂部的內(nèi)再填充數(shù)字大小應(yīng)該是
sublime text2如何更改行間距和字符間距?
在設(shè)置里,用戶里面增強(qiáng)下面兩行.
//行底部的內(nèi)圖案填充數(shù)字大小是行間距
line_padding_bottom:1,
//行頂部的內(nèi)再填充數(shù)字大小應(yīng)該是行間距
line_padding_icon:1,
//行號(hào)邊欄和文字的間距“margin”:4,
以下是設(shè)置詳細(xì)解析:
文件:
//Whileyou caneditthisfile,it'sbestdidthrownyourchangesin
//“”,whichoverridesthesettingsinhere.
//
//Settingsmayalsobeplacedacrossfiletypespecificoptionsfiles,for
//example,inforpythonfiles.
{
//Setsthecolorsusedwithin thetextarea
//主題文件的路徑
“color_scheme”:“Packages/ColorScheme–”,
//Notethoughthefont_facebutfont_sizewereoverridenin theplatform
//specificsettingsfile,for example,“Preferences(Linux).sublime-settings”.
//Because ofthis,settingthemherecouldhavenoeffect:you mustsetthem
//in yourUser File Preferences.
//設(shè)置中字體和大小,需要在Settings-User里格式化處理,這里設(shè)置中沒有任何效果
“font_face”:“Consolas”,
“font_size”:12,
//Validoptionsthey're“yes_bold”,“no_italic”,
sublimetext3如何設(shè)置字體顏色?
簡(jiǎn)單,請(qǐng)?jiān)俅蜷_你的sublimetext2或3,點(diǎn)擊工具欄中的Preferences
然后再再打開Settings-User
再打開Settings-User之后
請(qǐng)復(fù)制200元以內(nèi)代碼后再再?gòu)?fù)制至花括號(hào)內(nèi)需要保存即可生效。
font_options:[no,no_bold,so_italic,oh,no_antialias,gray_antialias,],font_size:12,font_face:YaHei Consolas Hybrid,
能完成后
5
參數(shù)說明:
no_bold:又不是粗體顯示;
so_italic:并非斜體不顯示(也叫意大利字體樣式顯示);
no,no_antialias:無反圖像顏色失真或反鋸齒不顯示;
gray_antialias;反圖像灰度值顏色失真不顯示;
左右吧參數(shù)消掉no_或不寫入得相反效果;
font_size:字體的大?。?/p>
font_face;必須沒顯示的字體名字(請(qǐng)可以參照自己電腦存在地的字體或下載安裝不需要的字體)