Revision: 13729
http://sourceforge.net/p/skim-app/code/13729
Author: hofman
Date: 2023-11-06 10:21:39 +0000 (Mon, 06 Nov 2023)
Log Message:
-----------
Remove greeking threshold and anti-alias preferences. These settings are
deprecated, and the former does not even do anything anymore
Modified Paths:
--------------
trunk/Base.lproj/DisplayPreferences.xib
trunk/InitialUserDefaults.plist
trunk/SKBasePDFView.m
trunk/SKLoupeController.m
trunk/SKMainWindowController.m
trunk/SKMainWindowController_Actions.m
trunk/SKSnapshotWindowController.m
trunk/SKStringConstants.h
trunk/SKStringConstants.m
trunk/Skim.help/Contents/Resources/en.lproj/skim.texi
trunk/Skim.help/Contents/Resources/nl.lproj/skim.texi
trunk/de.lproj/DisplayPreferences.strings
trunk/en.lproj/DisplayPreferences.strings
trunk/es.lproj/DisplayPreferences.strings
trunk/fr.lproj/DisplayPreferences.strings
trunk/it.lproj/DisplayPreferences.strings
trunk/ja.lproj/DisplayPreferences.strings
trunk/nl.lproj/DisplayPreferences.strings
trunk/pl.lproj/DisplayPreferences.strings
trunk/ru.lproj/DisplayPreferences.strings
trunk/zh_CN.lproj/DisplayPreferences.strings
trunk/zh_TW.lproj/DisplayPreferences.strings
Modified: trunk/Base.lproj/DisplayPreferences.xib
===================================================================
--- trunk/Base.lproj/DisplayPreferences.xib 2023-11-05 23:34:57 UTC (rev
13728)
+++ trunk/Base.lproj/DisplayPreferences.xib 2023-11-06 10:21:39 UTC (rev
13729)
@@ -18,10 +18,10 @@
<customObject id="-1" userLabel="First Responder"
customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView translatesAutoresizingMaskIntoConstraints="NO" id="1">
- <rect key="frame" x="0.0" y="0.0" width="310" height="519"/>
+ <rect key="frame" x="0.0" y="0.0" width="310" height="490"/>
<subviews>
<textField horizontalHuggingPriority="253"
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO"
id="2" userLabel="Pages:">
- <rect key="frame" x="57" y="454" width="45" height="16"/>
+ <rect key="frame" x="57" y="425" width="45" height="16"/>
<textFieldCell key="cell" scrollable="YES"
lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right"
title="Pages:" id="50">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor"
catalog="System" colorSpace="catalog"/>
@@ -29,7 +29,7 @@
</textFieldCell>
</textField>
<slider toolTip="Set the size of the thumbnails"
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO"
id="3" userLabel="Pages Slider">
- <rect key="frame" x="106" y="445" width="149" height="28"/>
+ <rect key="frame" x="106" y="416" width="149" height="28"/>
<constraints>
<constraint firstAttribute="width" constant="145"
id="qgP-5J-aJm"/>
</constraints>
@@ -43,7 +43,7 @@
</connections>
</slider>
<textField horizontalHuggingPriority="253"
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO"
id="4" userLabel="Snapshots:">
- <rect key="frame" x="30" y="425" width="72" height="16"/>
+ <rect key="frame" x="30" y="396" width="72" height="16"/>
<textFieldCell key="cell" scrollable="YES"
lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right"
title="Snapshots:" id="48">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor"
catalog="System" colorSpace="catalog"/>
@@ -51,7 +51,7 @@
</textFieldCell>
</textField>
<slider toolTip="Set the size of the thumbnails"
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO"
id="5" userLabel="Snapshots Slider">
- <rect key="frame" x="106" y="416" width="149" height="28"/>
+ <rect key="frame" x="106" y="387" width="149" height="28"/>
<sliderCell key="cell" alignment="left" minValue="32"
maxValue="256" doubleValue="128" tickMarkPosition="above" numberOfTickMarks="8"
sliderType="linear" id="47">
<font key="font" usesAppearanceFont="YES"/>
</sliderCell>
@@ -61,7 +61,7 @@
</connections>
</slider>
<textField verticalHuggingPriority="750"
translatesAutoresizingMaskIntoConstraints="NO" id="7">
- <rect key="frame" x="18" y="483" width="106" height="16"/>
+ <rect key="frame" x="18" y="454" width="106" height="16"/>
<textFieldCell key="cell" scrollable="YES"
lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Thumbnail sizes:"
id="45">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor"
catalog="System" colorSpace="catalog"/>
@@ -69,54 +69,10 @@
</textFieldCell>
</textField>
<box verticalHuggingPriority="750" boxType="separator"
translatesAutoresizingMaskIntoConstraints="NO" id="8">
- <rect key="frame" x="12" y="410" width="286" height="5"/>
+ <rect key="frame" x="12" y="381" width="286" height="5"/>
</box>
- <button toolTip="Render smooth text"
horizontalHuggingPriority="750" verticalHuggingPriority="750"
imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9">
- <rect key="frame" x="30" y="265" width="110" height="18"/>
- <buttonCell key="cell" type="check" title="Anti-alias
text" bezelStyle="regularSquare" imagePosition="left" alignment="left"
state="on" inset="2" id="44">
- <behavior key="behavior" changeContents="YES"
doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <binding destination="61" name="value"
keyPath="values.SKShouldAntiAlias" id="68"/>
- </connections>
- </button>
- <textField hidden="YES" toolTip="Don't render characters
smaller than this size" verticalHuggingPriority="750"
translatesAutoresizingMaskIntoConstraints="NO" id="10" userLabel="Greeking
Threshold Text Field">
- <rect key="frame" x="160" y="237" width="53" height="21"/>
- <constraints>
- <constraint firstAttribute="width" constant="53"
id="64Q-W0-LiZ"/>
- </constraints>
- <textFieldCell key="cell" scrollable="YES"
lineBreakMode="clipping" selectable="YES" editable="YES"
sendsActionOnEndEditing="YES" state="on" borderStyle="bezel"
drawsBackground="YES" id="42">
- <numberFormatter key="formatter"
formatterBehavior="10_0" positiveFormat="#,##0.##" negativeFormat="-#,##0.##"
localizesFormat="NO" thousandSeparator="," id="43">
- <attributedString key="attributedStringForZero">
- <fragment content="0"/>
- </attributedString>
- <decimal key="minimum" value="NaN"/>
- <decimal key="maximum" value="NaN"/>
- </numberFormatter>
- <font key="font" metaFont="system"/>
- <color key="textColor" name="controlTextColor"
catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor"
name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- <connections>
- <accessibilityConnection property="title"
destination="11" id="54"/>
- <binding destination="-2" name="hidden"
keyPath="allowsDarkMode" id="GgB-L9-b8C"/>
- <binding destination="61" name="value"
keyPath="values.SKGreekingThreshold" id="67"/>
- </connections>
- </textField>
- <textField hidden="YES" horizontalHuggingPriority="253"
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO"
id="11" userLabel="Greeking threshold:">
- <rect key="frame" x="30" y="240" width="124" height="16"/>
- <textFieldCell key="cell" scrollable="YES"
lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right"
title="Greeking threshold:" id="41">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="controlTextColor"
catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="controlColor"
catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- <connections>
- <binding destination="-2" name="hidden"
keyPath="allowsDarkMode" id="mEG-yl-8Wl"/>
- </connections>
- </textField>
<button horizontalHuggingPriority="750"
verticalHuggingPriority="750" imageHugsTitle="YES"
translatesAutoresizingMaskIntoConstraints="NO" id="I3F-RC-rb4">
- <rect key="frame" x="30" y="243" width="186" height="18"/>
+ <rect key="frame" x="30" y="236" width="185" height="18"/>
<buttonCell key="cell" type="check" title="Invert colors
in Dark Mode" bezelStyle="regularSquare" imagePosition="left" alignment="left"
inset="2" id="QOQ-Is-WWs">
<behavior key="behavior" changeContents="YES"
doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@@ -131,7 +87,7 @@
</connections>
</button>
<textField horizontalHuggingPriority="253"
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO"
id="kIO-8q-QfL" userLabel="Image smoothing:">
- <rect key="frame" x="30" y="293" width="113" height="16"/>
+ <rect key="frame" x="30" y="264" width="113" height="16"/>
<textFieldCell key="cell" scrollable="YES"
lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right"
title="Image smoothing:" id="KLe-Zv-fHm">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor"
catalog="System" colorSpace="catalog"/>
@@ -139,7 +95,7 @@
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750"
translatesAutoresizingMaskIntoConstraints="NO" id="12">
- <rect key="frame" x="18" y="318" width="79" height="16"/>
+ <rect key="frame" x="18" y="289" width="79" height="16"/>
<textFieldCell key="cell" scrollable="YES"
lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="PDF display:"
id="40">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor"
catalog="System" colorSpace="catalog"/>
@@ -229,7 +185,7 @@
</connections>
</colorWell>
<button toolTip="Select to mask the text outside the reading
bar" horizontalHuggingPriority="750" verticalHuggingPriority="750"
imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="24"
userLabel="Invert bar">
- <rect key="frame" x="158" y="94" width="85" height="18"/>
+ <rect key="frame" x="158" y="94" width="84" height="18"/>
<buttonCell key="cell" type="check" title="Invert bar"
bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2"
id="34">
<behavior key="behavior" changeContents="YES"
doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@@ -261,10 +217,10 @@
<rect key="frame" x="12" y="222" width="286" height="5"/>
</box>
<box verticalHuggingPriority="750" boxType="separator"
translatesAutoresizingMaskIntoConstraints="NO" id="27">
- <rect key="frame" x="12" y="344" width="286" height="5"/>
+ <rect key="frame" x="12" y="315" width="286" height="5"/>
</box>
<textField horizontalHuggingPriority="253"
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO"
id="28" userLabel="Table font size:">
- <rect key="frame" x="18" y="383" width="96" height="16"/>
+ <rect key="frame" x="18" y="354" width="96" height="16"/>
<textFieldCell key="cell" scrollable="YES"
lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right"
title="Table font size:" id="32">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor"
catalog="System" colorSpace="catalog"/>
@@ -272,7 +228,7 @@
</textFieldCell>
</textField>
<comboBox toolTip="Font size to use for text tables"
verticalHuggingPriority="750" textCompletion="NO"
translatesAutoresizingMaskIntoConstraints="NO" id="29">
- <rect key="frame" x="120" y="377" width="57" height="25"/>
+ <rect key="frame" x="120" y="348" width="57" height="25"/>
<constraints>
<constraint firstAttribute="width" constant="54"
id="Z65-EK-ep7"/>
</constraints>
@@ -311,7 +267,7 @@
</connections>
</segmentedControl>
<popUpButton horizontalHuggingPriority="750"
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO"
id="PyY-Fi-pDS">
- <rect key="frame" x="146" y="286" width="72" height="25"/>
+ <rect key="frame" x="146" y="257" width="72" height="25"/>
<popUpButtonCell key="cell" type="push" title="None"
bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on"
borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2"
selectedItem="ixy-vI-kGX" id="VYe-A3-h8D">
<behavior key="behavior" lightByBackground="YES"
lightByGray="YES"/>
<font key="font" metaFont="menu"/>
@@ -328,7 +284,7 @@
</connections>
</popUpButton>
<textField horizontalHuggingPriority="253"
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO"
id="zFV-1L-vhR">
- <rect key="frame" x="259" y="425" width="23" height="14"/>
+ <rect key="frame" x="259" y="396" width="23" height="14"/>
<textFieldCell key="cell" controlSize="small"
lineBreakMode="clipping" title="128" id="4iK-zh-FL0">
<numberFormatter key="formatter"
formatterBehavior="custom10_4" numberStyle="decimal" formatWidth="-1"
minimumIntegerDigits="1" maximumIntegerDigits="10" id="utF-fT-SUs"/>
<font key="font" metaFont="message" size="11"/>
@@ -340,7 +296,7 @@
</connections>
</textField>
<textField horizontalHuggingPriority="253"
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO"
id="1tA-YI-NyE">
- <rect key="frame" x="259" y="454" width="25" height="14"/>
+ <rect key="frame" x="259" y="425" width="25" height="14"/>
<constraints>
<constraint firstAttribute="width"
relation="greaterThanOrEqual" constant="21" id="eiR-QN-2VC"/>
</constraints>
@@ -355,7 +311,7 @@
</connections>
</textField>
<button horizontalHuggingPriority="750"
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO"
id="7Ys-eG-2p2">
- <rect key="frame" x="18" y="358" width="206" height="18"/>
+ <rect key="frame" x="18" y="329" width="206" height="18"/>
<buttonCell key="cell" type="check" title="Use sequential
page numbers" bezelStyle="regularSquare" imagePosition="left" inset="2"
id="nKD-U9-8NX">
<behavior key="behavior" changeContents="YES"
doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@@ -369,14 +325,13 @@
<constraint firstAttribute="trailing"
relation="greaterThanOrEqual" secondItem="PI5-BG-4vr"
secondAttribute="trailing" constant="20" symbolic="YES" id="2VR-Qe-R36"/>
<constraint firstItem="20" firstAttribute="top"
secondItem="16" secondAttribute="bottom" constant="12" id="3gI-0J-wrs"/>
<constraint firstItem="16" firstAttribute="centerY"
secondItem="14" secondAttribute="centerY" id="4HP-v0-pXH"/>
+ <constraint firstItem="I3F-RC-rb4" firstAttribute="leading"
secondItem="kIO-8q-QfL" secondAttribute="leading" id="4eV-op-03q"/>
<constraint firstItem="14" firstAttribute="leading"
relation="greaterThanOrEqual" secondItem="1" secondAttribute="leading"
constant="32" id="4ss-5E-Zl7"/>
<constraint firstItem="20" firstAttribute="leading"
secondItem="8" secondAttribute="leading" id="5rf-mP-kga"/>
<constraint firstAttribute="trailing"
relation="greaterThanOrEqual" secondItem="17" secondAttribute="trailing"
constant="20" symbolic="YES" id="5tE-Xa-3Xe"/>
+ <constraint firstItem="26" firstAttribute="top"
secondItem="I3F-RC-rb4" secondAttribute="bottom" constant="12" id="6I5-BJ-rIA"/>
<constraint firstAttribute="trailing"
relation="greaterThanOrEqual" secondItem="1tA-YI-NyE"
secondAttribute="trailing" constant="20" symbolic="YES" id="7Ci-kS-xsv"/>
<constraint firstItem="13" firstAttribute="top"
secondItem="26" secondAttribute="bottom" constant="12" id="8ef-Or-gbm"/>
- <constraint firstItem="26" firstAttribute="top"
secondItem="10" secondAttribute="bottom" constant="12" id="9we-LE-Khd"/>
- <constraint firstItem="10" firstAttribute="firstBaseline"
secondItem="11" secondAttribute="firstBaseline" id="A4P-yg-cFS"/>
- <constraint firstItem="11" firstAttribute="leading"
secondItem="1" secondAttribute="leading" constant="32" id="C9K-ue-rUM"/>
<constraint firstItem="16" firstAttribute="top"
secondItem="13" secondAttribute="bottom" constant="8" symbolic="YES"
id="CGC-ZG-p4E"/>
<constraint firstItem="adG-Xp-L6g" firstAttribute="trailing"
secondItem="8" secondAttribute="trailing" id="EAN-XP-49C"/>
<constraint firstAttribute="trailing" secondItem="17"
secondAttribute="trailing" priority="251" constant="20" symbolic="YES"
id="EKm-dJ-S9l"/>
@@ -400,7 +355,6 @@
<constraint firstItem="7" firstAttribute="leading"
secondItem="1" secondAttribute="leading" constant="20" symbolic="YES"
id="LAK-JY-7gD"/>
<constraint firstAttribute="trailing"
relation="greaterThanOrEqual" secondItem="I3F-RC-rb4"
secondAttribute="trailing" constant="20" symbolic="YES" id="LAd-xE-xYc"/>
<constraint firstItem="17" firstAttribute="top"
secondItem="16" secondAttribute="top" id="LhU-9A-Okp"/>
- <constraint firstItem="9" firstAttribute="leading"
secondItem="11" secondAttribute="leading" id="Mc7-eI-QxF"/>
<constraint firstItem="17" firstAttribute="centerY"
secondItem="14" secondAttribute="centerY" id="Mw2-Ma-ngz"/>
<constraint firstItem="PI5-BG-4vr" firstAttribute="leading"
secondItem="7" secondAttribute="leading" id="NKI-U7-6nO"/>
<constraint firstItem="PyY-Fi-pDS" firstAttribute="top"
secondItem="12" secondAttribute="bottom" constant="8" symbolic="YES"
id="NXQ-Zn-dOT"/>
@@ -418,7 +372,6 @@
<constraint firstItem="4" firstAttribute="leading"
secondItem="1" secondAttribute="leading" priority="251" constant="32"
id="TgZ-nT-h2k"/>
<constraint firstItem="23" firstAttribute="top"
secondItem="22" secondAttribute="bottom" constant="8" symbolic="YES"
id="U1U-Ox-gaA"/>
<constraint firstItem="23" firstAttribute="trailing"
secondItem="16" secondAttribute="trailing" id="U7J-Rm-MER"/>
- <constraint firstItem="10" firstAttribute="leading"
secondItem="11" secondAttribute="trailing" constant="8" symbolic="YES"
id="UVZ-TT-euc"/>
<constraint firstItem="2" firstAttribute="leading"
relation="greaterThanOrEqual" secondItem="1" secondAttribute="leading"
constant="20" symbolic="YES" id="Uol-n7-Dej"/>
<constraint firstItem="PI5-BG-4vr" firstAttribute="top"
secondItem="adG-Xp-L6g" secondAttribute="bottom" constant="12" id="VrY-sR-Mxp"/>
<constraint firstItem="23" firstAttribute="leading"
secondItem="25" secondAttribute="trailing" constant="8" symbolic="YES"
id="WkV-xK-q5U"/>
@@ -432,19 +385,15 @@
<constraint firstAttribute="trailing"
relation="greaterThanOrEqual" secondItem="0cC-e4-fiv"
secondAttribute="trailing" constant="20" symbolic="YES" id="ahF-qT-6Ss"/>
<constraint firstAttribute="trailing" secondItem="8"
secondAttribute="trailing" constant="12" id="ap5-Hz-vBL"/>
<constraint firstAttribute="trailing"
relation="greaterThanOrEqual" secondItem="22" secondAttribute="trailing"
constant="20" symbolic="YES" id="be9-6D-jc4"/>
- <constraint firstItem="10" firstAttribute="top" secondItem="9"
secondAttribute="bottom" constant="8" symbolic="YES" id="c18-Dc-Vo4"/>
<constraint firstItem="24" firstAttribute="leading"
secondItem="23" secondAttribute="trailing" constant="20" id="cxY-dR-n0y"/>
<constraint firstItem="25" firstAttribute="leading"
relation="greaterThanOrEqual" secondItem="1" secondAttribute="leading"
constant="32" id="dJg-3t-53b"/>
<constraint firstItem="0cC-e4-fiv" firstAttribute="centerY"
secondItem="hIe-uh-wfz" secondAttribute="centerY" id="dZc-mf-Nze"/>
<constraint firstItem="17" firstAttribute="leading"
secondItem="15" secondAttribute="trailing" constant="7" id="eGz-lt-3BD"/>
<constraint firstItem="1tA-YI-NyE"
firstAttribute="firstBaseline" secondItem="2" secondAttribute="firstBaseline"
id="eha-sc-DAX"/>
- <constraint firstItem="9" firstAttribute="top"
secondItem="PyY-Fi-pDS" secondAttribute="bottom" constant="8" symbolic="YES"
id="fIi-7x-lCX"/>
<constraint firstItem="29" firstAttribute="top" secondItem="8"
secondAttribute="bottom" constant="12" id="fLy-kh-xfh"/>
- <constraint firstAttribute="trailing"
relation="greaterThanOrEqual" secondItem="10" secondAttribute="trailing"
constant="20" symbolic="YES" id="fZW-ES-5O1"/>
<constraint firstItem="adG-Xp-L6g" firstAttribute="top"
secondItem="23" secondAttribute="bottom" constant="12" id="g12-Fn-IgK"/>
<constraint firstItem="2" firstAttribute="top" secondItem="7"
secondAttribute="bottom" constant="13" id="g1t-N7-zQ8"/>
<constraint firstItem="7Ys-eG-2p2" firstAttribute="leading"
secondItem="7" secondAttribute="leading" id="g53-hK-KGm"/>
- <constraint firstItem="I3F-RC-rb4" firstAttribute="leading"
secondItem="9" secondAttribute="leading" id="h10-9A-aqx"/>
<constraint firstItem="5" firstAttribute="trailing"
secondItem="3" secondAttribute="trailing" id="h1O-fP-a8T"/>
<constraint firstItem="17" firstAttribute="width"
secondItem="16" secondAttribute="width" id="hQh-ss-ctw"/>
<constraint firstItem="5" firstAttribute="firstBaseline"
secondItem="4" secondAttribute="firstBaseline" id="idH-eg-JG7"/>
@@ -452,14 +401,13 @@
<constraint firstItem="15" firstAttribute="centerY"
secondItem="14" secondAttribute="centerY" id="lQX-b2-wEg"/>
<constraint firstItem="8" firstAttribute="top" secondItem="4"
secondAttribute="bottom" constant="12" id="llM-ee-4mb"/>
<constraint firstItem="5" firstAttribute="leading"
secondItem="4" secondAttribute="trailing" constant="8" symbolic="YES"
id="lv1-IB-Fde"/>
+ <constraint firstItem="kIO-8q-QfL" firstAttribute="leading"
secondItem="1" secondAttribute="leading" constant="32" id="nAt-kJ-Ui0"/>
<constraint firstItem="12" firstAttribute="top"
secondItem="27" secondAttribute="bottom" constant="12" id="nIN-ix-dGh"/>
<constraint firstItem="26" firstAttribute="trailing"
secondItem="8" secondAttribute="trailing" id="nYv-Pw-NHj"/>
<constraint firstItem="22" firstAttribute="top"
secondItem="20" secondAttribute="bottom" constant="12" id="nzu-Wb-AzX"/>
+ <constraint firstItem="I3F-RC-rb4" firstAttribute="top"
secondItem="PyY-Fi-pDS" secondAttribute="bottom" constant="8" symbolic="YES"
id="oXo-TM-TjF"/>
<constraint firstItem="29" firstAttribute="leading"
secondItem="28" secondAttribute="trailing" constant="8" symbolic="YES"
id="pOc-te-BaV"/>
- <constraint firstAttribute="trailing"
relation="greaterThanOrEqual" secondItem="9" secondAttribute="trailing"
constant="20" symbolic="YES" id="pP3-RJ-I3o"/>
<constraint firstItem="12" firstAttribute="leading"
secondItem="7" secondAttribute="leading" id="q4r-VC-Oa8"/>
- <constraint firstItem="I3F-RC-rb4" firstAttribute="top"
secondItem="9" secondAttribute="bottom" constant="6" symbolic="YES"
id="qg2-Ci-EYy"/>
- <constraint firstItem="kIO-8q-QfL" firstAttribute="leading"
secondItem="11" secondAttribute="leading" id="tJt-T0-fFD"/>
<constraint firstItem="23" firstAttribute="leading"
secondItem="16" secondAttribute="leading" id="tZx-Ca-9bc"/>
<constraint firstItem="23" firstAttribute="centerY"
secondItem="25" secondAttribute="centerY" id="tsW-lJ-5DP"/>
<constraint firstItem="hIe-uh-wfz" firstAttribute="top"
secondItem="PI5-BG-4vr" secondAttribute="bottom" constant="9" id="u4h-Hb-0WY"/>
Modified: trunk/InitialUserDefaults.plist
===================================================================
--- trunk/InitialUserDefaults.plist 2023-11-05 23:34:57 UTC (rev 13728)
+++ trunk/InitialUserDefaults.plist 2023-11-06 10:21:39 UTC (rev 13729)
@@ -67,10 +67,6 @@
<real>12</real>
<key>SKSequentialPageNumbering</key>
<false/>
- <key>SKGreekingThreshold</key>
- <real>3</real>
- <key>SKShouldAntiAlias</key>
- <true/>
<key>SKInterpolationQuality</key>
<integer>0</integer>
<key>SKInvertColorsInDarkMode</key>
@@ -262,9 +258,7 @@
<string>SKSnapshotThumbnailSize</string>
<string>SKTableFontSize</string>
<string>SKSequentialPageNumbering</string>
- <string>SKShouldAntiAlias</string>
<string>SKInterpolationQuality</string>
- <string>SKGreekingThreshold</string>
<string>SKBackgroundColor</string>
<string>SKFullScreenBackgroundColor</string>
<string>SKDarkBackgroundColor</string>
Modified: trunk/SKBasePDFView.m
===================================================================
--- trunk/SKBasePDFView.m 2023-11-05 23:34:57 UTC (rev 13728)
+++ trunk/SKBasePDFView.m 2023-11-06 10:21:39 UTC (rev 13729)
@@ -306,10 +306,6 @@
PDFDisplayBox *box = [self displayBox];
CGFloat scale = [self scaleFactor];
CGContextSetInterpolationQuality(context, [self interpolationQuality] + 1);
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wdeprecated-declarations"
- CGContextSetShouldAntialias(context, [self shouldAntiAlias]);
-#pragma clang diagnostic pop
for (PDFPage *page in [self visiblePages]) {
NSRect pageRect = [self convertRect:[page boundsForBox:box]
fromPage:page];
if (NSIntersectsRect(pageRect, rect) == NO) continue;
Modified: trunk/SKLoupeController.m
===================================================================
--- trunk/SKLoupeController.m 2023-11-05 23:34:57 UTC (rev 13728)
+++ trunk/SKLoupeController.m 2023-11-06 10:21:39 UTC (rev 13729)
@@ -270,10 +270,6 @@
CGAffineTransform t =
CGAffineTransformTranslate(CGAffineTransformScale(CGAffineTransformMakeTranslation(mouseLoc.x
- NSMinX(magRect), mouseLoc.y - NSMinY(magRect)), magnification,
magnification), -mouseLoc.x, -mouseLoc.y);
CGInterpolationQuality interpolation = [pdfView interpolationQuality] + 1;
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wdeprecated-declarations"
- BOOL shouldAntiAlias = [pdfView shouldAntiAlias];
-#pragma clang diagnostic pop
PDFDisplayBox box = [pdfView displayBox];
NSRect scaledRect = NSMakeRect(mouseLoc.x + (NSMinX(magRect) - mouseLoc.x)
/ magnification, mouseLoc.y + (NSMinY(magRect) - mouseLoc.y) / magnification,
NSWidth(magRect) / magnification, NSHeight(magRect) / magnification);
CGFloat backingScale = [pdfView backingScale];
@@ -325,7 +321,6 @@
// draw page contents
CGContextSaveGState(context);
CGContextConcatCTM(context,
CGAffineTransformScale(CGAffineTransformTranslate(t, pageOrigin.x,
pageOrigin.y), scaleFactor, scaleFactor));
- CGContextSetShouldAntialias(context, shouldAntiAlias);
CGContextSetInterpolationQuality(context, interpolation);
[pdfView drawPage:page toContext:context];
CGContextSetInterpolationQuality(context, kCGInterpolationDefault);
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2023-11-05 23:34:57 UTC (rev 13728)
+++ trunk/SKMainWindowController.m 2023-11-06 10:21:39 UTC (rev 13729)
@@ -423,12 +423,6 @@
}
// Set up the PDF
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wdeprecated-declarations"
- [pdfView setShouldAntiAlias:[sud boolForKey:SKShouldAntiAliasKey]];
- if (@available(macOS 10.14, *)) {} else
- [pdfView setGreekingThreshold:[sud
floatForKey:SKGreekingThresholdKey]];
-#pragma clang diagnostic pop
[pdfView setInterpolationQuality:[sud
integerForKey:SKInterpolationQualityKey]];
[pdfView setBackgroundColor:[PDFView defaultBackgroundColor]];
@@ -2587,10 +2581,10 @@
- (void)registerAsObserver {
[[NSUserDefaultsController sharedUserDefaultsController] addObserver:self
forKeys:
@[SKBackgroundColorKey, SKFullScreenBackgroundColorKey,
- SKDarkBackgroundColorKey,
SKDarkFullScreenBackgroundColorKey,
- SKThumbnailSizeKey,
SKSnapshotThumbnailSizeKey,
- SKShouldAntiAliasKey,
SKInterpolationQualityKey, SKGreekingThresholdKey,
- SKTableFontSizeKey]
+ SKDarkBackgroundColorKey, SKDarkFullScreenBackgroundColorKey,
+ SKThumbnailSizeKey, SKSnapshotThumbnailSizeKey,
+ SKInterpolationQualityKey,
+ SKTableFontSizeKey]
context:&SKMainWindowDefaultsObservationContext];
if (@available(macOS 10.14, *))
[NSApp addObserver:self forKeyPath:@"effectiveAppearance" options:0
context:&SKMainWindowAppObservationContext];
@@ -2602,10 +2596,11 @@
@try {
[[NSUserDefaultsController sharedUserDefaultsController]
removeObserver:self forKeys:
@[SKBackgroundColorKey, SKFullScreenBackgroundColorKey,
- SKDarkBackgroundColorKey,
SKDarkFullScreenBackgroundColorKey,
- SKThumbnailSizeKey,
SKSnapshotThumbnailSizeKey,
- SKShouldAntiAliasKey,
SKInterpolationQualityKey, SKGreekingThresholdKey,
- SKTableFontSizeKey] context:&SKMainWindowDefaultsObservationContext];
+ SKDarkBackgroundColorKey, SKDarkFullScreenBackgroundColorKey,
+ SKThumbnailSizeKey, SKSnapshotThumbnailSizeKey,
+ SKInterpolationQualityKey,
+ SKTableFontSizeKey]
+ context:&SKMainWindowDefaultsObservationContext];
}
@catch (id e) {}
if (@available(macOS 10.14, *)) {
@@ -2687,14 +2682,6 @@
} else if ([key isEqualToString:SKSnapshotThumbnailSizeKey]) {
[self resetSnapshotSizeIfNeeded];
[rightSideController.snapshotTableView
noteHeightOfRowsChangedAnimating:YES];
- } else if ([key isEqualToString:SKShouldAntiAliasKey]) {
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wdeprecated-declarations"
- [pdfView setShouldAntiAlias:[[NSUserDefaults standardUserDefaults]
boolForKey:SKShouldAntiAliasKey]];
- [secondaryPdfView setShouldAntiAlias:[[NSUserDefaults
standardUserDefaults] boolForKey:SKShouldAntiAliasKey]];
-#pragma clang diagnostic pop
- [pdfView requiresDisplay];
- [secondaryPdfView requiresDisplay];
} else if ([key isEqualToString:SKInterpolationQualityKey]) {
[pdfView setInterpolationQuality:[[NSUserDefaults
standardUserDefaults] integerForKey:SKInterpolationQualityKey]];
[secondaryPdfView setInterpolationQuality:[[NSUserDefaults
standardUserDefaults] integerForKey:SKInterpolationQualityKey]];
@@ -2701,14 +2688,6 @@
[pdfView requiresDisplay];
[secondaryPdfView requiresDisplay];
[self allThumbnailsNeedUpdate];
- } else if ([key isEqualToString:SKGreekingThresholdKey]) {
- if (@available(macOS 10.14, *)) {} else {
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wdeprecated-declarations"
- [pdfView setGreekingThreshold:[[NSUserDefaults
standardUserDefaults] floatForKey:SKGreekingThresholdKey]];
- [secondaryPdfView setGreekingThreshold:[[NSUserDefaults
standardUserDefaults] floatForKey:SKGreekingThresholdKey]];
-#pragma clang diagnostic pop
- }
} else if ([key isEqualToString:SKTableFontSizeKey]) {
[self updateTableFont];
[self updatePageColumnWidthForTableViews:[NSArray
arrayWithObjects:leftSideController.tocOutlineView,
rightSideController.noteOutlineView, leftSideController.findTableView,
leftSideController.groupedFindTableView, nil]];
Modified: trunk/SKMainWindowController_Actions.m
===================================================================
--- trunk/SKMainWindowController_Actions.m 2023-11-05 23:34:57 UTC (rev
13728)
+++ trunk/SKMainWindowController_Actions.m 2023-11-06 10:21:39 UTC (rev
13729)
@@ -1093,12 +1093,6 @@
[secondaryPdfView setBackgroundColor:[pdfView backgroundColor]];
[[secondaryPdfView scrollView] setDrawsBackground:[[pdfView
scrollView] drawsBackground]];
[secondaryPdfView setDisplaysPageBreaks:NO];
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wdeprecated-declarations"
- [secondaryPdfView setShouldAntiAlias:[[NSUserDefaults
standardUserDefaults] boolForKey:SKShouldAntiAliasKey]];
- if (@available(macOS 10.14, *)) {} else
- [secondaryPdfView setGreekingThreshold:[[NSUserDefaults
standardUserDefaults] floatForKey:SKGreekingThresholdKey]];
-#pragma clang diagnostic pop
[secondaryPdfView setInterpolationQuality:[[NSUserDefaults
standardUserDefaults] integerForKey:SKInterpolationQualityKey]];
[secondaryPdfView setSynchronizeZoom:YES];
[secondaryPdfView setDocument:[pdfView document]];
Modified: trunk/SKSnapshotWindowController.m
===================================================================
--- trunk/SKSnapshotWindowController.m 2023-11-05 23:34:57 UTC (rev 13728)
+++ trunk/SKSnapshotWindowController.m 2023-11-06 10:21:39 UTC (rev 13729)
@@ -117,7 +117,7 @@
[[self window] setTabbingMode:NSWindowTabbingModeDisallowed];
[[self window] setCollectionBehavior:[[self window] collectionBehavior] |
NSWindowCollectionBehaviorFullScreenAuxiliary];
[self updateWindowLevel];
- [[NSUserDefaultsController sharedUserDefaultsController] addObserver:self
forKeys:@[SKSnapshotsOnTopKey, SKShouldAntiAliasKey, SKInterpolationQualityKey,
SKGreekingThresholdKey] context:&SKSnaphotWindowDefaultsObservationContext];
+ [[NSUserDefaultsController sharedUserDefaultsController] addObserver:self
forKeys:@[SKSnapshotsOnTopKey, SKInterpolationQualityKey]
context:&SKSnaphotWindowDefaultsObservationContext];
// the window is initialially exposed. The windowDidExpose notification is
useless, it has nothing to do with showing the window
[self setHasWindow:YES];
}
@@ -217,7 +217,7 @@
}
- (void)windowWillClose:(NSNotification *)notification {
- @try { [[NSUserDefaultsController sharedUserDefaultsController]
removeObserver:self forKeys:@[SKSnapshotsOnTopKey, SKShouldAntiAliasKey,
SKInterpolationQualityKey, SKGreekingThresholdKey]
context:&SKSnaphotWindowDefaultsObservationContext]; }
+ @try { [[NSUserDefaultsController sharedUserDefaultsController]
removeObserver:self forKeys:@[SKSnapshotsOnTopKey, SKInterpolationQualityKey]
context:&SKSnaphotWindowDefaultsObservationContext]; }
@catch (id e) {}
if ([[self delegate]
respondsToSelector:@selector(snapshotControllerWillClose:)])
[[self delegate] snapshotControllerWillClose:self];
@@ -285,12 +285,6 @@
[pdfView setAutoScales:NO];
[pdfView setDisplaysPageBreaks:NO];
[pdfView setDisplayBox:kPDFDisplayBoxCropBox];
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wdeprecated-declarations"
- [pdfView setShouldAntiAlias:[[NSUserDefaults standardUserDefaults]
boolForKey:SKShouldAntiAliasKey]];
- if (@available(macOS 10.14, *)) {} else
- [pdfView setGreekingThreshold:[[NSUserDefaults standardUserDefaults]
floatForKey:SKGreekingThresholdKey]];
-#pragma clang diagnostic pop
[pdfView setInterpolationQuality:[[NSUserDefaults standardUserDefaults]
integerForKey:SKInterpolationQualityKey]];
[pdfView setBackgroundColor:[NSColor whiteColor]];
[pdfView setDocument:pdfDocument];
@@ -667,21 +661,10 @@
if ([key isEqualToString:SKSnapshotsOnTopKey]) {
if ([[self window] isVisible])
[self updateWindowLevel];
- } else if ([key isEqualToString:SKShouldAntiAliasKey]) {
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wdeprecated-declarations"
- [pdfView setShouldAntiAlias:[[NSUserDefaults standardUserDefaults]
boolForKey:SKShouldAntiAliasKey]];
-#pragma clang diagnostic pop
[pdfView requiresDisplay];
} else if ([key isEqualToString:SKInterpolationQualityKey]) {
[pdfView setInterpolationQuality:[[NSUserDefaults
standardUserDefaults] integerForKey:SKInterpolationQualityKey]];
[pdfView requiresDisplay];
- } else if ([key isEqualToString:SKGreekingThresholdKey]) {
- if (@available(macOS 10.14, *)) {} else
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wdeprecated-declarations"
- [pdfView setGreekingThreshold:[[NSUserDefaults
standardUserDefaults] floatForKey:SKGreekingThresholdKey]];
-#pragma clang diagnostic pop
}
} else {
[super observeValueForKeyPath:keyPath ofObject:object change:change
context:context];
Modified: trunk/SKStringConstants.h
===================================================================
--- trunk/SKStringConstants.h 2023-11-05 23:34:57 UTC (rev 13728)
+++ trunk/SKStringConstants.h 2023-11-06 10:21:39 UTC (rev 13729)
@@ -61,9 +61,7 @@
extern NSString *SKLastToolModeKey;
extern NSString *SKLastAnnotationModeKey;
extern NSString *SKLastSecondarySelectsTextKey;
-extern NSString *SKShouldAntiAliasKey;
extern NSString *SKInterpolationQualityKey;
-extern NSString *SKGreekingThresholdKey;
extern NSString *SKReadingBarColorKey;
extern NSString *SKReadingBarInvertKey;
extern NSString *SKFreeTextNoteFontNameKey;
Modified: trunk/SKStringConstants.m
===================================================================
--- trunk/SKStringConstants.m 2023-11-05 23:34:57 UTC (rev 13728)
+++ trunk/SKStringConstants.m 2023-11-06 10:21:39 UTC (rev 13729)
@@ -62,9 +62,7 @@
NSString *SKLastToolModeKey = @"SKLastToolMode";
NSString *SKLastAnnotationModeKey = @"SKLastAnnotationMode";
NSString *SKLastSecondarySelectsTextKey = @"SKLastSecondarySelectsText";
-NSString *SKShouldAntiAliasKey = @"SKShouldAntiAlias";
NSString *SKInterpolationQualityKey = @"SKInterpolationQuality";
-NSString *SKGreekingThresholdKey = @"SKGreekingThreshold";
NSString *SKReadingBarColorKey = @"SKReadingBarColor";
NSString *SKReadingBarInvertKey = @"SKReadingBarInvert";
NSString *SKFreeTextNoteFontNameKey = @"SKFreeTextNoteFontName";
Modified: trunk/Skim.help/Contents/Resources/en.lproj/skim.texi
===================================================================
--- trunk/Skim.help/Contents/Resources/en.lproj/skim.texi 2023-11-05
23:34:57 UTC (rev 13728)
+++ trunk/Skim.help/Contents/Resources/en.lproj/skim.texi 2023-11-06
10:21:39 UTC (rev 13729)
@@ -810,90 +810,8 @@
@end enumerate
@endtask
-@heading See also
-@menu
-* The text looks jagged in my PDF document::
-* Small text is unreadable in my PDF document::
-* Text in a PDF appears slowly::
-@end menu
-
@c
======================================================================================
-@topic The text looks jagged in my PDF document
-
-When viewing a PDF file in Skim, larger text may look jagged. You can turn on
anti-aliasing in Skim to make PDF files more readable.
-
-@task
-@heading To turn on anti-aliasing:
-@enumerate
-@item Choose Skim > Preferences, and click Display.
-@item Select the "Anti-alias text" checkbox.
-@end enumerate
-@endtask
-
-If you turn on the "Anti-alias text" option, large characters and line art are
smoothed out and do not appear to be so jagged. Skim may take longer to display
your document when smoothing out characters and line art.
-
-@heading See also
-@menu
-* I don't see line art in my PDF document::
-* Small text is unreadable in my PDF document::
-* Text in a PDF appears slowly::
-@end menu
-
-@c
======================================================================================
-
-@topic Small text is unreadable in my PDF document
-
-When you view a PDF file in Skim, small text may look fuzzy or illegible. You
can change a few options to make the text more legible.
-
-@task
-@heading To make small text more readable:
-@enumerate
-@item Choose Skim > Preferences, and click Display.
-@item Deselect the "Anti-alias text" checkbox.
-@item Enter a smaller number in the "Greeking threshold" field.
-@end enumerate
-@endtask
-
-Text in a point size smaller than the greeking threshold appears as a gray
blur. The blurred text fits the outline of what the text would actually look
like, but is illegible. Displaying blurred text takes less time because Skim
doesn't need to render each character individually.
-
-If you turn off the "Anti-alias text and line art" option, large characters
may appear jagged instead of smooth. Smoothing out the characters takes more
time.
-
-@heading See also
-@menu
-* I don't see line art in my PDF document::
-* The text looks jagged in my PDF document::
-* Text in a PDF appears slowly::
-@end menu
-
-@c
======================================================================================
-
-@topic Text in a PDF appears slowly
-
-If the text in a PDF document takes a long time to appear, you can change a
few options to help speed it up.
-
-@task
-@heading To speed up the appearance of text:
-@enumerate
-@item Choose Skim > Preferences, and click Display.
-@item Enter a larger number in the "Greeking threshold" field.
-@item Deselect the "Anti-alias text" checkbox.
-@end enumerate
-@endtask
-
-Text in a point size smaller than the greeking threshold appears as a gray
blur. The blurred text fits the outline of what the text would actually look
like, but is illegible. Legible text may take longer to display because Skim
must render each character individually.
-
-If you turn off the "Anti-alias text" option, small characters may appear
fuzzy, and large characters may appear jagged instead of smooth.
-
-@heading See also
-@menu
-* I don't see line art in my PDF document::
-* The text looks jagged in my PDF document::
-* Small text is unreadable in my PDF document::
-@end menu
-
-@c
======================================================================================
-
@topic Resizing the window to fit its contents
When the PDF file is not set to zoom to fit its window, you can resize the
window to fit around the PDF file and the side panes.
Modified: trunk/Skim.help/Contents/Resources/nl.lproj/skim.texi
===================================================================
--- trunk/Skim.help/Contents/Resources/nl.lproj/skim.texi 2023-11-05
23:34:57 UTC (rev 13728)
+++ trunk/Skim.help/Contents/Resources/nl.lproj/skim.texi 2023-11-06
10:21:39 UTC (rev 13729)
@@ -810,90 +810,8 @@
@end enumerate
@endtask
-@heading Zie ook
-@menu
-* De tekst in een PDF-document wordt rafelig weergegeven::
-* Kleine tekst in een PDF-document is onleesbaar::
-* Tekst in PDF-bestanden verschijnt langzaam::
-@end menu
-
@c
======================================================================================
-@topic De tekst in een PDF-document wordt rafelig weergegeven
-
-Wanneer u een PDF-bestand bekijkt in Skim, wordt tekst in een groter
letterformaat soms rafelig weergegeven. U kunt de leesbaarheid van
PDF-bestanden in Skim verbeteren door anti-aliasing in te schakelen.
-
-@task
-@heading Om anti-aliasing in te schakelen:
-@enumerate
-@item Kies Skim > Voorkeuren, and klik op Display.
-@item Schakel het aankruisvak 'Gebruik anti-aliasing voor tekst' in.
-@end enumerate
-@endtask
-
-Als u de optie 'Gebruik anti-aliasing voor tekst en lijntekeningen'
inschakelt, worden grote letters en lijntekeningen weergegeven met gladde
randen en zien deze er niet zo rafelig uit. Skim kan er langer over doen om
letters en lijntekeningen in uw document weer te geven met gladde randen.
-
-@heading Zie ook
-@menu
-* De lijntekeningen in een PDF-document worden niet weergegeven::
-* Kleine tekst in een PDF-document is onleesbaar::
-* Tekst in PDF-bestanden verschijnt langzaam::
-@end menu
-
-@c
======================================================================================
-
-@topic Kleine tekst in een PDF-document is onleesbaar
-
-Wanneer u een PDF-bestand bekijkt in Skim, ziet tekst in een kleiner
letterformaat er soms onscherp of onleesbaar uit. U kunt enkele opties
aanpassen om de tekst beter leesbaar te maken.
-
-@task
-@heading Om kleinere tekst beter leesbaar te maken, gaat u als volgt te werk:
-@enumerate
-@item Kies Skim > Voorkeuren, en klik op Weergave.
-@item Schakel het aankruisvak 'Gebruik anti-aliasing voor tekst' uit.
-@item Geef een lager getal op in het veld 'Greeking-drempel'.
-@end enumerate
-@endtask
-
-Tekst met een puntgrootte die kleiner is dan de greeking-drempel wordt grijs
vervaagd weergegeven. De vervaagde tekst heeft de vorm van de eigenlijke tekst,
maar is onleesbaar. Skim kan er langer over doen om tekst in uw document beter
leesbaar te maken omdat elk teken afzonderlijk moet worden opgebouwd.
-
-Als u de optie 'Gebruik anti-aliasing voor tekst' uitschakelt, kunnen kleine
letters er onscherp uitzien, en kunnen grote letters gekartelde randen hebben
in plaats van gladde.
-
-@heading Zie ook
-@menu
-* De lijntekeningen in een PDF-document worden niet weergegeven::
-* De tekst in een PDF-document wordt rafelig weergegeven::
-* Tekst in PDF-bestanden verschijnt langzaam::
-@end menu
-
-@c
======================================================================================
-
-@topic Tekst in PDF-bestanden verschijnt langzaam
-
-Als het lang duurt voordat de tekst in een PDF-document verschijnt, kunt u
enkele opties aanpassen om dit proces te versnellen.
-
-@task
-@heading Om de tekstweergave te versnellen:
-@enumerate
-@item Kies Skim > Voorkeuren, and klik op Weergave.
-@item Geef een hoger getal op bij 'Greeking-drempel'.
-@item Schakel het aankruisvak 'Gebruik anti-aliasing voor tekst' uit.
-@end enumerate
-@endtask
-
-Tekst met een puntgrootte die kleiner is dan de greeking-drempel wordt als een
grijze streep weergegeven. De vervaagde tekst heeft de vorm van de eigenlijke
tekst, maar is onleesbaar. Het weergeven van vervaagde tekst neemt minder tijd
in beslag omdat Skim hierbij niet elk teken afzonderlijk hoeft op te bouwen.
-
-Als u de optie 'Gebruik anti-aliasing voor tekst' uitschakelt, kunnen grote
letters gekartelde randen hebben in plaats van gladde. Het weergeven van de
letters met gladde randen duurt langer.
-
-@heading Zie ook
-@menu
-* De lijntekeningen in een PDF-document worden niet weergegeven::
-* De tekst in een PDF-document wordt rafelig weergegeven::
-* Kleine tekst in een PDF-document is onleesbaar::
-@end menu
-
-@c
======================================================================================
-
@topic De grootte van het venster aanpassen om de inhoud in te passen
Wannneer het PDF-document niet is ingesteld om automatisch in het venster te
passen, kunt u de grootte van het venster aanpassen zodat het precies om de PDF
en de zijpanelen past.
Modified: trunk/de.lproj/DisplayPreferences.strings
===================================================================
(Binary files differ)
Modified: trunk/en.lproj/DisplayPreferences.strings
===================================================================
(Binary files differ)
Modified: trunk/es.lproj/DisplayPreferences.strings
===================================================================
(Binary files differ)
Modified: trunk/fr.lproj/DisplayPreferences.strings
===================================================================
(Binary files differ)
Modified: trunk/it.lproj/DisplayPreferences.strings
===================================================================
(Binary files differ)
Modified: trunk/ja.lproj/DisplayPreferences.strings
===================================================================
(Binary files differ)
Modified: trunk/nl.lproj/DisplayPreferences.strings
===================================================================
(Binary files differ)
Modified: trunk/pl.lproj/DisplayPreferences.strings
===================================================================
(Binary files differ)
Modified: trunk/ru.lproj/DisplayPreferences.strings
===================================================================
(Binary files differ)
Modified: trunk/zh_CN.lproj/DisplayPreferences.strings
===================================================================
(Binary files differ)
Modified: trunk/zh_TW.lproj/DisplayPreferences.strings
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit