doctus.core

text

package text

Interfaces needed for text handling

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. text
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class DoctusFontNamed(name: String) extends DoctusFont with Product with Serializable

    Make sure the font exists on the platform on which you are using doctus

Value Members

  1. object DoctusFontMonospace extends DoctusFont with Product with Serializable

    Monospaced font

  2. object DoctusFontSansSerif extends DoctusFont with Product with Serializable

    Font without serifs

  3. object DoctusFontSerif extends DoctusFont with Product with Serializable

    Font with serifs

Inherited from AnyRef

Inherited from Any

Ungrouped