EpubSettings
Reader layout settings. All values in points. Change them at runtime with EpubDocument.withSettings (or the withFontSize/withPageSize/withMargin shorthands) to re-flow without re-parsing the book.
The typography overrides (font family, colors, justification, hyphenation) are applied as a reader-origin cascade layer that outranks author-important CSS: the user's explicit preference beats the publisher's stylesheet. All-default settings change nothing.
Constructors
Properties
Painted under everything on every page; null = no page background.
Force every run onto a generic family (null = publisher fonts).
How much laid-out text the book keeps in memory, as an estimate in bytes.
Multiplies every line's height (1.0 = as authored).
False drops the publisher's CSS (author rules + inline styles): UA + reader layers only.