vico
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
vico
core
/
com.patrykandpatrick.vico.core.component.text
/
TextComponent
/
Builder
Builder
class
Builder
The builder for
TextComponent
.
See also
text
Component
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Properties
background
Link copied to clipboard
var
background
:
Component
?
color
Link copied to clipboard
var
color
:
Int
ellipsize
Link copied to clipboard
var
ellipsize
:
TextUtils.TruncateAt
line
Count
Link copied to clipboard
var
lineCount
:
Int
margins
Link copied to clipboard
var
margins
:
MutableDimensions
padding
Link copied to clipboard
var
padding
:
MutableDimensions
text
Align
Link copied to clipboard
var
textAlign
:
Paint.Align
text
Alignment
Link copied to clipboard
var
textAlignment
:
Layout.Alignment
text
Size
Sp
Link copied to clipboard
var
textSizeSp
:
Float
typeface
Link copied to clipboard
var
typeface
:
Typeface
?
Functions
build
Link copied to clipboard
fun
build
(
)
:
TextComponent
Creates a new instance of
TextComponent
with the supplied properties.