GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeWidgetItemTextStyle - iOS

The BlazeWidgetItemTextStyle struct defines the appearance settings for a text in BlazeWidgetItem. This includes properties such as font, letter spacing, text color, line height, number of lines, and alignment.

Properties

font

var font: UIFont

A UIFont representing the font of the title.

letterSpacing

var letterSpacing: CGFloat

A CGFloat representing the letter spacing for the title.

textColor

var textColor: UIColor

A UIColor representing the text color of the title.

lineHeight

var lineHeight: CGFloat

A CGFloat representing the line height of the title.

numberOfLines

var numberOfLines: Int

An Int representing the number of lines for the title.

alignment

var alignment: NSTextAlignment

An NSTextAlignment representing the alignment of the title.


Did this page help you?