toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.api.search.config
/
KIMSearchConfig
/
TextFont
Text
Font
class
TextFont
(
@
DimenRes
var
textSize
:
Int
,
var
typeface
:
Typeface
?
=
null
)
Members
Constructors
Text
Font
Link copied to clipboard
constructor
(
@
DimenRes
textSize
:
Int
,
typeface
:
Typeface
?
=
null
)
Properties
text
Size
Link copied to clipboard
var
textSize
:
Int
typeface
Link copied to clipboard
var
typeface
:
Typeface
?