ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.layout.elements.display / MonospaceFont

MonospaceFont

class MonospaceFont : DisplayElement

Wrapper element, all children’s text elements will use a monospace font. Equivalent to an inline html element with a monospace font which will be applied to the children.

Constructors

Name Summary
<init> Wrapper element, all children’s text elements will use a monospace font. Equivalent to an inline html element with a monospace font which will be applied to the children.MonospaceFont(vararg children: DisplayElement)

Properties

Name Summary
children vararg val children: Array<out DisplayElement>

Functions

Name Summary
equals fun equals(other: Any?): Boolean
hashCode fun hashCode(): Int
toString fun toString(): String