Epub improvements (#162)
* Added a "Remove Edge Padding" option in "Visual Options" * Added support for paragraph gap settings in the EPUB vertical reader. * Added support for adjustable paragraph gaps in the paginated reader. * fix(epub-pagination): ensure custom fonts override embedded epub fonts * feat(epub): allow overlapping highlights and resolve gesture selection conflicts
This commit is contained in:
parent
291504fd90
commit
49e08cc9f1
11 changed files with 315 additions and 264 deletions
|
|
@ -631,6 +631,8 @@
|
|||
<string name="visual_options_progress_bar_desc">The reading progress and chapter indicator at the bottom of the screen.</string>
|
||||
<string name="visual_options_seamless_chapter">Seamless Chapter Transition</string>
|
||||
<string name="visual_options_seamless_chapter_desc">Instantly load the next/previous chapter when scrolling past the end, without the pull-to-refresh animation.</string>
|
||||
<string name="visual_options_edge_padding">Remove Edge Padding</string>
|
||||
<string name="visual_options_edge_padding_desc">Removes the horizontal gap on the left and right edges.</string>
|
||||
|
||||
<!-- ExternalDictionaryHelper.kt -->
|
||||
<string name="dict_app_label_search">Search</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue