Web-based responsive document annotation tool
activeannoservice / project.layout.elements.display / 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.
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 ) |
Name | Summary |
---|---|
children | vararg val children: Array <out DisplayElement > |
Name | Summary |
---|---|
equals | fun equals(other: Any ?): Boolean |
hashCode | fun hashCode(): Int |
toString | fun toString(): String |