mac版android studio设置字体避坑总结

1.整体主题字体设置:
setting->Appearance & Behavior->Appearance->Theme: 设置主题
Use custom font:右边的数字是设置除了编辑代码去之外的字体大小 ,推荐使用AppleSystemUIFont
注意这个字体有个bug,就是如果用在终端横向会有空格:
mac版android studio设置字体避坑总结_第1张图片
2.设置终端字体:
setting->Editor->Color Scheme->Console Font
如下图,font可以设置字体 和大小,行高 ,这里注意如果选择苹果字体.AppleSystemUIFont,暂时会有bug,终端输出字体横向间距很大

mac版android studio设置字体避坑总结_第2张图片
mac版android studio设置字体避坑总结_第3张图片
解决方法,选择其他字体例如:Andale Mono,并且需要重启android studio 生效

mac版android studio设置字体避坑总结_第4张图片
效果如下:
mac版android studio设置字体避坑总结_第5张图片

你可能感兴趣的:(macos,android,studio)