BookConfig

laika.theme.config.BookConfig
See theBookConfig companion object
case class BookConfig(metadata: DocumentMetadata, navigationDepth: Option[Int], fonts: Seq[FontDefinition], coverImage: Option[Path])

Captures common configuration element of e-books, used by both EPUB and PDF renderers.

Value parameters

coverImage

the path to the cover image within the virtual document tree

fonts

the fonts that should be embedded in the e-book output

metadata

metadata to be embedded in the document in a way that respective reader software can surface

navigationDepth

the number of levels to provide navigation structure for

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product