在Preview.app(和TeXShop.app)中滚动(用两个手指在触控板上)使PDF文本烦人地模糊,我想禁用过度补偿的抗锯齿。我喜欢抗锯齿功能,但不能很好地滚动。
下图在预览中有两个Cmd + Shift + 3屏幕截图,上半部分在滚动后仍在触摸板上,两根手指在释放后的下半部分。盒装的片段在Photoshop中手动放大。
我在中禁用了两指缩放和两指旋转System Preferences > Trackpad
,并在中未选中“在可用时使用LCD字体平滑” System Preferences > General
。
我还设置了各种defaults
值,但无济于事(以下值只是我尝试过的许多值的组合):
for domain in com.apple.CoreGraphics CoreGraphics -g
do
echo $domain
defaults read $domain | egrep -i 'scal|smooth|alias|scroll'
done
> com.apple.CoreGraphics
> CGFontDisableAntialiasing = 1;
> CoreGraphics
> CGFontDisableAntialiasing = 1;
> -g
> AppleAntiAliasingThreshold = 128;
> AppleFontSmoothing = 0;
> AppleScrollAnimationEnabled = 0;
> AppleScrollerPagingBehavior = 1;
> AppleShowScrollBars = Always;
> NSScrollAnimationEnabled = 0;
> "com.apple.mouse.scaling" = "1.5";
> "com.apple.trackpad.scaling" = "-1";
我希望滚动时始终像缓慢滚动和垂直滚动一样。如果Preview记录了任何水平滚动(很少是有意的),则最有可能发生难看的抗锯齿(模糊)现象,并且在我关闭两幅取景器滚动之前更为普遍。