When a word is too wide to fit on the page, it can either be broken into multiple lines or scaled down. This option
sets the minimum font size to scale down to (independent of font scaling options set in the ReaderView). Note that
the scale is applied to the element that contains the word, meaning that any text around it will also be scaled.
If scaling to the minimum is not enough to fit the word, the style overflow-wrap: break-word;
will also be applied,
allowing the word to be broken up over more than one line.
Which strategy to use for table elements that don't fit horizontally.
If set to SCROLL: Table elements (
Which strategy to use for MathML elements that don't fit horizontally.
If set to SCROLL: Math elements (
If set to SCALE: The elements will instead be scaled down to fit on the screen.
EpubContentOverflowStrategy.SCROLL