EpubSettings
data class EpubSettings(val backgroundColor: Color?, val columnCount: ColumnCount, val fontFamily: FontFamily?, val fontSize: Double, val fontWeight: Double?, val hyphens: Boolean?, val imageFilter: ImageFilter?, val language: Language?, val letterSpacing: Double?, val ligatures: Boolean?, val lineHeight: Double?, val pageMargins: Double, val paragraphIndent: Double?, val paragraphSpacing: Double?, val publisherStyles: Boolean, val readingProgression: ReadingProgression, val scroll: Boolean, val spread: Spread, val textAlign: TextAlign?, val textColor: Color?, val textNormalization: Boolean, val theme: Theme, val typeScale: Double?, val verticalText: Boolean, val wordSpacing: Double?) : Configurable.Settings
EPUB navigator settings values.
See also
Constructors
Link copied to clipboard
constructor(backgroundColor: Color?, columnCount: ColumnCount, fontFamily: FontFamily?, fontSize: Double, fontWeight: Double?, hyphens: Boolean?, imageFilter: ImageFilter?, language: Language?, letterSpacing: Double?, ligatures: Boolean?, lineHeight: Double?, pageMargins: Double, paragraphIndent: Double?, paragraphSpacing: Double?, publisherStyles: Boolean, readingProgression: ReadingProgression, scroll: Boolean, spread: Spread, textAlign: TextAlign?, textColor: Color?, textNormalization: Boolean, theme: Theme, typeScale: Double?, verticalText: Boolean, wordSpacing: Double?)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard