toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-core
/
uk.co.nickthecoder.glok.text
/
FontIdentifier
Font
Identifier
data
class
FontIdentifier
(
val
family
:
String
,
val
size
:
Float
,
val
style
:
FontStyle
=
FontStyle.PLAIN
)
Members
Constructors
Font
Identifier
Link copied to clipboard
constructor
(
family
:
String
,
size
:
Float
,
style
:
FontStyle
=
FontStyle.PLAIN
)
Properties
family
Link copied to clipboard
val
family
:
String
size
Link copied to clipboard
val
size
:
Float
style
Link copied to clipboard
val
style
:
FontStyle
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String