Epub Fixed Layout Style Options
data class EpubFixedLayoutStyleOptions(val allowFontSetCustomization: Boolean = false, val allowPaletteCustomization: Boolean = false)
By default, publicationStyleOptions
set by calling ReaderView.setOptions()
only applies to reflowable documents and are ignored by fixed-layout documents.
This options object can be used to allow certain publication style options to be applied to fixed-layout documents as well.
Constructors
Link copied to clipboard
fun EpubFixedLayoutStyleOptions(allowFontSetCustomization: Boolean = false, allowPaletteCustomization: Boolean = false)