TextInterface

abstract class TextInterface

Constructors

Link copied to clipboard
fun TextInterface()

Functions

Link copied to clipboard
abstract fun asGraphicsObject(): GraphicsObjectInterface
Link copied to clipboard
abstract fun loadTexture(context: RenderingContextInterface, textureHolder: TextureHolderInterface)
Link copied to clipboard
abstract fun removeTexture()
Link copied to clipboard
abstract fun setTexts(texts: ArrayList<TextDescription>)