StackRenderer

class StackRenderer(val component: ItemRenderBuffer, val fontProvider: () -> Font = { Font(Font.SANS_SERIF, Font.PLAIN, FONT_SIZE) })(source)

Constructors

Link copied to clipboard
constructor(component: ItemRenderBuffer, fontProvider: () -> Font = { Font(Font.SANS_SERIF, Font.PLAIN, FONT_SIZE) })

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val fontProvider: () -> Font