Commit 3d9bd2a
committed
fix extremely large font on certain reflowed pages
previously the zoom value from reflowing is calculated also with
page height which actually does not make sense. Because reflowed
pages will be shown in fit-to-width zoom mode not fit-to-height
zoom mode so original page height has nothing to do with font size.
With this patch font size in reflowing mode will be more consistent
through the book.1 parent b46fbf6 commit 3d9bd2a
2 files changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
553 | | - | |
554 | | - | |
| 553 | + | |
555 | 554 | | |
556 | 555 | | |
557 | 556 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
764 | | - | |
765 | | - | |
766 | | - | |
767 | | - | |
| 764 | + | |
768 | 765 | | |
769 | 766 | | |
770 | 767 | | |
| |||
0 commit comments