GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeStoryPlayerTitleTextStyle - Android

The BlazeStoryPlayerTitleTextStyle class represents the style of title in a story.

Properties

fontResId

@FontRes var fontResId: Int?

A resource id representing the path of the font.

textSize

var textSize: Float

The size of the text.

textColor

var textColor: Int

The color of the text.

isVisible

var isVisible: Boolean

A flag indicates whether the title is visible.


Did this page help you?