toggle menu
processout-android
4.24.0
androidJvm
switch theme
search in API
sdk
/
com.processout.sdk.ui.shared.style
/
POTypography
POTypography
data
class
POTypography
(
@
FontRes
val
fontResId
:
Int
?
=
null
,
val
weight
:
POTypography.Weight
,
val
italic
:
Boolean
=
false
,
val
textSizeSp
:
Int
,
val
lineHeightSp
:
Int
)
:
Parcelable
Members
Constructors
POTypography
Link copied to clipboard
constructor
(
@
FontRes
fontResId
:
Int
?
=
null
,
weight
:
POTypography.Weight
,
italic
:
Boolean
=
false
,
textSizeSp
:
Int
,
lineHeightSp
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Fixed
Link copied to clipboard
object
Fixed
Medium
Link copied to clipboard
object
Medium
Weight
Link copied to clipboard
enum
Weight
:
Enum
<
POTypography.Weight
>
,
Parcelable
Properties
font
Res
Id
Link copied to clipboard
val
fontResId
:
Int
?
=
null
italic
Link copied to clipboard
val
italic
:
Boolean
=
false
line
Height
Sp
Link copied to clipboard
val
lineHeightSp
:
Int
text
Size
Sp
Link copied to clipboard
val
textSizeSp
:
Int
weight
Link copied to clipboard
val
weight
:
POTypography.Weight
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)