3
在Preview和其他PDF应用程序中禁用滚动诱导的抗锯齿
在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; …