Revision: 14433
http://sourceforge.net/p/skim-app/code/14433
Author: hofman
Date: 2024-08-21 09:20:58 +0000 (Wed, 21 Aug 2024)
Log Message:
-----------
Use slower default reading pacer and smaller line heights based on some
reasonable average reading speed and text layout
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2024-08-20 16:45:56 UTC (rev 14432)
+++ trunk/SKPDFView.m 2024-08-21 09:20:58 UTC (rev 14433)
@@ -110,8 +110,10 @@
#define AUTO_HIDE_DELAY 3.0
#define SHOW_NAV_DELAY 0.25
-#define DEFAULT_PACER_SPEED 10.0
-#define PACER_LINE_HEIGHT 20.0
+// based on: reading speed: 240 words/min
+// layout: 10 words/line, 40 line/page, 600 points/page
+#define DEFAULT_PACER_SPEED 6.0
+#define PACER_LINE_HEIGHT 15.0
NSString *SKPDFViewDisplaysAsBookChangedNotification =
@"SKPDFViewDisplaysAsBookChangedNotification";
NSString *SKPDFViewDisplaysPageBreaksChangedNotification =
@"SKPDFViewDisplaysPageBreaksChangedNotification";
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