TextInfoInterface

abstract class TextInfoInterface

Constructors

Link copied to clipboard
fun TextInfoInterface()

Functions

Link copied to clipboard
abstract fun getCoordinate(): Coord
Link copied to clipboard
abstract fun getFont(): Font
Link copied to clipboard
abstract fun getText(): ArrayList<FormattedStringEntry>
Link copied to clipboard
abstract fun getTextAnchor(): Anchor
Link copied to clipboard
abstract fun getTextJustify(): TextJustify