OUDS Android
Toggle table of contents
0.4.0
Select version
0.4.0
0.3.0
0.2.0
0.1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
OUDS Android
core
/
com.orange.ouds.core.theme
/
OudsTypography
/
Body
/
Default
Default
data
class
Default
(
val
large
:
TextStyle
,
val
medium
:
TextStyle
,
val
small
:
TextStyle
)
Body styles with Default font weight (Regular).
Members
Constructors
Default
Link copied to clipboard
constructor
(
large
:
TextStyle
,
medium
:
TextStyle
,
small
:
TextStyle
)
Properties
large
Link copied to clipboard
val
large
:
TextStyle
Large body text.
medium
Link copied to clipboard
val
medium
:
TextStyle
Medium body text.
small
Link copied to clipboard
val
small
:
TextStyle
Small body text.