toggle menu
ktvn
1.0.3
jvm
switch theme
search in API
ktvn
/
com.github.benpollarduk.ktvn.text.frames
/
TextFrameParameters
Text
Frame
Parameters
data
class
TextFrameParameters
(
val
widthConstraint
:
Int
,
val
availableLines
:
Int
,
val
font
:
Font
=
DEFAULT_FONT
)
Defines parameters for a text frames.
Members
Constructors
Text
Frame
Parameters
Link copied to clipboard
constructor
(
widthConstraint
:
Int
,
availableLines
:
Int
,
font
:
Font
=
DEFAULT_FONT
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
available
Lines
Link copied to clipboard
val
availableLines
:
Int
font
Link copied to clipboard
val
font
:
Font
width
Constraint
Link copied to clipboard
val
widthConstraint
:
Int